COLOR #76937C

HEX: #76937C
RGB: (118,147,124)

Color info

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

RGB color model

#76937C color RGB value is (118,147,124).

  • red value is 118;
  • green value is 147;
  • blue value is 124.
RGB:
(118,147,124)
(46%,58%,49%)

RGB channels and saturation

R 118 of 255 = 46%
G 147 of 255 = 58%
B 124 of 255 = 49%

118
147
124

R + G + B ~ 51%. #76937C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 147 + 124 = 389 (100%)
R 118 of 389 ~ 30.33%
G 147 of 389 ~ 37.79%
B 124 of 389 ~ 31.88%

%30.33
%37.79
%31.88

CMYK color model

#76937C color CMYK value is (20,0,16,42).

  • cyan value is 19.73%
  • magenta value is 0.00%
  • yellow value is 15.65%
  • key color value is 42.35%
CMYK:
(20,0,16,42)
C20M0Y16K42 
(20%,0%,16%,42%)
(0.20/0.00/0.16/0.42)	

CMYK percentages

%19.73
%0
%15.65
%42.35

Codes

Color #76937C in popluar color models

76937C
RGB118147124
HSL132°11.84%51.96%
HSB/HSV132°19.73%57.65%
CMYK19.73%0.00%15.65%
42.35%

Color #76937C in popluar number systems.

HEX76937C
Decimal118147124
Binary1110110100100111111100
Octal166223174

Shades and tints

Shades of #76937C

#76937C
(118,147,124)
#6C8671
(108,134,113)
#627966
(98,121,102)
#586C5B
(88,108,91)
#4E5F50
(78,95,80)
#445245
(68,82,69)
#3A453A
(58,69,58)
#30382F
(48,56,47)
#262B24
(38,43,36)
#1C1E19
(28,30,25)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #76937C

#76937C
(118,147,124)
#829C87
(130,156,135)
#8EA592
(142,165,146)
#9AAE9D
(154,174,157)
#A6B7A8
(166,183,168)
#B2C0B3
(178,192,179)
#BEC9BE
(190,201,190)
#CAD2C9
(202,210,201)
#D6DBD4
(214,219,212)
#E2E4DF
(226,228,223)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76937C color. Also use rgb(118,147,124) instead hex code.

Text Font Color

.myTextColor { color: #76937C; }

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

This text font color is #76937C.


Background Color

.myBgColor { background-color: #76937C; }

<div style="background-color:#76937C">Inner text</div>

This div background color is #76937C.


Border color

.myBorderColor { border: 1px solid #76937C; }

<div style="border:3px solid #76937C">Div</div>

This div border color is #76937C.


Opacity

.myOpacity80 { color: #76937C; opacity: 0.8; }

<p style="color:#76937C;opacity:0.8;">80%</p>

Text with #76937C 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 #76937C;}

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

This text has shadow with #76937C color.

.textShadow {text-shadow: 3px 3px 1px #76937C, 3px 3px 1px red;}

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

This text has shadow with #76937C primary color and red secondary color.


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

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

This text has shadow with #76937C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76937C on black background.


Color preview on white background

This text has color #76937C on white background.



Black color preview on #76937C background

This text has black color on #76937C background.


White color preview on #76937C background

This text has white color on #76937C background.