COLOR #76945A

HEX: #76945A RGB: (118,148,90)

Color info

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

RGB color model

#76945A color RGB value is (118,148,90).

RGB: (118,148,90) (46%, 58%, 35%)

RGB channels and saturation

R 118 of 255 = 46%
G 148 of 255 = 58%
B 90 of 255 = 35%

118
148
90

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

Portions of RGB colors in percentages

R + G + B = 118 + 148 + 90 = 356 (100%)
R 118 of 356 ~ 33.15%
G 148 of 356 ~ 41.57%
B 90 of 356 ~ 25.28'%

%33.15
%41.57
%25.28

CMYK color model

#76945A color CMYK value is (20,0,39,42).

  • cyan value is 20.27%
  • magenta value is 0.00%
  • yellow value is 39.19%
  • key color value is 41.96%

CMYK: (20,0,39,42)
C20M0Y39K42 (20%, 0%, 39%, 42%)
(0.20 / 0.00 / 0.39 / 0.42)

CMYK percentages

%20.27
%0
%39.19
%41.96

Codes

Color #76945A in popluar color models

76 94 5A
RGB 118 148 90
HSL 91° 24.37% 46.67%
HSB/HSV 91° 39.19% 58.04%
CMYK 20.27% 0.00% 39.19%
41.96%

Color #76945A in popluar number systems.

HEX 76 94 5A
Decimal 118 148 90
Binary 1110110 10010100 1011010
Octal 166 224 132

Shades and tints

Shades of #76945A

#76945A
(118,148,90)
#6C8752
(108,135,82)
#627A4A
(98,122,74)
#586D42
(88,109,66)
#4E603A
(78,96,58)
#445332
(68,83,50)
#3A462A
(58,70,42)
#303922
(48,57,34)
#262C1A
(38,44,26)
#1C1F12
(28,31,18)
#12120A
(18,18,10)
#000000
(0,0,0)

Tints of #76945A

#76945A
(118,148,90)
#829D69
(130,157,105)
#8EA678
(142,166,120)
#9AAF87
(154,175,135)
#A6B896
(166,184,150)
#B2C1A5
(178,193,165)
#BECAB4
(190,202,180)
#CAD3C3
(202,211,195)
#D6DCD2
(214,220,210)
#E2E5E1
(226,229,225)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76945A; }

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

This text font color is #76945A.

Background Color

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

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

This div background color is #76945A.

Border color

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

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

This div border color is #76945A.

Opacity

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

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

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

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

This text has shadow with #76945A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76945A.

Preview

Color preview on black background

This text has color #76945A on black background.


Color preview on white background

This text has color #76945A on white background.


Black color preview on #76945A background

This text has black color on #76945A background.


White color preview on #76945A background

This text has white color on #76945A background.


Related colors

Complementary color

Complementary color for #hex is #896BA5.


I love getcolorcode.com

Triadic colors

1 #5A7694 and #945A76 with #76945A are triadic colors.

2 #5A9476 and #94765A with #76945A are triadic colors.