Shades of Rum #75667A
Tints of Rum #75667A
RGB
CMYK
RGB Variations
Color information
#75667A (or 0x75667A) is known color: Rum. HEX triplet: 75, 66 and 7A. RGB value is (117,102,122). Sum of RGB (Red+Green+Blue) = 117+102+122=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 122 - color contains mainly: blue. Hex color #75667A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75667A is #8A9985. Grayscale: #6C6C6C. Windows color (decimal): -9083270 or 8021621. OLE color: 8021621.
HSL color Cylindrical-coordinate representation of color #75667A: hue angle of 285º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #75667A is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 102 | 122 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.52 |
| HSL | 285º | 0.09% | 0.44% | - |
| HSV(B) | 285º | 0.16% | 0.48% | - |
| XYZ | 15.6 | 14.69 | 20.43 | - |
| YUV | 108.77 | 135.47 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 102 | 122 | 0.04 | 0.16 | 0 | 0.52 | 285 | 0.09 | 0.44 |
| Hex | 75 | 66 | 7A | 4 | 10 | 0 | 34 | 11D | 9 | 2C |
| Octal | 165 | 146 | 172 | 4 | 20 | 0 | 64 | 435 | 11 | 54 |
| Binary | 1110101 | 1100110 | 1111010 | 100 | 10000 | 0 | 110100 | 100011101 | 1001 | 101100 |
Color Harmonies of #75667A
Complementary color
Monochromatic Colors of #75667A
Black with #75667A
Text Example
Text Example
White with #75667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75667A; }
p { color: rgb(117,102,122); }
H1.HeaderClassName
{
color: #75667A;
}
.AnyTagClassName
{
color: #75667A;
}
</style>
background-color css
<style>
a { background-color: #75667A; }
a { background-color: rgb(117,102,122); }
div.DivClassName
{
background-color: #75667A;
}
.BgClassName
{
background-color: #75667A;
}
</style>
border-color css
<style>
span { border-color: #75667A; }
span { border-color: rgb(117,102,122); }
td.TdClassName
{
border-color: #75667A;
}
.TagClassName
{
border-color: #75667A;
}
</style>