COLOR #72120E

HEX: #72120E RGB: (114,18,14)

Color info

#72120E contains mainly red color. Web safe color of #72120E is #660000 (or #600).

RGB color model

#72120E color RGB value is (114,18,14).

RGB: (114,18,14) (45%, 7%, 5%)

RGB channels and saturation

R 114 of 255 = 45%
G 18 of 255 = 7%
B 14 of 255 = 5%

114
18
14

R + G + B ~ 19%. #72120E is dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 18 + 14 = 146 (100%)
R 114 of 146 ~ 78.08%
G 18 of 146 ~ 12.33%
B 14 of 146 ~ 9.59'%

%78.08
%12.33

CMYK color model

#72120E color CMYK value is (0,84,88,55).

  • cyan value is 0.00%
  • magenta value is 84.21%
  • yellow value is 87.72%
  • key color value is 55.29%

CMYK: (0,84,88,55)
C0M84Y88K55 (0%, 84%, 88%, 55%)
(0.00 / 0.84 / 0.88 / 0.55)

CMYK percentages

%0
%84.21
%87.72
%55.29

Codes

Color #72120E in popluar color models

72 12 0E
RGB 114 18 14
HSL 78.13% 25.10%
HSB/HSV 87.72% 44.71%
CMYK 0.00% 84.21% 87.72%
55.29%

Color #72120E in popluar number systems.

HEX 72 12 0E
Decimal 114 18 14
Binary 1110010 10010 1110
Octal 162 22 16

Shades and tints

Shades of #72120E

#72120E
(114,18,14)
#68110D
(104,17,13)
#5E100C
(94,16,12)
#540F0B
(84,15,11)
#4A0E0A
(74,14,10)
#400D09
(64,13,9)
#360C08
(54,12,8)
#2C0B07
(44,11,7)
#220A06
(34,10,6)
#180905
(24,9,5)
#0E0804
(14,8,4)
#000000
(0,0,0)

Tints of #72120E

#72120E
(114,18,14)
#7E2723
(126,39,35)
#8A3C38
(138,60,56)
#96514D
(150,81,77)
#A26662
(162,102,98)
#AE7B77
(174,123,119)
#BA908C
(186,144,140)
#C6A5A1
(198,165,161)
#D2BAB6
(210,186,182)
#DECFCB
(222,207,203)
#EAE4E0
(234,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72120E color. Also use rgb(114,18,14) instead hex code.

Text Font Color

.myTextColor { color: #72120E; }

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

This text font color is #72120E.

Background Color

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

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

This div background color is #72120E.

Border color

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

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

This div border color is #72120E.

Opacity

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

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

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

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

This text has shadow with #72120E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72120E.

Preview

Color preview on black background

This text has color #72120E on black background.


Color preview on white background

This text has color #72120E on white background.


Black color preview on #72120E background

This text has black color on #72120E background.


White color preview on #72120E background

This text has white color on #72120E background.


Related colors

Complementary color

Complementary color for #hex is #8DEDF1.


I love getcolorcode.com

Triadic colors

1 #0E7212 and #120E72 with #72120E are triadic colors.

2 #0E1272 and #12720E with #72120E are triadic colors.