COLOR #817677

HEX: #817677
RGB: (129,118,119)

Color info

#817677 contains red, green and blue colors in about the same proportion. Web safe color of #817677 is #996666 (or #966).

RGB color model

#817677 color RGB value is (129,118,119).

  • red value is 129;
  • green value is 118;
  • blue value is 119.
RGB:
(129,118,119)
(51%,46%,47%)

RGB channels and saturation

R 129 of 255 = 51%
G 118 of 255 = 46%
B 119 of 255 = 47%

129
118
119

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

Portions of RGB colors in percentages

R + G + B =
129 + 118 + 119 = 366 (100%)
R 129 of 366 ~ 35.25%
G 118 of 366 ~ 32.24%
B 119 of 366 ~ 32.51%

%35.25
%32.24
%32.51

CMYK color model

#817677 color CMYK value is (0,9,8,49).

  • cyan value is 0.00%
  • magenta value is 8.53%
  • yellow value is 7.75%
  • key color value is 49.41%
CMYK:
(0,9,8,49)
C0M9Y8K49 
(0%,9%,8%,49%)
(0.00/0.09/0.08/0.49)	

CMYK percentages

%0
%8.53
%7.75
%49.41

Codes

Color #817677 in popluar color models

817677
RGB129118119
HSL355°4.45%48.43%
HSB/HSV355°8.53%50.59%
CMYK0.00%8.53%7.75%
49.41%

Color #817677 in popluar number systems.

HEX817677
Decimal129118119
Binary1000000111101101110111
Octal201166167

Shades and tints

Shades of #817677

#817677
(129,118,119)
#766C6D
(118,108,109)
#6B6263
(107,98,99)
#605859
(96,88,89)
#554E4F
(85,78,79)
#4A4445
(74,68,69)
#3F3A3B
(63,58,59)
#343031
(52,48,49)
#292627
(41,38,39)
#1E1C1D
(30,28,29)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #817677

#817677
(129,118,119)
#8C8283
(140,130,131)
#978E8F
(151,142,143)
#A29A9B
(162,154,155)
#ADA6A7
(173,166,167)
#B8B2B3
(184,178,179)
#C3BEBF
(195,190,191)
#CECACB
(206,202,203)
#D9D6D7
(217,214,215)
#E4E2E3
(228,226,227)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817677 color. Also use rgb(129,118,119) instead hex code.

Text Font Color

.myTextColor { color: #817677; }

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

This text font color is #817677.


Background Color

.myBgColor { background-color: #817677; }

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

This div background color is #817677.


Border color

.myBorderColor { border: 1px solid #817677; }

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

This div border color is #817677.


Opacity

.myOpacity80 { color: #817677; opacity: 0.8; }

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

Text with #817677 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 #817677;}

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

This text has shadow with #817677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817677 on black background.


Color preview on white background

This text has color #817677 on white background.



Black color preview on #817677 background

This text has black color on #817677 background.


White color preview on #817677 background

This text has white color on #817677 background.