Shades of Rum #75647C
Tints of Rum #75647C
RGB
CMYK
RGB Variations
Color information
#75647C (or 0x75647C) is known color: Rum. HEX triplet: 75, 64 and 7C. RGB value is (117,100,124). Sum of RGB (Red+Green+Blue) = 117+100+124=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 124 - color contains mainly: blue. Hex color #75647C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75647C is #8A9B83. Grayscale: #6B6B6B. Windows color (decimal): -9083780 or 8152181. OLE color: 8152181.
HSL color Cylindrical-coordinate representation of color #75647C: hue angle of 282.5º degrees, saturation: 0.11, 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 #75647C is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 100 | 124 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.51 |
| HSL | 282.5º | 0.11% | 0.44% | - |
| HSV(B) | 282.5º | 0.19% | 0.49% | - |
| XYZ | 15.53 | 14.35 | 21.02 | - |
| YUV | 107.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 100 | 124 | 0.06 | 0.19 | 0 | 0.51 | 282.5 | 0.11 | 0.44 |
| Hex | 75 | 64 | 7C | 6 | 13 | 0 | 33 | 11A | B | 2C |
| Octal | 165 | 144 | 174 | 6 | 23 | 0 | 63 | 432 | 13 | 54 |
| Binary | 1110101 | 1100100 | 1111100 | 110 | 10011 | 0 | 110011 | 100011010 | 1011 | 101100 |
Color Harmonies of #75647C
Complementary color
Monochromatic Colors of #75647C
Black with #75647C
Text Example
Text Example
White with #75647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75647C; }
p { color: rgb(117,100,124); }
H1.HeaderClassName
{
color: #75647C;
}
.AnyTagClassName
{
color: #75647C;
}
</style>
background-color css
<style>
a { background-color: #75647C; }
a { background-color: rgb(117,100,124); }
div.DivClassName
{
background-color: #75647C;
}
.BgClassName
{
background-color: #75647C;
}
</style>
border-color css
<style>
span { border-color: #75647C; }
span { border-color: rgb(117,100,124); }
td.TdClassName
{
border-color: #75647C;
}
.TagClassName
{
border-color: #75647C;
}
</style>