Shades of Rum #75607C
Tints of Rum #75607C
RGB
CMYK
RGB Variations
Color information
#75607C (or 0x75607C) is known color: Rum. HEX triplet: 75, 60 and 7C. RGB value is (117,96,124). Sum of RGB (Red+Green+Blue) = 117+96+124=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 124 - color contains mainly: blue. Hex color #75607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75607C is #8A9F83. Grayscale: #696969. Windows color (decimal): -9084804 or 8151157. OLE color: 8151157.
HSL color Cylindrical-coordinate representation of color #75607C: hue angle of 285º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #75607C is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 96 | 124 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.51 |
| HSL | 285º | 0.13% | 0.43% | - |
| HSV(B) | 285º | 0.23% | 0.49% | - |
| XYZ | 15.16 | 13.6 | 20.9 | - |
| YUV | 105.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 96 | 124 | 0.06 | 0.23 | 0 | 0.51 | 285 | 0.13 | 0.43 |
| Hex | 75 | 60 | 7C | 6 | 17 | 0 | 33 | 11D | D | 2B |
| Octal | 165 | 140 | 174 | 6 | 27 | 0 | 63 | 435 | 15 | 53 |
| Binary | 1110101 | 1100000 | 1111100 | 110 | 10111 | 0 | 110011 | 100011101 | 1101 | 101011 |
Color Harmonies of #75607C
Complementary color
Monochromatic Colors of #75607C
Black with #75607C
Text Example
Text Example
White with #75607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75607C; }
p { color: rgb(117,96,124); }
H1.HeaderClassName
{
color: #75607C;
}
.AnyTagClassName
{
color: #75607C;
}
</style>
background-color css
<style>
a { background-color: #75607C; }
a { background-color: rgb(117,96,124); }
div.DivClassName
{
background-color: #75607C;
}
.BgClassName
{
background-color: #75607C;
}
</style>
border-color css
<style>
span { border-color: #75607C; }
span { border-color: rgb(117,96,124); }
td.TdClassName
{
border-color: #75607C;
}
.TagClassName
{
border-color: #75607C;
}
</style>