Shades of Empress #726A6B
Tints of Empress #726A6B
RGB
CMYK
RGB Variations
Color information
#726A6B (or 0x726A6B) is known color: Empress. HEX triplet: 72, 6A and 6B. RGB value is (114,106,107). Sum of RGB (Red+Green+Blue) = 114+106+107=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 114 - color contains mainly: red. Hex color #726A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A6B is #8D9594. Grayscale: #6C6C6C. Windows color (decimal): -9278869 or 7039602. OLE color: 7039602.
HSL color Cylindrical-coordinate representation of color #726A6B: hue angle of 352.5º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #726A6B is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 106 | 107 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.55 |
| HSL | 352.5º | 0.04% | 0.43% | - |
| HSV(B) | 352.5º | 0.07% | 0.45% | - |
| XYZ | 14.75 | 14.95 | 16.02 | - |
| YUV | 108.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 107 | 0 | 0.07 | 0.06 | 0.55 | 352.5 | 0.04 | 0.43 |
| Hex | 72 | 6A | 6B | 0 | 7 | 6 | 37 | 160 | 4 | 2B |
| Octal | 162 | 152 | 153 | 0 | 7 | 6 | 67 | 540 | 4 | 53 |
| Binary | 1110010 | 1101010 | 1101011 | 0 | 111 | 110 | 110111 | 101100000 | 100 | 101011 |
Color Harmonies of #726A6B
Complementary color
Monochromatic Colors of #726A6B
Black with #726A6B
Text Example
Text Example
White with #726A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726A6B; }
p { color: rgb(114,106,107); }
H1.HeaderClassName
{
color: #726A6B;
}
.AnyTagClassName
{
color: #726A6B;
}
</style>
background-color css
<style>
a { background-color: #726A6B; }
a { background-color: rgb(114,106,107); }
div.DivClassName
{
background-color: #726A6B;
}
.BgClassName
{
background-color: #726A6B;
}
</style>
border-color css
<style>
span { border-color: #726A6B; }
span { border-color: rgb(114,106,107); }
td.TdClassName
{
border-color: #726A6B;
}
.TagClassName
{
border-color: #726A6B;
}
</style>