COLOR #76947B

HEX: #76947B RGB: (118,148,123)

Color info

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

RGB color model

#76947B color RGB value is (118,148,123).

RGB: (118,148,123) (46%, 58%, 48%)

RGB channels and saturation

R 118 of 255 = 46%
G 148 of 255 = 58%
B 123 of 255 = 48%

118
148
123

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

Portions of RGB colors in percentages

R + G + B = 118 + 148 + 123 = 389 (100%)
R 118 of 389 ~ 30.33%
G 148 of 389 ~ 38.05%
B 123 of 389 ~ 31.62'%

%30.33
%38.05
%31.62

CMYK color model

#76947B color CMYK value is (20,0,17,42).

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

CMYK: (20,0,17,42)
C20M0Y17K42 (20%, 0%, 17%, 42%)
(0.20 / 0.00 / 0.17 / 0.42)

CMYK percentages

%20.27
%0
%16.89
%41.96

Codes

Color #76947B in popluar color models

76 94 7B
RGB 118 148 123
HSL 130° 12.30% 52.16%
HSB/HSV 130° 20.27% 58.04%
CMYK 20.27% 0.00% 16.89%
41.96%

Color #76947B in popluar number systems.

HEX 76 94 7B
Decimal 118 148 123
Binary 1110110 10010100 1111011
Octal 166 224 173

Shades and tints

Shades of #76947B

#76947B
(118,148,123)
#6C8770
(108,135,112)
#627A65
(98,122,101)
#586D5A
(88,109,90)
#4E604F
(78,96,79)
#445344
(68,83,68)
#3A4639
(58,70,57)
#30392E
(48,57,46)
#262C23
(38,44,35)
#1C1F18
(28,31,24)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #76947B

#76947B
(118,148,123)
#829D87
(130,157,135)
#8EA693
(142,166,147)
#9AAF9F
(154,175,159)
#A6B8AB
(166,184,171)
#B2C1B7
(178,193,183)
#BECAC3
(190,202,195)
#CAD3CF
(202,211,207)
#D6DCDB
(214,220,219)
#E2E5E7
(226,229,231)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76947B color. Also use rgb(118,148,123) instead hex code.

Text Font Color

.myTextColor { color: #76947B; }

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

This text font color is #76947B.

Background Color

.myBgColor { background-color: #76947B; }

<div style="background-color:#76947B">Inner text</div>

This div background color is #76947B.

Border color

.myBorderColor { border: 1px solid #76947B; }

<div style="border:3px solid #76947B">Div</div>

This div border color is #76947B.

Opacity

.myOpacity80 { color: #76947B; opacity: 0.8; }

<p style="color:#76947B;opacity:0.8;">80%</p>

Text with #76947B 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 #76947B;}

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

This text has shadow with #76947B color.


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

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

This text has shadow with #76947B primary color and red secondary color.


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

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

This text has shadow with #76947B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #76947B.

Preview

Color preview on black background

This text has color #76947B on black background.


Color preview on white background

This text has color #76947B on white background.


Black color preview on #76947B background

This text has black color on #76947B background.


White color preview on #76947B background

This text has white color on #76947B background.


Related colors

Complementary color

Complementary color for #hex is #896B84.


I love getcolorcode.com

Triadic colors

1 #7B7694 and #947B76 with #76947B are triadic colors.

2 #7B9476 and #94767B with #76947B are triadic colors.