COLOR #76957F

HEX: #76957F
RGB: (118,149,127)

Color info

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

RGB color model

#76957F color RGB value is (118,149,127).

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

RGB channels and saturation

R 118 of 255 = 46%
G 149 of 255 = 58%
B 127 of 255 = 50%

118
149
127

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

Portions of RGB colors in percentages

R + G + B =
118 + 149 + 127 = 394 (100%)
R 118 of 394 ~ 29.95%
G 149 of 394 ~ 37.82%
B 127 of 394 ~ 32.23%

%29.95
%37.82
%32.23

CMYK color model

#76957F color CMYK value is (21,0,15,42).

  • cyan value is 20.81%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 41.57%
CMYK:
(21,0,15,42)
C21M0Y15K42 
(21%,0%,15%,42%)
(0.21/0.00/0.15/0.42)	

CMYK percentages

%20.81
%0
%14.77
%41.57

Codes

Color #76957F in popluar color models

76957F
RGB118149127
HSL137°12.76%52.35%
HSB/HSV137°20.81%58.43%
CMYK20.81%0.00%14.77%
41.57%

Color #76957F in popluar number systems.

HEX76957F
Decimal118149127
Binary1110110100101011111111
Octal166225177

Shades and tints

Shades of #76957F

#76957F
(118,149,127)
#6C8874
(108,136,116)
#627B69
(98,123,105)
#586E5E
(88,110,94)
#4E6153
(78,97,83)
#445448
(68,84,72)
#3A473D
(58,71,61)
#303A32
(48,58,50)
#262D27
(38,45,39)
#1C201C
(28,32,28)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #76957F

#76957F
(118,149,127)
#829E8A
(130,158,138)
#8EA795
(142,167,149)
#9AB0A0
(154,176,160)
#A6B9AB
(166,185,171)
#B2C2B6
(178,194,182)
#BECBC1
(190,203,193)
#CAD4CC
(202,212,204)
#D6DDD7
(214,221,215)
#E2E6E2
(226,230,226)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76957F; }

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

This text font color is #76957F.


Background Color

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

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

This div background color is #76957F.


Border color

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

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

This div border color is #76957F.


Opacity

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

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

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

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

This text has shadow with #76957F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76957F on black background.


Color preview on white background

This text has color #76957F on white background.



Black color preview on #76957F background

This text has black color on #76957F background.


White color preview on #76957F background

This text has white color on #76957F background.