Shades of Russett #76706D
Tints of Russett #76706D
RGB
CMYK
RGB Variations
Color information
#76706D (or 0x76706D) is known color: Russett. HEX triplet: 76, 70 and 6D. RGB value is (118,112,109). Sum of RGB (Red+Green+Blue) = 118+112+109=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 118 - color contains mainly: red. Hex color #76706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76706D is #898F92. Grayscale: #717171. Windows color (decimal): -9015187 or 7172214. OLE color: 7172214.
HSL color Cylindrical-coordinate representation of color #76706D: hue angle of 20º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #76706D is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 112 | 109 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.54 |
| HSL | 20º | 0.04% | 0.45% | - |
| HSV(B) | 20º | 0.08% | 0.46% | - |
| XYZ | 16.03 | 16.54 | 16.82 | - |
| YUV | 113.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 109 | 0 | 0.05 | 0.08 | 0.54 | 20 | 0.04 | 0.45 |
| Hex | 76 | 70 | 6D | 0 | 5 | 8 | 36 | 14 | 4 | 2D |
| Octal | 166 | 160 | 155 | 0 | 5 | 10 | 66 | 24 | 4 | 55 |
| Binary | 1110110 | 1110000 | 1101101 | 0 | 101 | 1000 | 110110 | 10100 | 100 | 101101 |
Color Harmonies of #76706D
Complementary color
Monochromatic Colors of #76706D
Black with #76706D
Text Example
Text Example
White with #76706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76706D; }
p { color: rgb(118,112,109); }
H1.HeaderClassName
{
color: #76706D;
}
.AnyTagClassName
{
color: #76706D;
}
</style>
background-color css
<style>
a { background-color: #76706D; }
a { background-color: rgb(118,112,109); }
div.DivClassName
{
background-color: #76706D;
}
.BgClassName
{
background-color: #76706D;
}
</style>
border-color css
<style>
span { border-color: #76706D; }
span { border-color: rgb(118,112,109); }
td.TdClassName
{
border-color: #76706D;
}
.TagClassName
{
border-color: #76706D;
}
</style>