Shades of Eminence #75436B
Tints of Eminence #75436B
RGB
CMYK
RGB Variations
Color information
#75436B (or 0x75436B) is known color: Eminence. HEX triplet: 75, 43 and 6B. RGB value is (117,67,107). Sum of RGB (Red+Green+Blue) = 117+67+107=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #75436B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75436B is #8ABC94. Grayscale: #565656. Windows color (decimal): -9092245 or 7029621. OLE color: 7029621.
HSL color Cylindrical-coordinate representation of color #75436B: hue angle of 312º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75436B is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 67 | 107 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.54 |
| HSL | 312º | 0.27% | 0.36% | - |
| HSV(B) | 312º | 0.43% | 0.46% | - |
| XYZ | 12 | 8.86 | 14.99 | - |
| YUV | 86.51 | 139.57 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 67 | 107 | 0 | 0.43 | 0.09 | 0.54 | 312 | 0.27 | 0.36 |
| Hex | 75 | 43 | 6B | 0 | 2B | 9 | 36 | 138 | 1B | 24 |
| Octal | 165 | 103 | 153 | 0 | 53 | 11 | 66 | 470 | 33 | 44 |
| Binary | 1110101 | 1000011 | 1101011 | 0 | 101011 | 1001 | 110110 | 100111000 | 11011 | 100100 |
Color Harmonies of #75436B
Complementary color
Monochromatic Colors of #75436B
Black with #75436B
Text Example
Text Example
White with #75436B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75436B; }
p { color: rgb(117,67,107); }
H1.HeaderClassName
{
color: #75436B;
}
.AnyTagClassName
{
color: #75436B;
}
</style>
background-color css
<style>
a { background-color: #75436B; }
a { background-color: rgb(117,67,107); }
div.DivClassName
{
background-color: #75436B;
}
.BgClassName
{
background-color: #75436B;
}
</style>
border-color css
<style>
span { border-color: #75436B; }
span { border-color: rgb(117,67,107); }
td.TdClassName
{
border-color: #75436B;
}
.TagClassName
{
border-color: #75436B;
}
</style>