Shades of Rum #75607E
Tints of Rum #75607E
RGB
CMYK
RGB Variations
Color information
#75607E (or 0x75607E) is known color: Rum. HEX triplet: 75, 60 and 7E. RGB value is (117,96,126). Sum of RGB (Red+Green+Blue) = 117+96+126=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 126 - color contains mainly: blue. Hex color #75607E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75607E is #8A9F81. Grayscale: #696969. Windows color (decimal): -9084802 or 8282229. OLE color: 8282229.
HSL color Cylindrical-coordinate representation of color #75607E: hue angle of 282º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #75607E is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 96 | 126 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.51 |
| HSL | 282º | 0.14% | 0.44% | - |
| HSV(B) | 282º | 0.24% | 0.49% | - |
| XYZ | 15.28 | 13.65 | 21.57 | - |
| YUV | 105.7 | 139.46 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 96 | 126 | 0.07 | 0.24 | 0 | 0.51 | 282 | 0.14 | 0.44 |
| Hex | 75 | 60 | 7E | 7 | 18 | 0 | 33 | 11A | E | 2C |
| Octal | 165 | 140 | 176 | 7 | 30 | 0 | 63 | 432 | 16 | 54 |
| Binary | 1110101 | 1100000 | 1111110 | 111 | 11000 | 0 | 110011 | 100011010 | 1110 | 101100 |
Color Harmonies of #75607E
Complementary color
Monochromatic Colors of #75607E
Black with #75607E
Text Example
Text Example
White with #75607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75607E; }
p { color: rgb(117,96,126); }
H1.HeaderClassName
{
color: #75607E;
}
.AnyTagClassName
{
color: #75607E;
}
</style>
background-color css
<style>
a { background-color: #75607E; }
a { background-color: rgb(117,96,126); }
div.DivClassName
{
background-color: #75607E;
}
.BgClassName
{
background-color: #75607E;
}
</style>
border-color css
<style>
span { border-color: #75607E; }
span { border-color: rgb(117,96,126); }
td.TdClassName
{
border-color: #75607E;
}
.TagClassName
{
border-color: #75607E;
}
</style>