Shades of Empress #726C6D
Tints of Empress #726C6D
RGB
CMYK
RGB Variations
Color information
#726C6D (or 0x726C6D) is known color: Empress. HEX triplet: 72, 6C and 6D. RGB value is (114,108,109). Sum of RGB (Red+Green+Blue) = 114+108+109=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 114 - color contains mainly: red. Hex color #726C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C6D is #8D9392. Grayscale: #6D6D6D. Windows color (decimal): -9278355 or 7171186. OLE color: 7171186.
HSL color Cylindrical-coordinate representation of color #726C6D: hue angle of 350º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #726C6D is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 109 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.55 |
| HSL | 350º | 0.03% | 0.44% | - |
| HSV(B) | 350º | 0.05% | 0.45% | - |
| XYZ | 15.06 | 15.41 | 16.65 | - |
| YUV | 109.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 109 | 0 | 0.05 | 0.04 | 0.55 | 350 | 0.03 | 0.44 |
| Hex | 72 | 6C | 6D | 0 | 5 | 4 | 37 | 15E | 3 | 2C |
| Octal | 162 | 154 | 155 | 0 | 5 | 4 | 67 | 536 | 3 | 54 |
| Binary | 1110010 | 1101100 | 1101101 | 0 | 101 | 100 | 110111 | 101011110 | 11 | 101100 |
Color Harmonies of #726C6D
Complementary color
Monochromatic Colors of #726C6D
Black with #726C6D
Text Example
Text Example
White with #726C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C6D; }
p { color: rgb(114,108,109); }
H1.HeaderClassName
{
color: #726C6D;
}
.AnyTagClassName
{
color: #726C6D;
}
</style>
background-color css
<style>
a { background-color: #726C6D; }
a { background-color: rgb(114,108,109); }
div.DivClassName
{
background-color: #726C6D;
}
.BgClassName
{
background-color: #726C6D;
}
</style>
border-color css
<style>
span { border-color: #726C6D; }
span { border-color: rgb(114,108,109); }
td.TdClassName
{
border-color: #726C6D;
}
.TagClassName
{
border-color: #726C6D;
}
</style>