COLOR #76717B

HEX: #76717B
RGB: (118,113,123)

Renk bilgisi

#76717B contains red, green and blue colors in about the same proportion. #76717B ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#76717B color RGB value is (118,113,123).

  • kırmız ton 118;
  • yeşil ton 113;
  • mavi ton 123.
RGB:
(118,113,123)
(46%,44%,48%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 113 of 255 = 44%
B 123 of 255 = 48%

118
113
123

R + G + B ~ 46%. #76717B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 113 + 123 = 354 (100%)
R 118 of 354 ~ 33.33%
G 113 of 354 ~ 31.92%
B 123 of 354 ~ 34.75%

%33.33
%31.92
%34.75

CMYK RENK MODELİ

#76717B rengi CMYK tonu (4,8,0,52).

  • camgöbeği tonu 4.07%
  • eflatun tonu 8.13%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(4,8,0,52)
C4M8Y0K52 
(4%,8%,0%,52%)
(0.04/0.08/0.00/0.52)	

CMYK yüzdeleri

%4.07
%8.13
%0
%51.76

Codes

Color #76717B in popluar color models

76717B
RGB118113123
HSL270°4.24%46.27%
HSB/HSV270°8.13%48.24%
CMYK4.07%8.13%0.00%
51.76%

Color #76717B in popluar number systems.

HEX76717B
Decimal118113123
Binary111011011100011111011
Octal166161173

Shades and tints

Shades of #76717B

#76717B
(118,113,123)
#6C6770
(108,103,112)
#625D65
(98,93,101)
#58535A
(88,83,90)
#4E494F
(78,73,79)
#443F44
(68,63,68)
#3A3539
(58,53,57)
#302B2E
(48,43,46)
#262123
(38,33,35)
#1C1718
(28,23,24)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #76717B

#76717B
(118,113,123)
#827D87
(130,125,135)
#8E8993
(142,137,147)
#9A959F
(154,149,159)
#A6A1AB
(166,161,171)
#B2ADB7
(178,173,183)
#BEB9C3
(190,185,195)
#CAC5CF
(202,197,207)
#D6D1DB
(214,209,219)
#E2DDE7
(226,221,231)
#EEE9F3
(238,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76717B color. Also use rgb(118,113,123) instead hex code.

Text Font Color

.myTextColor { color: #76717B; }

<p style="color:#76717B">This sample text font color is #76717B.</p>

This text font color is #76717B.


Background Color

.myBgColor { background-color: #76717B; }

<div style="background-color:#76717B">Inner text</div>

This div background color is #76717B.


Border color

.myBorderColor { border: 1px solid #76717B; }

<div style="border:3px solid #76717B">Div</div>

This div border color is #76717B.


Opacity

.myOpacity80 { color: #76717B; opacity: 0.8; }

<p style="color:#76717B;opacity:0.8;">80%</p>

Text with #76717B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #76717B;}

<p style="text-shadow: 3px 3px 1px #76717B">Text here.</p>

This text has shadow with #76717B color.

.textShadow {text-shadow: 3px 3px 1px #76717B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #76717B, 5px 5px 20px red">Text here.</p>

This text has shadow with #76717B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76717B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#76717B, Direction=45, Strength=4)">Text</p>

This text has shadow with #76717B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #76717B;
  -webkit-box-shadow:	1px 1px 3px 2px #76717B;
  box-shadow:		1px 1px 3px 2px #76717B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76717B;
-webkit-box-shadow: 1px 1px 3px 2px #76717B;
box-shadow:1px 1px 3px 2px #76717B;">
Div content here</div>
This div box has shadow with color #76717B.

Preview

Color preview on black background

This text has color #76717B on black background.


Color preview on white background

This text has color #76717B on white background.



Black color preview on #76717B background

This text has black color on #76717B background.


White color preview on #76717B background

This text has white color on #76717B background.