COLOR #76805F

HEX: #76805F RGB: (118,128,95)

Color info

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

RGB color model

#76805F color RGB value is (118,128,95).

RGB: (118,128,95) (46%, 50%, 37%)

RGB channels and saturation

R 118 of 255 = 46%
G 128 of 255 = 50%
B 95 of 255 = 37%

118
128
95

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

Portions of RGB colors in percentages

R + G + B = 118 + 128 + 95 = 341 (100%)
R 118 of 341 ~ 34.6%
G 128 of 341 ~ 37.54%
B 95 of 341 ~ 27.86'%

%34.6
%37.54
%27.86

CMYK color model

#76805F color CMYK value is (8,0,26,50).

  • cyan value is 7.81%
  • magenta value is 0.00%
  • yellow value is 25.78%
  • key color value is 49.80%

CMYK: (8,0,26,50)
C8M0Y26K50 (8%, 0%, 26%, 50%)
(0.08 / 0.00 / 0.26 / 0.50)

CMYK percentages

%7.81
%0
%25.78
%49.8

Codes

Color #76805F in popluar color models

76 80 5F
RGB 118 128 95
HSL 78° 14.80% 43.73%
HSB/HSV 78° 25.78% 50.20%
CMYK 7.81% 0.00% 25.78%
49.80%

Color #76805F in popluar number systems.

HEX 76 80 5F
Decimal 118 128 95
Binary 1110110 10000000 1011111
Octal 166 200 137

Shades and tints

Shades of #76805F

#76805F
(118,128,95)
#6C7557
(108,117,87)
#626A4F
(98,106,79)
#585F47
(88,95,71)
#4E543F
(78,84,63)
#444937
(68,73,55)
#3A3E2F
(58,62,47)
#303327
(48,51,39)
#26281F
(38,40,31)
#1C1D17
(28,29,23)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #76805F

#76805F
(118,128,95)
#828B6D
(130,139,109)
#8E967B
(142,150,123)
#9AA189
(154,161,137)
#A6AC97
(166,172,151)
#B2B7A5
(178,183,165)
#BEC2B3
(190,194,179)
#CACDC1
(202,205,193)
#D6D8CF
(214,216,207)
#E2E3DD
(226,227,221)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76805F color. Also use rgb(118,128,95) instead hex code.

Text Font Color

.myTextColor { color: #76805F; }

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

This text font color is #76805F.

Background Color

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

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

This div background color is #76805F.

Border color

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

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

This div border color is #76805F.

Opacity

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

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

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

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

This text has shadow with #76805F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76805F.

Preview

Color preview on black background

This text has color #76805F on black background.


Color preview on white background

This text has color #76805F on white background.


Black color preview on #76805F background

This text has black color on #76805F background.


White color preview on #76805F background

This text has white color on #76805F background.


Related colors

Complementary color

Complementary color for #hex is #897FA0.


I love getcolorcode.com

Triadic colors

1 #5F7680 and #805F76 with #76805F are triadic colors.

2 #5F8076 and #80765F with #76805F are triadic colors.