Shades of Eminence #764B74
Tints of Eminence #764B74
RGB
CMYK
RGB Variations
Color information
#764B74 (or 0x764B74) is known color: Eminence. HEX triplet: 76, 4B and 74. RGB value is (118,75,116). Sum of RGB (Red+Green+Blue) = 118+75+116=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #764B74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764B74 is #89B48B. Grayscale: #5C5C5C. Windows color (decimal): -9024652 or 7621494. OLE color: 7621494.
HSL color Cylindrical-coordinate representation of color #764B74: hue angle of 302.79º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #764B74 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 75 | 116 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.54 |
| HSL | 302.79º | 0.22% | 0.38% | - |
| HSV(B) | 302.79º | 0.36% | 0.46% | - |
| XYZ | 13.14 | 10.14 | 17.79 | - |
| YUV | 92.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 75 | 116 | 0 | 0.36 | 0.02 | 0.54 | 302.79 | 0.22 | 0.38 |
| Hex | 76 | 4B | 74 | 0 | 24 | 2 | 36 | 12F | 16 | 26 |
| Octal | 166 | 113 | 164 | 0 | 44 | 2 | 66 | 457 | 26 | 46 |
| Binary | 1110110 | 1001011 | 1110100 | 0 | 100100 | 10 | 110110 | 100101111 | 10110 | 100110 |
Color Harmonies of #764B74
Complementary color
Monochromatic Colors of #764B74
Black with #764B74
Text Example
Text Example
White with #764B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764B74; }
p { color: rgb(118,75,116); }
H1.HeaderClassName
{
color: #764B74;
}
.AnyTagClassName
{
color: #764B74;
}
</style>
background-color css
<style>
a { background-color: #764B74; }
a { background-color: rgb(118,75,116); }
div.DivClassName
{
background-color: #764B74;
}
.BgClassName
{
background-color: #764B74;
}
</style>
border-color css
<style>
span { border-color: #764B74; }
span { border-color: rgb(118,75,116); }
td.TdClassName
{
border-color: #764B74;
}
.TagClassName
{
border-color: #764B74;
}
</style>