COLOR #76551E

HEX: #76551E RGB: (118,85,30)

Color info

#76551E contains mainly red and green colors. Web safe color of #76551E is #666633 (or #663).

RGB color model

#76551E color RGB value is (118,85,30).

RGB: (118,85,30) (46%, 33%, 12%)

RGB channels and saturation

R 118 of 255 = 46%
G 85 of 255 = 33%
B 30 of 255 = 12%

118
85
30

R + G + B ~ 30%. #76551E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 118 + 85 + 30 = 233 (100%)
R 118 of 233 ~ 50.64%
G 85 of 233 ~ 36.48%
B 30 of 233 ~ 12.88'%

%50.64
%36.48
%12.88

CMYK color model

#76551E color CMYK value is (0,28,75,54).

  • cyan value is 0.00%
  • magenta value is 27.97%
  • yellow value is 74.58%
  • key color value is 53.73%

CMYK: (0,28,75,54)
C0M28Y75K54 (0%, 28%, 75%, 54%)
(0.00 / 0.28 / 0.75 / 0.54)

CMYK percentages

%0
%27.97
%74.58
%53.73

Codes

Color #76551E in popluar color models

76 55 1E
RGB 118 85 30
HSL 38° 59.46% 29.02%
HSB/HSV 38° 74.58% 46.27%
CMYK 0.00% 27.97% 74.58%
53.73%

Color #76551E in popluar number systems.

HEX 76 55 1E
Decimal 118 85 30
Binary 1110110 1010101 11110
Octal 166 125 36

Shades and tints

Shades of #76551E

#76551E
(118,85,30)
#6C4E1C
(108,78,28)
#62471A
(98,71,26)
#584018
(88,64,24)
#4E3916
(78,57,22)
#443214
(68,50,20)
#3A2B12
(58,43,18)
#302410
(48,36,16)
#261D0E
(38,29,14)
#1C160C
(28,22,12)
#120F0A
(18,15,10)
#000000
(0,0,0)

Tints of #76551E

#76551E
(118,85,30)
#826432
(130,100,50)
#8E7346
(142,115,70)
#9A825A
(154,130,90)
#A6916E
(166,145,110)
#B2A082
(178,160,130)
#BEAF96
(190,175,150)
#CABEAA
(202,190,170)
#D6CDBE
(214,205,190)
#E2DCD2
(226,220,210)
#EEEBE6
(238,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76551E color. Also use rgb(118,85,30) instead hex code.

Text Font Color

.myTextColor { color: #76551E; }

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

This text font color is #76551E.

Background Color

.myBgColor { background-color: #76551E; }

<div style="background-color:#76551E">Inner text</div>

This div background color is #76551E.

Border color

.myBorderColor { border: 1px solid #76551E; }

<div style="border:3px solid #76551E">Div</div>

This div border color is #76551E.

Opacity

.myOpacity80 { color: #76551E; opacity: 0.8; }

<p style="color:#76551E;opacity:0.8;">80%</p>

Text with #76551E 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 #76551E;}

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

This text has shadow with #76551E color.


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

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

This text has shadow with #76551E primary color and red secondary color.


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

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

This text has shadow with #76551E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #76551E.

Preview

Color preview on black background

This text has color #76551E on black background.


Color preview on white background

This text has color #76551E on white background.


Black color preview on #76551E background

This text has black color on #76551E background.


White color preview on #76551E background

This text has white color on #76551E background.


Related colors

Complementary color

Complementary color for #hex is #89AAE1.


I love getcolorcode.com

Triadic colors

1 #1E7655 and #551E76 with #76551E are triadic colors.

2 #1E5576 and #55761E with #76551E are triadic colors.