COLOR #76945C

HEX: #76945C
RGB: (118,148,92)

Color info

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

RGB color model

#76945C color RGB value is (118,148,92).

  • red value is 118;
  • green value is 148;
  • blue value is 92.
RGB:
(118,148,92)
(46%,58%,36%)

RGB channels and saturation

R 118 of 255 = 46%
G 148 of 255 = 58%
B 92 of 255 = 36%

118
148
92

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

Portions of RGB colors in percentages

R + G + B =
118 + 148 + 92 = 358 (100%)
R 118 of 358 ~ 32.96%
G 148 of 358 ~ 41.34%
B 92 of 358 ~ 25.7%

%32.96
%41.34
%25.7

CMYK color model

#76945C color CMYK value is (20,0,38,42).

  • cyan value is 20.27%
  • magenta value is 0.00%
  • yellow value is 37.84%
  • key color value is 41.96%
CMYK:
(20,0,38,42)
C20M0Y38K42 
(20%,0%,38%,42%)
(0.20/0.00/0.38/0.42)	

CMYK percentages

%20.27
%0
%37.84
%41.96

Codes

Color #76945C in popluar color models

76945C
RGB11814892
HSL92°23.33%47.06%
HSB/HSV92°37.84%58.04%
CMYK20.27%0.00%37.84%
41.96%

Color #76945C in popluar number systems.

HEX76945C
Decimal11814892
Binary1110110100101001011100
Octal166224134

Shades and tints

Shades of #76945C

#76945C
(118,148,92)
#6C8754
(108,135,84)
#627A4C
(98,122,76)
#586D44
(88,109,68)
#4E603C
(78,96,60)
#445334
(68,83,52)
#3A462C
(58,70,44)
#303924
(48,57,36)
#262C1C
(38,44,28)
#1C1F14
(28,31,20)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #76945C

#76945C
(118,148,92)
#829D6A
(130,157,106)
#8EA678
(142,166,120)
#9AAF86
(154,175,134)
#A6B894
(166,184,148)
#B2C1A2
(178,193,162)
#BECAB0
(190,202,176)
#CAD3BE
(202,211,190)
#D6DCCC
(214,220,204)
#E2E5DA
(226,229,218)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76945C color. Also use rgb(118,148,92) instead hex code.

Text Font Color

.myTextColor { color: #76945C; }

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

This text font color is #76945C.


Background Color

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

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

This div background color is #76945C.


Border color

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

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

This div border color is #76945C.


Opacity

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

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

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

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

This text has shadow with #76945C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76945C on black background.


Color preview on white background

This text has color #76945C on white background.



Black color preview on #76945C background

This text has black color on #76945C background.


White color preview on #76945C background

This text has white color on #76945C background.