COLOR #720700

HEX: #720700
RGB: (114,7,0)

Color info

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

RGB color model

#720700 color RGB value is (114,7,0).

  • red value is 114;
  • green value is 7;
  • blue value is 0.
RGB:
(114,7,0)
(45%,3%,0%)

RGB channels and saturation

R 114 of 255 = 45%
G 7 of 255 = 3%
B 0 of 255 = 0%

114
7
0

R + G + B ~ 16%. #720700 is dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 7 + 0 = 121 (100%)
R 114 of 121 ~ 94.21%
G 7 of 121 ~ 5.79%
B 0 of 121 ~ 0%

%94.21

CMYK color model

#720700 color CMYK value is (0,94,100,55).

  • cyan value is 0.00%
  • magenta value is 93.86%
  • yellow value is 100.00%
  • key color value is 55.29%
CMYK:
(0,94,100,55)
C0M94Y100K55 
(0%,94%,100%,55%)
(0.00/0.94/1.00/0.55)	

CMYK percentages

%0
%93.86
%100
%55.29

Codes

Color #720700 in popluar color models

720700
RGB11470
HSL100.00%22.35%
HSB/HSV100.00%44.71%
CMYK0.00%93.86%100.00%
55.29%

Color #720700 in popluar number systems.

HEX720700
Decimal11470
Binary11100101110
Octal16270

Shades and tints

Shades of #720700

#720700
(114,7,0)
#680700
(104,7,0)
#5E0700
(94,7,0)
#540700
(84,7,0)
#4A0700
(74,7,0)
#400700
(64,7,0)
#360700
(54,7,0)
#2C0700
(44,7,0)
#220700
(34,7,0)
#180700
(24,7,0)
#0E0700
(14,7,0)
#000000
(0,0,0)

Tints of #720700

#720700
(114,7,0)
#7E1D17
(126,29,23)
#8A332E
(138,51,46)
#964945
(150,73,69)
#A25F5C
(162,95,92)
#AE7573
(174,117,115)
#BA8B8A
(186,139,138)
#C6A1A1
(198,161,161)
#D2B7B8
(210,183,184)
#DECDCF
(222,205,207)
#EAE3E6
(234,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #720700 color. Also use rgb(114,7,0) instead hex code.

Text Font Color

.myTextColor { color: #720700; }

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

This text font color is #720700.


Background Color

.myBgColor { background-color: #720700; }

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

This div background color is #720700.


Border color

.myBorderColor { border: 1px solid #720700; }

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

This div border color is #720700.


Opacity

.myOpacity80 { color: #720700; opacity: 0.8; }

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

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

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

This text has shadow with #720700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #720700 on black background.


Color preview on white background

This text has color #720700 on white background.



Black color preview on #720700 background

This text has black color on #720700 background.


White color preview on #720700 background

This text has white color on #720700 background.