Shades of Russett #776C66
Tints of Russett #776C66
RGB
CMYK
RGB Variations
Color information
#776C66 (or 0x776C66) is known color: Russett. HEX triplet: 77, 6C and 66. RGB value is (119,108,102). Sum of RGB (Red+Green+Blue) = 119+108+102=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 119 - color contains mainly: red. Hex color #776C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C66 is #889399. Grayscale: #6E6E6E. Windows color (decimal): -8950682 or 6712439. OLE color: 6712439.
HSL color Cylindrical-coordinate representation of color #776C66: hue angle of 21.18º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #776C66 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 108 | 102 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.53 |
| HSL | 21.18º | 0.08% | 0.43% | - |
| HSV(B) | 21.18º | 0.14% | 0.47% | - |
| XYZ | 15.37 | 15.61 | 14.77 | - |
| YUV | 110.61 | 123.14 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 102 | 0 | 0.09 | 0.14 | 0.53 | 21.18 | 0.08 | 0.43 |
| Hex | 77 | 6C | 66 | 0 | 9 | E | 35 | 15 | 8 | 2B |
| Octal | 167 | 154 | 146 | 0 | 11 | 16 | 65 | 25 | 10 | 53 |
| Binary | 1110111 | 1101100 | 1100110 | 0 | 1001 | 1110 | 110101 | 10101 | 1000 | 101011 |
Color Harmonies of #776C66
Complementary color
Monochromatic Colors of #776C66
Black with #776C66
Text Example
Text Example
White with #776C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C66; }
p { color: rgb(119,108,102); }
H1.HeaderClassName
{
color: #776C66;
}
.AnyTagClassName
{
color: #776C66;
}
</style>
background-color css
<style>
a { background-color: #776C66; }
a { background-color: rgb(119,108,102); }
div.DivClassName
{
background-color: #776C66;
}
.BgClassName
{
background-color: #776C66;
}
</style>
border-color css
<style>
span { border-color: #776C66; }
span { border-color: rgb(119,108,102); }
td.TdClassName
{
border-color: #776C66;
}
.TagClassName
{
border-color: #776C66;
}
</style>