Shades of Empress #726F70
Tints of Empress #726F70
RGB
CMYK
RGB Variations
Color information
#726F70 (or 0x726F70) is known color: Empress. HEX triplet: 72, 6F and 70. RGB value is (114,111,112). Sum of RGB (Red+Green+Blue) = 114+111+112=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 114 - color contains mainly: red. Hex color #726F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F70 is #8D908F. Grayscale: #707070. Windows color (decimal): -9277584 or 7368562. OLE color: 7368562.
HSL color Cylindrical-coordinate representation of color #726F70: hue angle of 340º degrees, saturation: 0.01, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #726F70 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
RGB | 114 | 111 | 112 | - |
CMYK | 0 | 0.03 | 0.02 | 0.55 |
HSL | 340º | 0.01% | 0.44% | - |
HSV(B) | 340º | 0.03% | 0.45% | - |
XYZ | 15.55 | 16.12 | 17.62 | - |
YUV | 112.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 114 | 111 | 112 | 0 | 0.03 | 0.02 | 0.55 | 340 | 0.01 | 0.44 |
Hex | 72 | 6F | 70 | 0 | 3 | 2 | 37 | 154 | 1 | 2C |
Octal | 162 | 157 | 160 | 0 | 3 | 2 | 67 | 524 | 1 | 54 |
Binary | 1110010 | 1101111 | 1110000 | 0 | 11 | 10 | 110111 | 101010100 | 1 | 101100 |
Color Harmonies of #726F70
Complementary color
Monochromatic Colors of #726F70
Black with #726F70
Text Example
Text Example
White with #726F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F70; }
p { color: rgb(114,111,112); }
H1.HeaderClassName
{
color: #726F70;
}
.AnyTagClassName
{
color: #726F70;
}
</style>
background-color css
<style>
a { background-color: #726F70; }
a { background-color: rgb(114,111,112); }
div.DivClassName
{
background-color: #726F70;
}
.BgClassName
{
background-color: #726F70;
}
</style>
border-color css
<style>
span { border-color: #726F70; }
span { border-color: rgb(114,111,112); }
td.TdClassName
{
border-color: #726F70;
}
.TagClassName
{
border-color: #726F70;
}
</style>