Shades of Russett #77706D
Tints of Russett #77706D
RGB
CMYK
RGB Variations
Color information
#77706D (or 0x77706D) is known color: Russett. HEX triplet: 77, 70 and 6D. RGB value is (119,112,109). Sum of RGB (Red+Green+Blue) = 119+112+109=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 119 - color contains mainly: red. Hex color #77706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77706D is #888F92. Grayscale: #717171. Windows color (decimal): -8949651 or 7172215. OLE color: 7172215.
HSL color Cylindrical-coordinate representation of color #77706D: hue angle of 18º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #77706D is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 112 | 109 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.53 |
| HSL | 18º | 0.04% | 0.45% | - |
| HSV(B) | 18º | 0.08% | 0.47% | - |
| XYZ | 16.16 | 16.61 | 16.82 | - |
| YUV | 113.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 109 | 0 | 0.06 | 0.08 | 0.53 | 18 | 0.04 | 0.45 |
| Hex | 77 | 70 | 6D | 0 | 6 | 8 | 35 | 12 | 4 | 2D |
| Octal | 167 | 160 | 155 | 0 | 6 | 10 | 65 | 22 | 4 | 55 |
| Binary | 1110111 | 1110000 | 1101101 | 0 | 110 | 1000 | 110101 | 10010 | 100 | 101101 |
Color Harmonies of #77706D
Complementary color
Monochromatic Colors of #77706D
Black with #77706D
Text Example
Text Example
White with #77706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77706D; }
p { color: rgb(119,112,109); }
H1.HeaderClassName
{
color: #77706D;
}
.AnyTagClassName
{
color: #77706D;
}
</style>
background-color css
<style>
a { background-color: #77706D; }
a { background-color: rgb(119,112,109); }
div.DivClassName
{
background-color: #77706D;
}
.BgClassName
{
background-color: #77706D;
}
</style>
border-color css
<style>
span { border-color: #77706D; }
span { border-color: rgb(119,112,109); }
td.TdClassName
{
border-color: #77706D;
}
.TagClassName
{
border-color: #77706D;
}
</style>