Shades of Rum #75617B
Tints of Rum #75617B
RGB
CMYK
RGB Variations
Color information
#75617B (or 0x75617B) is known color: Rum. HEX triplet: 75, 61 and 7B. RGB value is (117,97,123). Sum of RGB (Red+Green+Blue) = 117+97+123=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 123 - color contains mainly: blue. Hex color #75617B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75617B is #8A9E84. Grayscale: #696969. Windows color (decimal): -9084549 or 8085877. OLE color: 8085877.
HSL color Cylindrical-coordinate representation of color #75617B: hue angle of 286.15º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75617B is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 97 | 123 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.52 |
| HSL | 286.15º | 0.12% | 0.43% | - |
| HSV(B) | 286.15º | 0.21% | 0.48% | - |
| XYZ | 15.19 | 13.76 | 20.59 | - |
| YUV | 105.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 97 | 123 | 0.05 | 0.21 | 0 | 0.52 | 286.15 | 0.12 | 0.43 |
| Hex | 75 | 61 | 7B | 5 | 15 | 0 | 34 | 11E | C | 2B |
| Octal | 165 | 141 | 173 | 5 | 25 | 0 | 64 | 436 | 14 | 53 |
| Binary | 1110101 | 1100001 | 1111011 | 101 | 10101 | 0 | 110100 | 100011110 | 1100 | 101011 |
Color Harmonies of #75617B
Complementary color
Monochromatic Colors of #75617B
Black with #75617B
Text Example
Text Example
White with #75617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75617B; }
p { color: rgb(117,97,123); }
H1.HeaderClassName
{
color: #75617B;
}
.AnyTagClassName
{
color: #75617B;
}
</style>
background-color css
<style>
a { background-color: #75617B; }
a { background-color: rgb(117,97,123); }
div.DivClassName
{
background-color: #75617B;
}
.BgClassName
{
background-color: #75617B;
}
</style>
border-color css
<style>
span { border-color: #75617B; }
span { border-color: rgb(117,97,123); }
td.TdClassName
{
border-color: #75617B;
}
.TagClassName
{
border-color: #75617B;
}
</style>