Shades of Rum #75667C
Tints of Rum #75667C
RGB
CMYK
RGB Variations
Color information
#75667C (or 0x75667C) is known color: Rum. HEX triplet: 75, 66 and 7C. RGB value is (117,102,124). Sum of RGB (Red+Green+Blue) = 117+102+124=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 124 - color contains mainly: blue. Hex color #75667C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75667C is #8A9983. Grayscale: #6C6C6C. Windows color (decimal): -9083268 or 8152693. OLE color: 8152693.
HSL color Cylindrical-coordinate representation of color #75667C: hue angle of 280.91º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #75667C is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 102 | 124 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.51 |
| HSL | 280.91º | 0.1% | 0.44% | - |
| HSV(B) | 280.91º | 0.18% | 0.49% | - |
| XYZ | 15.73 | 14.74 | 21.09 | - |
| YUV | 108.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 102 | 124 | 0.06 | 0.18 | 0 | 0.51 | 280.91 | 0.1 | 0.44 |
| Hex | 75 | 66 | 7C | 6 | 12 | 0 | 33 | 119 | A | 2C |
| Octal | 165 | 146 | 174 | 6 | 22 | 0 | 63 | 431 | 12 | 54 |
| Binary | 1110101 | 1100110 | 1111100 | 110 | 10010 | 0 | 110011 | 100011001 | 1010 | 101100 |
Color Harmonies of #75667C
Complementary color
Monochromatic Colors of #75667C
Black with #75667C
Text Example
Text Example
White with #75667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75667C; }
p { color: rgb(117,102,124); }
H1.HeaderClassName
{
color: #75667C;
}
.AnyTagClassName
{
color: #75667C;
}
</style>
background-color css
<style>
a { background-color: #75667C; }
a { background-color: rgb(117,102,124); }
div.DivClassName
{
background-color: #75667C;
}
.BgClassName
{
background-color: #75667C;
}
</style>
border-color css
<style>
span { border-color: #75667C; }
span { border-color: rgb(117,102,124); }
td.TdClassName
{
border-color: #75667C;
}
.TagClassName
{
border-color: #75667C;
}
</style>