COLOR #76220E

HEX: #76220E
RGB: (118,34,14)

Color info

#76220E contains mainly red color. Web safe color of #76220E is #663300 (or #630).

RGB color model

#76220E color RGB value is (118,34,14).

  • red value is 118;
  • green value is 34;
  • blue value is 14.
RGB:
(118,34,14)
(46%,13%,5%)

RGB channels and saturation

R 118 of 255 = 46%
G 34 of 255 = 13%
B 14 of 255 = 5%

118
34
14

R + G + B ~ 21%. #76220E is dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 34 + 14 = 166 (100%)
R 118 of 166 ~ 71.08%
G 34 of 166 ~ 20.48%
B 14 of 166 ~ 8.43%

%71.08
%20.48

CMYK color model

#76220E color CMYK value is (0,71,88,54).

  • cyan value is 0.00%
  • magenta value is 71.19%
  • yellow value is 88.14%
  • key color value is 53.73%
CMYK:
(0,71,88,54)
C0M71Y88K54 
(0%,71%,88%,54%)
(0.00/0.71/0.88/0.54)	

CMYK percentages

%0
%71.19
%88.14
%53.73

Codes

Color #76220E in popluar color models

76220E
RGB1183414
HSL12°78.79%25.88%
HSB/HSV12°88.14%46.27%
CMYK0.00%71.19%88.14%
53.73%

Color #76220E in popluar number systems.

HEX76220E
Decimal1183414
Binary11101101000101110
Octal1664216

Shades and tints

Shades of #76220E

#76220E
(118,34,14)
#6C1F0D
(108,31,13)
#621C0C
(98,28,12)
#58190B
(88,25,11)
#4E160A
(78,22,10)
#441309
(68,19,9)
#3A1008
(58,16,8)
#300D07
(48,13,7)
#260A06
(38,10,6)
#1C0705
(28,7,5)
#120404
(18,4,4)
#000000
(0,0,0)

Tints of #76220E

#76220E
(118,34,14)
#823623
(130,54,35)
#8E4A38
(142,74,56)
#9A5E4D
(154,94,77)
#A67262
(166,114,98)
#B28677
(178,134,119)
#BE9A8C
(190,154,140)
#CAAEA1
(202,174,161)
#D6C2B6
(214,194,182)
#E2D6CB
(226,214,203)
#EEEAE0
(238,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76220E color. Also use rgb(118,34,14) instead hex code.

Text Font Color

.myTextColor { color: #76220E; }

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

This text font color is #76220E.


Background Color

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

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

This div background color is #76220E.


Border color

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

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

This div border color is #76220E.


Opacity

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

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

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

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

This text has shadow with #76220E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76220E on black background.


Color preview on white background

This text has color #76220E on white background.



Black color preview on #76220E background

This text has black color on #76220E background.


White color preview on #76220E background

This text has white color on #76220E background.