COLOR #76706B

HEX: #76706B RGB: (118,112,107)

Color info

#76706B contains red, green and blue colors in about the same proportion. Web safe color of #76706B is #666666 (or #666).

RGB color model

#76706B color RGB value is (118,112,107).

RGB: (118,112,107) (46%, 44%, 42%)

RGB channels and saturation

R 118 of 255 = 46%
G 112 of 255 = 44%
B 107 of 255 = 42%

118
112
107

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

Portions of RGB colors in percentages

R + G + B = 118 + 112 + 107 = 337 (100%)
R 118 of 337 ~ 35.01%
G 112 of 337 ~ 33.23%
B 107 of 337 ~ 31.75'%

%35.01
%33.23
%31.75

CMYK color model

#76706B color CMYK value is (0,5,9,54).

  • cyan value is 0.00%
  • magenta value is 5.08%
  • yellow value is 9.32%
  • key color value is 53.73%
CMYK: (0,5,9,54) C0M5Y9K54 (0%,5%,9%,54%) (0.00/0.05/0.09/0.54) 

CMYK percentages

%0
%5.08
%9.32
%53.73

Codes

Color #76706B in popluar color models

76 70 6B
RGB 118 112 107
HSL 27° 4.89% 44.12%
HSB/HSV 27° 9.32% 46.27%
CMYK 0.00% 5.08% 9.32%
53.73%

Color #76706B in popluar number systems.

HEX 76 70 6B
Decimal 118 112 107
Binary 1110110 1110000 1101011
Octal 166 160 153

Shades and tints

Shades of #76706B

#76706B
(118,112,107)
#6C6662
(108,102,98)
#625C59
(98,92,89)
#585250
(88,82,80)
#4E4847
(78,72,71)
#443E3E
(68,62,62)
#3A3435
(58,52,53)
#302A2C
(48,42,44)
#262023
(38,32,35)
#1C161A
(28,22,26)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #76706B

#76706B
(118,112,107)
#827D78
(130,125,120)
#8E8A85
(142,138,133)
#9A9792
(154,151,146)
#A6A49F
(166,164,159)
#B2B1AC
(178,177,172)
#BEBEB9
(190,190,185)
#CACBC6
(202,203,198)
#D6D8D3
(214,216,211)
#E2E5E0
(226,229,224)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76706B color. Also use rgb(118,112,107) instead hex code.

Text Font Color

.myTextColor { color: #76706B; }

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

This text font color is #76706B.

Background Color

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

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

This div background color is #76706B.

Border color

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

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

This div border color is #76706B.

Opacity

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

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

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

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

This text has shadow with #76706B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76706B.

Preview

Color preview on black background

This text has color #76706B on black background.


Color preview on white background

This text has color #76706B on white background.


Black color preview on #76706B background

This text has black color on #76706B background.


White color preview on #76706B background

This text has white color on #76706B background.


Related colors

Complementary color

Complementary color for #hex is #898F94.


I love getcolorcode.com

Triadic colors

1 #6B7670 and #706B76 with #76706B are triadic colors.

2 #6B7076 and #70766B with #76706B are triadic colors.