COLOR #817A85

HEX: #817A85
RGB: (129,122,133)

Color info

#817A85 contains red, green and blue colors in about the same proportion. Web safe color of #817A85 is #996699 (or #969).

RGB color model

#817A85 color RGB value is (129,122,133).

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

RGB channels and saturation

R 129 of 255 = 51%
G 122 of 255 = 48%
B 133 of 255 = 52%

129
122
133

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

Portions of RGB colors in percentages

R + G + B =
129 + 122 + 133 = 384 (100%)
R 129 of 384 ~ 33.59%
G 122 of 384 ~ 31.77%
B 133 of 384 ~ 34.64%

%33.59
%31.77
%34.64

CMYK color model

#817A85 color CMYK value is (3,8,0,48).

  • cyan value is 3.01%
  • magenta value is 8.27%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(3,8,0,48)
C3M8Y0K48 
(3%,8%,0%,48%)
(0.03/0.08/0.00/0.48)	

CMYK percentages

%3.01
%8.27
%0
%47.84

Codes

Color #817A85 in popluar color models

817A85
RGB129122133
HSL278°4.31%50.00%
HSB/HSV278°8.27%52.16%
CMYK3.01%8.27%0.00%
47.84%

Color #817A85 in popluar number systems.

HEX817A85
Decimal129122133
Binary10000001111101010000101
Octal201172205

Shades and tints

Shades of #817A85

#817A85
(129,122,133)
#766F79
(118,111,121)
#6B646D
(107,100,109)
#605961
(96,89,97)
#554E55
(85,78,85)
#4A4349
(74,67,73)
#3F383D
(63,56,61)
#342D31
(52,45,49)
#292225
(41,34,37)
#1E1719
(30,23,25)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #817A85

#817A85
(129,122,133)
#8C8690
(140,134,144)
#97929B
(151,146,155)
#A29EA6
(162,158,166)
#ADAAB1
(173,170,177)
#B8B6BC
(184,182,188)
#C3C2C7
(195,194,199)
#CECED2
(206,206,210)
#D9DADD
(217,218,221)
#E4E6E8
(228,230,232)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817A85; }

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

This text font color is #817A85.


Background Color

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

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

This div background color is #817A85.


Border color

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

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

This div border color is #817A85.


Opacity

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

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

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

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

This text has shadow with #817A85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817A85 on black background.


Color preview on white background

This text has color #817A85 on white background.



Black color preview on #817A85 background

This text has black color on #817A85 background.


White color preview on #817A85 background

This text has white color on #817A85 background.