Shades of Rum #75687B
Tints of Rum #75687B
RGB
CMYK
RGB Variations
Color information
#75687B (or 0x75687B) is known color: Rum. HEX triplet: 75, 68 and 7B. RGB value is (117,104,123). Sum of RGB (Red+Green+Blue) = 117+104+123=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 123 - color contains mainly: blue. Hex color #75687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75687B is #8A9784. Grayscale: #6D6D6D. Windows color (decimal): -9082757 or 8087669. OLE color: 8087669.
HSL color Cylindrical-coordinate representation of color #75687B: hue angle of 281.05º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #75687B is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 104 | 123 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.52 |
| HSL | 281.05º | 0.08% | 0.45% | - |
| HSV(B) | 281.05º | 0.15% | 0.48% | - |
| XYZ | 15.86 | 15.11 | 20.82 | - |
| YUV | 110.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 123 | 0.05 | 0.15 | 0 | 0.52 | 281.05 | 0.08 | 0.45 |
| Hex | 75 | 68 | 7B | 5 | F | 0 | 34 | 119 | 8 | 2D |
| Octal | 165 | 150 | 173 | 5 | 17 | 0 | 64 | 431 | 10 | 55 |
| Binary | 1110101 | 1101000 | 1111011 | 101 | 1111 | 0 | 110100 | 100011001 | 1000 | 101101 |
Color Harmonies of #75687B
Complementary color
Monochromatic Colors of #75687B
Black with #75687B
Text Example
Text Example
White with #75687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75687B; }
p { color: rgb(117,104,123); }
H1.HeaderClassName
{
color: #75687B;
}
.AnyTagClassName
{
color: #75687B;
}
</style>
background-color css
<style>
a { background-color: #75687B; }
a { background-color: rgb(117,104,123); }
div.DivClassName
{
background-color: #75687B;
}
.BgClassName
{
background-color: #75687B;
}
</style>
border-color css
<style>
span { border-color: #75687B; }
span { border-color: rgb(117,104,123); }
td.TdClassName
{
border-color: #75687B;
}
.TagClassName
{
border-color: #75687B;
}
</style>