COLOR #817B78

HEX: #817B78
RGB: (129,123,120)

Color info

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

RGB color model

#817B78 color RGB value is (129,123,120).

  • red value is 129;
  • green value is 123;
  • blue value is 120.
RGB:
(129,123,120)
(51%,48%,47%)

RGB channels and saturation

R 129 of 255 = 51%
G 123 of 255 = 48%
B 120 of 255 = 47%

129
123
120

R + G + B ~ 49%. #817B78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 123 + 120 = 372 (100%)
R 129 of 372 ~ 34.68%
G 123 of 372 ~ 33.06%
B 120 of 372 ~ 32.26%

%34.68
%33.06
%32.26

CMYK color model

#817B78 color CMYK value is (0,5,7,49).

  • cyan value is 0.00%
  • magenta value is 4.65%
  • yellow value is 6.98%
  • key color value is 49.41%
CMYK:
(0,5,7,49)
C0M5Y7K49 
(0%,5%,7%,49%)
(0.00/0.05/0.07/0.49)	

CMYK percentages

%0
%4.65
%6.98
%49.41

Codes

Color #817B78 in popluar color models

817B78
RGB129123120
HSL20°3.61%48.82%
HSB/HSV20°6.98%50.59%
CMYK0.00%4.65%6.98%
49.41%

Color #817B78 in popluar number systems.

HEX817B78
Decimal129123120
Binary1000000111110111111000
Octal201173170

Shades and tints

Shades of #817B78

#817B78
(129,123,120)
#76706E
(118,112,110)
#6B6564
(107,101,100)
#605A5A
(96,90,90)
#554F50
(85,79,80)
#4A4446
(74,68,70)
#3F393C
(63,57,60)
#342E32
(52,46,50)
#292328
(41,35,40)
#1E181E
(30,24,30)
#130D14
(19,13,20)
#000000
(0,0,0)

Tints of #817B78

#817B78
(129,123,120)
#8C8784
(140,135,132)
#979390
(151,147,144)
#A29F9C
(162,159,156)
#ADABA8
(173,171,168)
#B8B7B4
(184,183,180)
#C3C3C0
(195,195,192)
#CECFCC
(206,207,204)
#D9DBD8
(217,219,216)
#E4E7E4
(228,231,228)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817B78 color. Also use rgb(129,123,120) instead hex code.

Text Font Color

.myTextColor { color: #817B78; }

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

This text font color is #817B78.


Background Color

.myBgColor { background-color: #817B78; }

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

This div background color is #817B78.


Border color

.myBorderColor { border: 1px solid #817B78; }

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

This div border color is #817B78.


Opacity

.myOpacity80 { color: #817B78; opacity: 0.8; }

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

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

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

This text has shadow with #817B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817B78 on black background.


Color preview on white background

This text has color #817B78 on white background.



Black color preview on #817B78 background

This text has black color on #817B78 background.


White color preview on #817B78 background

This text has white color on #817B78 background.