Shades of Eminence #74426B
Tints of Eminence #74426B
RGB
CMYK
RGB Variations
Color information
#74426B (or 0x74426B) is known color: Eminence. HEX triplet: 74, 42 and 6B. RGB value is (116,66,107). Sum of RGB (Red+Green+Blue) = 116+66+107=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #74426B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74426B is #8BBD94. Grayscale: #555555. Windows color (decimal): -9158037 or 7029364. OLE color: 7029364.
HSL color Cylindrical-coordinate representation of color #74426B: hue angle of 310.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74426B is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 66 | 107 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.55 |
| HSL | 310.8º | 0.27% | 0.36% | - |
| HSV(B) | 310.8º | 0.43% | 0.45% | - |
| XYZ | 11.8 | 8.67 | 14.96 | - |
| YUV | 85.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 66 | 107 | 0 | 0.43 | 0.08 | 0.55 | 310.8 | 0.27 | 0.36 |
| Hex | 74 | 42 | 6B | 0 | 2B | 8 | 37 | 137 | 1B | 24 |
| Octal | 164 | 102 | 153 | 0 | 53 | 10 | 67 | 467 | 33 | 44 |
| Binary | 1110100 | 1000010 | 1101011 | 0 | 101011 | 1000 | 110111 | 100110111 | 11011 | 100100 |
Color Harmonies of #74426B
Complementary color
Monochromatic Colors of #74426B
Black with #74426B
Text Example
Text Example
White with #74426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74426B; }
p { color: rgb(116,66,107); }
H1.HeaderClassName
{
color: #74426B;
}
.AnyTagClassName
{
color: #74426B;
}
</style>
background-color css
<style>
a { background-color: #74426B; }
a { background-color: rgb(116,66,107); }
div.DivClassName
{
background-color: #74426B;
}
.BgClassName
{
background-color: #74426B;
}
</style>
border-color css
<style>
span { border-color: #74426B; }
span { border-color: rgb(116,66,107); }
td.TdClassName
{
border-color: #74426B;
}
.TagClassName
{
border-color: #74426B;
}
</style>