Shades of Rum #76687A
Tints of Rum #76687A
RGB
CMYK
RGB Variations
Color information
#76687A (or 0x76687A) is known color: Rum. HEX triplet: 76, 68 and 7A. RGB value is (118,104,122). Sum of RGB (Red+Green+Blue) = 118+104+122=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 104 (41.02% from 255 or 30.23% 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 #76687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76687A is #899785. Grayscale: #6E6E6E. Windows color (decimal): -9017222 or 8022134. OLE color: 8022134.
HSL color Cylindrical-coordinate representation of color #76687A: hue angle of 286.67º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #76687A is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 104 | 122 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.52 |
| HSL | 286.67º | 0.08% | 0.44% | - |
| HSV(B) | 286.67º | 0.15% | 0.48% | - |
| XYZ | 15.93 | 15.16 | 20.5 | - |
| YUV | 110.24 | 134.64 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 104 | 122 | 0.03 | 0.15 | 0 | 0.52 | 286.67 | 0.08 | 0.44 |
| Hex | 76 | 68 | 7A | 3 | F | 0 | 34 | 11F | 8 | 2C |
| Octal | 166 | 150 | 172 | 3 | 17 | 0 | 64 | 437 | 10 | 54 |
| Binary | 1110110 | 1101000 | 1111010 | 11 | 1111 | 0 | 110100 | 100011111 | 1000 | 101100 |
Color Harmonies of #76687A
Complementary color
Monochromatic Colors of #76687A
Black with #76687A
Text Example
Text Example
White with #76687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76687A; }
p { color: rgb(118,104,122); }
H1.HeaderClassName
{
color: #76687A;
}
.AnyTagClassName
{
color: #76687A;
}
</style>
background-color css
<style>
a { background-color: #76687A; }
a { background-color: rgb(118,104,122); }
div.DivClassName
{
background-color: #76687A;
}
.BgClassName
{
background-color: #76687A;
}
</style>
border-color css
<style>
span { border-color: #76687A; }
span { border-color: rgb(118,104,122); }
td.TdClassName
{
border-color: #76687A;
}
.TagClassName
{
border-color: #76687A;
}
</style>