Shades of Empress #72696A
Tints of Empress #72696A
RGB
CMYK
RGB Variations
Color information
#72696A (or 0x72696A) is known color: Empress. HEX triplet: 72, 69 and 6A. RGB value is (114,105,106). Sum of RGB (Red+Green+Blue) = 114+105+106=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 114 - color contains mainly: red. Hex color #72696A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72696A is #8D9695. Grayscale: #6B6B6B. Windows color (decimal): -9279126 or 6973810. OLE color: 6973810.
HSL color Cylindrical-coordinate representation of color #72696A: hue angle of 353.33º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #72696A is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 105 | 106 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.55 |
| HSL | 353.33º | 0.04% | 0.43% | - |
| HSV(B) | 353.33º | 0.08% | 0.45% | - |
| XYZ | 14.59 | 14.72 | 15.71 | - |
| YUV | 107.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 105 | 106 | 0 | 0.08 | 0.07 | 0.55 | 353.33 | 0.04 | 0.43 |
| Hex | 72 | 69 | 6A | 0 | 8 | 7 | 37 | 161 | 4 | 2B |
| Octal | 162 | 151 | 152 | 0 | 10 | 7 | 67 | 541 | 4 | 53 |
| Binary | 1110010 | 1101001 | 1101010 | 0 | 1000 | 111 | 110111 | 101100001 | 100 | 101011 |
Color Harmonies of #72696A
Complementary color
Monochromatic Colors of #72696A
Black with #72696A
Text Example
Text Example
White with #72696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72696A; }
p { color: rgb(114,105,106); }
H1.HeaderClassName
{
color: #72696A;
}
.AnyTagClassName
{
color: #72696A;
}
</style>
background-color css
<style>
a { background-color: #72696A; }
a { background-color: rgb(114,105,106); }
div.DivClassName
{
background-color: #72696A;
}
.BgClassName
{
background-color: #72696A;
}
</style>
border-color css
<style>
span { border-color: #72696A; }
span { border-color: rgb(114,105,106); }
td.TdClassName
{
border-color: #72696A;
}
.TagClassName
{
border-color: #72696A;
}
</style>