Shades of Russett #776C69
Tints of Russett #776C69
RGB
CMYK
RGB Variations
Color information
#776C69 (or 0x776C69) is known color: Russett. HEX triplet: 77, 6C and 69. RGB value is (119,108,105). Sum of RGB (Red+Green+Blue) = 119+108+105=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 119 - color contains mainly: red. Hex color #776C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C69 is #889396. Grayscale: #6E6E6E. Windows color (decimal): -8950679 or 6909047. OLE color: 6909047.
HSL color Cylindrical-coordinate representation of color #776C69: hue angle of 12.86º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #776C69 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 108 | 105 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.53 |
| HSL | 12.86º | 0.06% | 0.44% | - |
| HSV(B) | 12.86º | 0.12% | 0.47% | - |
| XYZ | 15.52 | 15.67 | 15.57 | - |
| YUV | 110.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 105 | 0 | 0.09 | 0.12 | 0.53 | 12.86 | 0.06 | 0.44 |
| Hex | 77 | 6C | 69 | 0 | 9 | C | 35 | D | 6 | 2C |
| Octal | 167 | 154 | 151 | 0 | 11 | 14 | 65 | 15 | 6 | 54 |
| Binary | 1110111 | 1101100 | 1101001 | 0 | 1001 | 1100 | 110101 | 1101 | 110 | 101100 |
Color Harmonies of #776C69
Complementary color
Monochromatic Colors of #776C69
Black with #776C69
Text Example
Text Example
White with #776C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C69; }
p { color: rgb(119,108,105); }
H1.HeaderClassName
{
color: #776C69;
}
.AnyTagClassName
{
color: #776C69;
}
</style>
background-color css
<style>
a { background-color: #776C69; }
a { background-color: rgb(119,108,105); }
div.DivClassName
{
background-color: #776C69;
}
.BgClassName
{
background-color: #776C69;
}
</style>
border-color css
<style>
span { border-color: #776C69; }
span { border-color: rgb(119,108,105); }
td.TdClassName
{
border-color: #776C69;
}
.TagClassName
{
border-color: #776C69;
}
</style>