Shades of Eminence #723F6F
Tints of Eminence #723F6F
RGB
CMYK
RGB Variations
Color information
#723F6F (or 0x723F6F) is known color: Eminence. HEX triplet: 72, 3F and 6F. RGB value is (114,63,111). Sum of RGB (Red+Green+Blue) = 114+63+111=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 114 - color contains mainly: red. Hex color #723F6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723F6F is #8DC090. Grayscale: #535353. Windows color (decimal): -9289873 or 7290738. OLE color: 7290738.
HSL color Cylindrical-coordinate representation of color #723F6F: hue angle of 303.53º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #723F6F is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 63 | 111 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.55 |
| HSL | 303.53º | 0.29% | 0.35% | - |
| HSV(B) | 303.53º | 0.45% | 0.45% | - |
| XYZ | 11.59 | 8.28 | 16.03 | - |
| YUV | 83.72 | 143.4 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 63 | 111 | 0 | 0.45 | 0.03 | 0.55 | 303.53 | 0.29 | 0.35 |
| Hex | 72 | 3F | 6F | 0 | 2D | 3 | 37 | 130 | 1D | 23 |
| Octal | 162 | 77 | 157 | 0 | 55 | 3 | 67 | 460 | 35 | 43 |
| Binary | 1110010 | 111111 | 1101111 | 0 | 101101 | 11 | 110111 | 100110000 | 11101 | 100011 |
Color Harmonies of #723F6F
Complementary color
Monochromatic Colors of #723F6F
Black with #723F6F
Text Example
Text Example
White with #723F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723F6F; }
p { color: rgb(114,63,111); }
H1.HeaderClassName
{
color: #723F6F;
}
.AnyTagClassName
{
color: #723F6F;
}
</style>
background-color css
<style>
a { background-color: #723F6F; }
a { background-color: rgb(114,63,111); }
div.DivClassName
{
background-color: #723F6F;
}
.BgClassName
{
background-color: #723F6F;
}
</style>
border-color css
<style>
span { border-color: #723F6F; }
span { border-color: rgb(114,63,111); }
td.TdClassName
{
border-color: #723F6F;
}
.TagClassName
{
border-color: #723F6F;
}
</style>