Shades of Russett #776D68
Tints of Russett #776D68
RGB
CMYK
RGB Variations
Color information
#776D68 (or 0x776D68) is known color: Russett. HEX triplet: 77, 6D and 68. RGB value is (119,109,104). Sum of RGB (Red+Green+Blue) = 119+109+104=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 119 - color contains mainly: red. Hex color #776D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776D68 is #889297. Grayscale: #6F6F6F. Windows color (decimal): -8950424 or 6843767. OLE color: 6843767.
HSL color Cylindrical-coordinate representation of color #776D68: hue angle of 20º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #776D68 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 109 | 104 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.53 |
| HSL | 20º | 0.07% | 0.44% | - |
| HSV(B) | 20º | 0.13% | 0.47% | - |
| XYZ | 15.58 | 15.86 | 15.34 | - |
| YUV | 111.42 | 123.81 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 104 | 0 | 0.08 | 0.13 | 0.53 | 20 | 0.07 | 0.44 |
| Hex | 77 | 6D | 68 | 0 | 8 | D | 35 | 14 | 7 | 2C |
| Octal | 167 | 155 | 150 | 0 | 10 | 15 | 65 | 24 | 7 | 54 |
| Binary | 1110111 | 1101101 | 1101000 | 0 | 1000 | 1101 | 110101 | 10100 | 111 | 101100 |
Color Harmonies of #776D68
Complementary color
Monochromatic Colors of #776D68
Black with #776D68
Text Example
Text Example
White with #776D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D68; }
p { color: rgb(119,109,104); }
H1.HeaderClassName
{
color: #776D68;
}
.AnyTagClassName
{
color: #776D68;
}
</style>
background-color css
<style>
a { background-color: #776D68; }
a { background-color: rgb(119,109,104); }
div.DivClassName
{
background-color: #776D68;
}
.BgClassName
{
background-color: #776D68;
}
</style>
border-color css
<style>
span { border-color: #776D68; }
span { border-color: rgb(119,109,104); }
td.TdClassName
{
border-color: #776D68;
}
.TagClassName
{
border-color: #776D68;
}
</style>