Shades of Eminence #73466C
Tints of Eminence #73466C
RGB
CMYK
RGB Variations
Color information
#73466C (or 0x73466C) is known color: Eminence. HEX triplet: 73, 46 and 6C. RGB value is (115,70,108). Sum of RGB (Red+Green+Blue) = 115+70+108=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 115 - color contains mainly: red. Hex color #73466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73466C is #8CB993. Grayscale: #575757. Windows color (decimal): -9222548 or 7095923. OLE color: 7095923.
HSL color Cylindrical-coordinate representation of color #73466C: hue angle of 309.33º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73466C is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 70 | 108 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.55 |
| HSL | 309.33º | 0.24% | 0.36% | - |
| HSV(B) | 309.33º | 0.39% | 0.45% | - |
| XYZ | 11.97 | 9.11 | 15.31 | - |
| YUV | 87.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 70 | 108 | 0 | 0.39 | 0.06 | 0.55 | 309.33 | 0.24 | 0.36 |
| Hex | 73 | 46 | 6C | 0 | 27 | 6 | 37 | 135 | 18 | 24 |
| Octal | 163 | 106 | 154 | 0 | 47 | 6 | 67 | 465 | 30 | 44 |
| Binary | 1110011 | 1000110 | 1101100 | 0 | 100111 | 110 | 110111 | 100110101 | 11000 | 100100 |
Color Harmonies of #73466C
Complementary color
Monochromatic Colors of #73466C
Black with #73466C
Text Example
Text Example
White with #73466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73466C; }
p { color: rgb(115,70,108); }
H1.HeaderClassName
{
color: #73466C;
}
.AnyTagClassName
{
color: #73466C;
}
</style>
background-color css
<style>
a { background-color: #73466C; }
a { background-color: rgb(115,70,108); }
div.DivClassName
{
background-color: #73466C;
}
.BgClassName
{
background-color: #73466C;
}
</style>
border-color css
<style>
span { border-color: #73466C; }
span { border-color: rgb(115,70,108); }
td.TdClassName
{
border-color: #73466C;
}
.TagClassName
{
border-color: #73466C;
}
</style>