Shades of Rum #75697A
Tints of Rum #75697A
RGB
CMYK
RGB Variations
Color information
#75697A (or 0x75697A) is known color: Rum. HEX triplet: 75, 69 and 7A. RGB value is (117,105,122). Sum of RGB (Red+Green+Blue) = 117+105+122=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 122 - color contains mainly: blue. Hex color #75697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75697A is #8A9685. Grayscale: #6E6E6E. Windows color (decimal): -9082502 or 8022389. OLE color: 8022389.
HSL color Cylindrical-coordinate representation of color #75697A: hue angle of 282.35º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #75697A is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 105 | 122 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.52 |
| HSL | 282.35º | 0.07% | 0.45% | - |
| HSV(B) | 282.35º | 0.14% | 0.48% | - |
| XYZ | 15.9 | 15.29 | 20.53 | - |
| YUV | 110.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 105 | 122 | 0.04 | 0.14 | 0 | 0.52 | 282.35 | 0.07 | 0.45 |
| Hex | 75 | 69 | 7A | 4 | E | 0 | 34 | 11A | 7 | 2D |
| Octal | 165 | 151 | 172 | 4 | 16 | 0 | 64 | 432 | 7 | 55 |
| Binary | 1110101 | 1101001 | 1111010 | 100 | 1110 | 0 | 110100 | 100011010 | 111 | 101101 |
Color Harmonies of #75697A
Complementary color
Monochromatic Colors of #75697A
Black with #75697A
Text Example
Text Example
White with #75697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75697A; }
p { color: rgb(117,105,122); }
H1.HeaderClassName
{
color: #75697A;
}
.AnyTagClassName
{
color: #75697A;
}
</style>
background-color css
<style>
a { background-color: #75697A; }
a { background-color: rgb(117,105,122); }
div.DivClassName
{
background-color: #75697A;
}
.BgClassName
{
background-color: #75697A;
}
</style>
border-color css
<style>
span { border-color: #75697A; }
span { border-color: rgb(117,105,122); }
td.TdClassName
{
border-color: #75697A;
}
.TagClassName
{
border-color: #75697A;
}
</style>