COLOR #817A7C

HEX: #817A7C
RGB: (129,122,124)

Color info

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

RGB color model

#817A7C color RGB value is (129,122,124).

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

RGB channels and saturation

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

129
122
124

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

Portions of RGB colors in percentages

R + G + B =
129 + 122 + 124 = 375 (100%)
R 129 of 375 ~ 34.4%
G 122 of 375 ~ 32.53%
B 124 of 375 ~ 33.07%

%34.4
%32.53
%33.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.43%
  • 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
%5.43
%3.88
%49.41

Codes

Color #817A7C in popluar color models

817A7C
RGB129122124
HSL343°2.79%49.22%
HSB/HSV343°5.43%50.59%
CMYK0.00%5.43%3.88%
49.41%

Color #817A7C in popluar number systems.

HEX817A7C
Decimal129122124
Binary1000000111110101111100
Octal201172174

Shades and tints

Shades of #817A7C

#817A7C
(129,122,124)
#766F71
(118,111,113)
#6B6466
(107,100,102)
#60595B
(96,89,91)
#554E50
(85,78,80)
#4A4345
(74,67,69)
#3F383A
(63,56,58)
#342D2F
(52,45,47)
#292224
(41,34,36)
#1E1719
(30,23,25)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #817A7C

#817A7C
(129,122,124)
#8C8687
(140,134,135)
#979292
(151,146,146)
#A29E9D
(162,158,157)
#ADAAA8
(173,170,168)
#B8B6B3
(184,182,179)
#C3C2BE
(195,194,190)
#CECEC9
(206,206,201)
#D9DAD4
(217,218,212)
#E4E6DF
(228,230,223)
#EFF2EA
(239,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817A7C; }

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

This text font color is #817A7C.


Background Color

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

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

This div background color is #817A7C.


Border color

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

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

This div border color is #817A7C.


Opacity

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

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

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

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

This text has shadow with #817A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817A7C on black background.


Color preview on white background

This text has color #817A7C on white background.



Black color preview on #817A7C background

This text has black color on #817A7C background.


White color preview on #817A7C background

This text has white color on #817A7C background.