Shades of Empress #736F70
Tints of Empress #736F70
RGB
CMYK
RGB Variations
Color information
#736F70 (or 0x736F70) is known color: Empress. HEX triplet: 73, 6F and 70. RGB value is (115,111,112). Sum of RGB (Red+Green+Blue) = 115+111+112=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 115 - color contains mainly: red. Hex color #736F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F70 is #8C908F. Grayscale: #707070. Windows color (decimal): -9212048 or 7368563. OLE color: 7368563.
HSL color Cylindrical-coordinate representation of color #736F70: hue angle of 345º degrees, saturation: 0.02, 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 #736F70 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 111 | 112 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.55 |
| HSL | 345º | 0.02% | 0.44% | - |
| HSV(B) | 345º | 0.03% | 0.45% | - |
| XYZ | 15.68 | 16.18 | 17.63 | - |
| YUV | 112.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 112 | 0 | 0.03 | 0.03 | 0.55 | 345 | 0.02 | 0.44 |
| Hex | 73 | 6F | 70 | 0 | 3 | 3 | 37 | 159 | 2 | 2C |
| Octal | 163 | 157 | 160 | 0 | 3 | 3 | 67 | 531 | 2 | 54 |
| Binary | 1110011 | 1101111 | 1110000 | 0 | 11 | 11 | 110111 | 101011001 | 10 | 101100 |
Color Harmonies of #736F70
Complementary color
Monochromatic Colors of #736F70
Black with #736F70
Text Example
Text Example
White with #736F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736F70; }
p { color: rgb(115,111,112); }
H1.HeaderClassName
{
color: #736F70;
}
.AnyTagClassName
{
color: #736F70;
}
</style>
background-color css
<style>
a { background-color: #736F70; }
a { background-color: rgb(115,111,112); }
div.DivClassName
{
background-color: #736F70;
}
.BgClassName
{
background-color: #736F70;
}
</style>
border-color css
<style>
span { border-color: #736F70; }
span { border-color: rgb(115,111,112); }
td.TdClassName
{
border-color: #736F70;
}
.TagClassName
{
border-color: #736F70;
}
</style>