Shades of Rum #76607A
Tints of Rum #76607A
RGB
CMYK
RGB Variations
Color information
#76607A (or 0x76607A) is known color: Rum. HEX triplet: 76, 60 and 7A. RGB value is (118,96,122). Sum of RGB (Red+Green+Blue) = 118+96+122=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 122 - color contains mainly: blue. Hex color #76607A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76607A is #899F85. Grayscale: #696969. Windows color (decimal): -9019270 or 8020086. OLE color: 8020086.
HSL color Cylindrical-coordinate representation of color #76607A: hue angle of 290.77º 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 #76607A is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 96 | 122 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.52 |
| HSL | 290.77º | 0.12% | 0.43% | - |
| HSV(B) | 290.77º | 0.21% | 0.48% | - |
| XYZ | 15.17 | 13.62 | 20.24 | - |
| YUV | 105.54 | 137.29 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 96 | 122 | 0.03 | 0.21 | 0 | 0.52 | 290.77 | 0.12 | 0.43 |
| Hex | 76 | 60 | 7A | 3 | 15 | 0 | 34 | 123 | C | 2B |
| Octal | 166 | 140 | 172 | 3 | 25 | 0 | 64 | 443 | 14 | 53 |
| Binary | 1110110 | 1100000 | 1111010 | 11 | 10101 | 0 | 110100 | 100100011 | 1100 | 101011 |
Color Harmonies of #76607A
Complementary color
Monochromatic Colors of #76607A
Black with #76607A
Text Example
Text Example
White with #76607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76607A; }
p { color: rgb(118,96,122); }
H1.HeaderClassName
{
color: #76607A;
}
.AnyTagClassName
{
color: #76607A;
}
</style>
background-color css
<style>
a { background-color: #76607A; }
a { background-color: rgb(118,96,122); }
div.DivClassName
{
background-color: #76607A;
}
.BgClassName
{
background-color: #76607A;
}
</style>
border-color css
<style>
span { border-color: #76607A; }
span { border-color: rgb(118,96,122); }
td.TdClassName
{
border-color: #76607A;
}
.TagClassName
{
border-color: #76607A;
}
</style>