Shades of Rum #75687A
Tints of Rum #75687A
RGB
CMYK
RGB Variations
Color information
#75687A (or 0x75687A) is known color: Rum. HEX triplet: 75, 68 and 7A. RGB value is (117,104,122). Sum of RGB (Red+Green+Blue) = 117+104+122=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 122 - color contains mainly: blue. Hex color #75687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75687A is #8A9785. Grayscale: #6D6D6D. Windows color (decimal): -9082758 or 8022133. OLE color: 8022133.
HSL color Cylindrical-coordinate representation of color #75687A: hue angle of 283.33º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #75687A is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 104 | 122 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.52 |
| HSL | 283.33º | 0.08% | 0.44% | - |
| HSV(B) | 283.33º | 0.15% | 0.48% | - |
| XYZ | 15.8 | 15.09 | 20.49 | - |
| YUV | 109.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 122 | 0.04 | 0.15 | 0 | 0.52 | 283.33 | 0.08 | 0.44 |
| Hex | 75 | 68 | 7A | 4 | F | 0 | 34 | 11B | 8 | 2C |
| Octal | 165 | 150 | 172 | 4 | 17 | 0 | 64 | 433 | 10 | 54 |
| Binary | 1110101 | 1101000 | 1111010 | 100 | 1111 | 0 | 110100 | 100011011 | 1000 | 101100 |
Color Harmonies of #75687A
Complementary color
Monochromatic Colors of #75687A
Black with #75687A
Text Example
Text Example
White with #75687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75687A; }
p { color: rgb(117,104,122); }
H1.HeaderClassName
{
color: #75687A;
}
.AnyTagClassName
{
color: #75687A;
}
</style>
background-color css
<style>
a { background-color: #75687A; }
a { background-color: rgb(117,104,122); }
div.DivClassName
{
background-color: #75687A;
}
.BgClassName
{
background-color: #75687A;
}
</style>
border-color css
<style>
span { border-color: #75687A; }
span { border-color: rgb(117,104,122); }
td.TdClassName
{
border-color: #75687A;
}
.TagClassName
{
border-color: #75687A;
}
</style>