COLOR #76550C

HEX: #76550C
RGB: (118,85,12)

Color info

#76550C contains mainly red and green colors. Web safe color of #76550C is #666600 (or #660).

RGB color model

#76550C color RGB value is (118,85,12).

  • red value is 118;
  • green value is 85;
  • blue value is 12.
RGB:
(118,85,12)
(46%,33%,5%)

RGB channels and saturation

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

118
85
12

R + G + B ~ 28%. #76550C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 85 + 12 = 215 (100%)
R 118 of 215 ~ 54.88%
G 85 of 215 ~ 39.53%
B 12 of 215 ~ 5.58%

%54.88
%39.53

CMYK color model

#76550C color CMYK value is (0,28,90,54).

  • cyan value is 0.00%
  • magenta value is 27.97%
  • yellow value is 89.83%
  • key color value is 53.73%
CMYK:
(0,28,90,54)
C0M28Y90K54 
(0%,28%,90%,54%)
(0.00/0.28/0.90/0.54)	

CMYK percentages

%0
%27.97
%89.83
%53.73

Codes

Color #76550C in popluar color models

76550C
RGB1188512
HSL41°81.54%25.49%
HSB/HSV41°89.83%46.27%
CMYK0.00%27.97%89.83%
53.73%

Color #76550C in popluar number systems.

HEX76550C
Decimal1188512
Binary111011010101011100
Octal16612514

Shades and tints

Shades of #76550C

#76550C
(118,85,12)
#6C4E0B
(108,78,11)
#62470A
(98,71,10)
#584009
(88,64,9)
#4E3908
(78,57,8)
#443207
(68,50,7)
#3A2B06
(58,43,6)
#302405
(48,36,5)
#261D04
(38,29,4)
#1C1603
(28,22,3)
#120F02
(18,15,2)
#000000
(0,0,0)

Tints of #76550C

#76550C
(118,85,12)
#826422
(130,100,34)
#8E7338
(142,115,56)
#9A824E
(154,130,78)
#A69164
(166,145,100)
#B2A07A
(178,160,122)
#BEAF90
(190,175,144)
#CABEA6
(202,190,166)
#D6CDBC
(214,205,188)
#E2DCD2
(226,220,210)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76550C color. Also use rgb(118,85,12) instead hex code.

Text Font Color

.myTextColor { color: #76550C; }

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

This text font color is #76550C.


Background Color

.myBgColor { background-color: #76550C; }

<div style="background-color:#76550C">Inner text</div>

This div background color is #76550C.


Border color

.myBorderColor { border: 1px solid #76550C; }

<div style="border:3px solid #76550C">Div</div>

This div border color is #76550C.


Opacity

.myOpacity80 { color: #76550C; opacity: 0.8; }

<p style="color:#76550C;opacity:0.8;">80%</p>

Text with #76550C 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 #76550C;}

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

This text has shadow with #76550C color.

.textShadow {text-shadow: 3px 3px 1px #76550C, 3px 3px 1px red;}

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

This text has shadow with #76550C primary color and red secondary color.


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

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

This text has shadow with #76550C and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76550C;
-webkit-box-shadow: 1px 1px 3px 2px #76550C;
box-shadow:1px 1px 3px 2px #76550C;">
Div content here</div>
This div box has shadow with color #76550C.

Preview

Color preview on black background

This text has color #76550C on black background.


Color preview on white background

This text has color #76550C on white background.



Black color preview on #76550C background

This text has black color on #76550C background.


White color preview on #76550C background

This text has white color on #76550C background.