COLOR #76817D

HEX: #76817D
RGB: (118,129,125)

Color info

#76817D contains red, green and blue colors in about the same proportion. Web safe color of #76817D is #669966 (or #696).

RGB color model

#76817D color RGB value is (118,129,125).

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

RGB channels and saturation

R 118 of 255 = 46%
G 129 of 255 = 51%
B 125 of 255 = 49%

118
129
125

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

Portions of RGB colors in percentages

R + G + B =
118 + 129 + 125 = 372 (100%)
R 118 of 372 ~ 31.72%
G 129 of 372 ~ 34.68%
B 125 of 372 ~ 33.6%

%31.72
%34.68
%33.6

CMYK color model

#76817D color CMYK value is (9,0,3,49).

  • cyan value is 8.53%
  • magenta value is 0.00%
  • yellow value is 3.10%
  • key color value is 49.41%
CMYK:
(9,0,3,49)
C9M0Y3K49 
(9%,0%,3%,49%)
(0.09/0.00/0.03/0.49)	

CMYK percentages

%8.53
%0
%3.1
%49.41

Codes

Color #76817D in popluar color models

76817D
RGB118129125
HSL158°4.45%48.43%
HSB/HSV158°8.53%50.59%
CMYK8.53%0.00%3.10%
49.41%

Color #76817D in popluar number systems.

HEX76817D
Decimal118129125
Binary1110110100000011111101
Octal166201175

Shades and tints

Shades of #76817D

#76817D
(118,129,125)
#6C7672
(108,118,114)
#626B67
(98,107,103)
#58605C
(88,96,92)
#4E5551
(78,85,81)
#444A46
(68,74,70)
#3A3F3B
(58,63,59)
#303430
(48,52,48)
#262925
(38,41,37)
#1C1E1A
(28,30,26)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #76817D

#76817D
(118,129,125)
#828C88
(130,140,136)
#8E9793
(142,151,147)
#9AA29E
(154,162,158)
#A6ADA9
(166,173,169)
#B2B8B4
(178,184,180)
#BEC3BF
(190,195,191)
#CACECA
(202,206,202)
#D6D9D5
(214,217,213)
#E2E4E0
(226,228,224)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76817D; }

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

This text font color is #76817D.


Background Color

.myBgColor { background-color: #76817D; }

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

This div background color is #76817D.


Border color

.myBorderColor { border: 1px solid #76817D; }

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

This div border color is #76817D.


Opacity

.myOpacity80 { color: #76817D; opacity: 0.8; }

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

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

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

This text has shadow with #76817D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76817D on black background.


Color preview on white background

This text has color #76817D on white background.



Black color preview on #76817D background

This text has black color on #76817D background.


White color preview on #76817D background

This text has white color on #76817D background.