COLOR #817B7C

HEX: #817B7C
RGB: (129,123,124)

Color info

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

RGB color model

#817B7C color RGB value is (129,123,124).

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

RGB channels and saturation

R 129 of 255 = 51%
G 123 of 255 = 48%
B 124 of 255 = 49%

129
123
124

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

Portions of RGB colors in percentages

R + G + B =
129 + 123 + 124 = 376 (100%)
R 129 of 376 ~ 34.31%
G 123 of 376 ~ 32.71%
B 124 of 376 ~ 32.98%

%34.31
%32.71
%32.98

CMYK color model

#817B7C color CMYK value is (0,5,4,49).

  • cyan value is 0.00%
  • magenta value is 4.65%
  • yellow value is 3.88%
  • key color value is 49.41%
CMYK:
(0,5,4,49)
C0M5Y4K49 
(0%,5%,4%,49%)
(0.00/0.05/0.04/0.49)	

CMYK percentages

%0
%4.65
%3.88
%49.41

Codes

Color #817B7C in popluar color models

817B7C
RGB129123124
HSL350°2.38%49.41%
HSB/HSV350°4.65%50.59%
CMYK0.00%4.65%3.88%
49.41%

Color #817B7C in popluar number systems.

HEX817B7C
Decimal129123124
Binary1000000111110111111100
Octal201173174

Shades and tints

Shades of #817B7C

#817B7C
(129,123,124)
#767071
(118,112,113)
#6B6566
(107,101,102)
#605A5B
(96,90,91)
#554F50
(85,79,80)
#4A4445
(74,68,69)
#3F393A
(63,57,58)
#342E2F
(52,46,47)
#292324
(41,35,36)
#1E1819
(30,24,25)
#130D0E
(19,13,14)
#000000
(0,0,0)

Tints of #817B7C

#817B7C
(129,123,124)
#8C8787
(140,135,135)
#979392
(151,147,146)
#A29F9D
(162,159,157)
#ADABA8
(173,171,168)
#B8B7B3
(184,183,179)
#C3C3BE
(195,195,190)
#CECFC9
(206,207,201)
#D9DBD4
(217,219,212)
#E4E7DF
(228,231,223)
#EFF3EA
(239,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817B7C; }

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

This text font color is #817B7C.


Background Color

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

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

This div background color is #817B7C.


Border color

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

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

This div border color is #817B7C.


Opacity

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

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

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

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

This text has shadow with #817B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817B7C on black background.


Color preview on white background

This text has color #817B7C on white background.



Black color preview on #817B7C background

This text has black color on #817B7C background.


White color preview on #817B7C background

This text has white color on #817B7C background.