Shades of Rum #75657C
Tints of Rum #75657C
RGB
CMYK
RGB Variations
Color information
#75657C (or 0x75657C) is known color: Rum. HEX triplet: 75, 65 and 7C. RGB value is (117,101,124). Sum of RGB (Red+Green+Blue) = 117+101+124=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 124 - color contains mainly: blue. Hex color #75657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75657C is #8A9A83. Grayscale: #6C6C6C. Windows color (decimal): -9083524 or 8152437. OLE color: 8152437.
HSL color Cylindrical-coordinate representation of color #75657C: hue angle of 281.74º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75657C is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 101 | 124 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.51 |
| HSL | 281.74º | 0.1% | 0.44% | - |
| HSV(B) | 281.74º | 0.19% | 0.49% | - |
| XYZ | 15.63 | 14.54 | 21.05 | - |
| YUV | 108.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 124 | 0.06 | 0.19 | 0 | 0.51 | 281.74 | 0.1 | 0.44 |
| Hex | 75 | 65 | 7C | 6 | 13 | 0 | 33 | 11A | A | 2C |
| Octal | 165 | 145 | 174 | 6 | 23 | 0 | 63 | 432 | 12 | 54 |
| Binary | 1110101 | 1100101 | 1111100 | 110 | 10011 | 0 | 110011 | 100011010 | 1010 | 101100 |
Color Harmonies of #75657C
Complementary color
Monochromatic Colors of #75657C
Black with #75657C
Text Example
Text Example
White with #75657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75657C; }
p { color: rgb(117,101,124); }
H1.HeaderClassName
{
color: #75657C;
}
.AnyTagClassName
{
color: #75657C;
}
</style>
background-color css
<style>
a { background-color: #75657C; }
a { background-color: rgb(117,101,124); }
div.DivClassName
{
background-color: #75657C;
}
.BgClassName
{
background-color: #75657C;
}
</style>
border-color css
<style>
span { border-color: #75657C; }
span { border-color: rgb(117,101,124); }
td.TdClassName
{
border-color: #75657C;
}
.TagClassName
{
border-color: #75657C;
}
</style>