COLOR #76877F

HEX: #76877F
RGB: (118,135,127)

Color info

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

RGB color model

#76877F color RGB value is (118,135,127).

  • red value is 118;
  • green value is 135;
  • blue value is 127.
RGB:
(118,135,127)
(46%,53%,50%)

RGB channels and saturation

R 118 of 255 = 46%
G 135 of 255 = 53%
B 127 of 255 = 50%

118
135
127

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

Portions of RGB colors in percentages

R + G + B =
118 + 135 + 127 = 380 (100%)
R 118 of 380 ~ 31.05%
G 135 of 380 ~ 35.53%
B 127 of 380 ~ 33.42%

%31.05
%35.53
%33.42

CMYK color model

#76877F color CMYK value is (13,0,6,47).

  • cyan value is 12.59%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 47.06%
CMYK:
(13,0,6,47)
C13M0Y6K47 
(13%,0%,6%,47%)
(0.13/0.00/0.06/0.47)	

CMYK percentages

%12.59
%0
%5.93
%47.06

Codes

Color #76877F in popluar color models

76877F
RGB118135127
HSL152°6.72%49.61%
HSB/HSV152°12.59%52.94%
CMYK12.59%0.00%5.93%
47.06%

Color #76877F in popluar number systems.

HEX76877F
Decimal118135127
Binary1110110100001111111111
Octal166207177

Shades and tints

Shades of #76877F

#76877F
(118,135,127)
#6C7B74
(108,123,116)
#626F69
(98,111,105)
#58635E
(88,99,94)
#4E5753
(78,87,83)
#444B48
(68,75,72)
#3A3F3D
(58,63,61)
#303332
(48,51,50)
#262727
(38,39,39)
#1C1B1C
(28,27,28)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #76877F

#76877F
(118,135,127)
#82918A
(130,145,138)
#8E9B95
(142,155,149)
#9AA5A0
(154,165,160)
#A6AFAB
(166,175,171)
#B2B9B6
(178,185,182)
#BEC3C1
(190,195,193)
#CACDCC
(202,205,204)
#D6D7D7
(214,215,215)
#E2E1E2
(226,225,226)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76877F color. Also use rgb(118,135,127) instead hex code.

Text Font Color

.myTextColor { color: #76877F; }

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

This text font color is #76877F.


Background Color

.myBgColor { background-color: #76877F; }

<div style="background-color:#76877F">Inner text</div>

This div background color is #76877F.


Border color

.myBorderColor { border: 1px solid #76877F; }

<div style="border:3px solid #76877F">Div</div>

This div border color is #76877F.


Opacity

.myOpacity80 { color: #76877F; opacity: 0.8; }

<p style="color:#76877F;opacity:0.8;">80%</p>

Text with #76877F 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 #76877F;}

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

This text has shadow with #76877F color.

.textShadow {text-shadow: 3px 3px 1px #76877F, 3px 3px 1px red;}

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

This text has shadow with #76877F primary color and red secondary color.


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

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

This text has shadow with #76877F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76877F on black background.


Color preview on white background

This text has color #76877F on white background.



Black color preview on #76877F background

This text has black color on #76877F background.


White color preview on #76877F background

This text has white color on #76877F background.