Shades of Russett #776D67
Tints of Russett #776D67
RGB
CMYK
RGB Variations
Color information
#776D67 (or 0x776D67) is known color: Russett. HEX triplet: 77, 6D and 67. RGB value is (119,109,103). Sum of RGB (Red+Green+Blue) = 119+109+103=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 119 - color contains mainly: red. Hex color #776D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776D67 is #889298. Grayscale: #6F6F6F. Windows color (decimal): -8950425 or 6778231. OLE color: 6778231.
HSL color Cylindrical-coordinate representation of color #776D67: hue angle of 22.5º 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 #776D67 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 109 | 103 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.53 |
| HSL | 22.5º | 0.07% | 0.44% | - |
| HSV(B) | 22.5º | 0.13% | 0.47% | - |
| XYZ | 15.52 | 15.84 | 15.07 | - |
| YUV | 111.31 | 123.31 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 103 | 0 | 0.08 | 0.13 | 0.53 | 22.5 | 0.07 | 0.44 |
| Hex | 77 | 6D | 67 | 0 | 8 | D | 35 | 16 | 7 | 2C |
| Octal | 167 | 155 | 147 | 0 | 10 | 15 | 65 | 26 | 7 | 54 |
| Binary | 1110111 | 1101101 | 1100111 | 0 | 1000 | 1101 | 110101 | 10110 | 111 | 101100 |
Color Harmonies of #776D67
Complementary color
Monochromatic Colors of #776D67
Black with #776D67
Text Example
Text Example
White with #776D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D67; }
p { color: rgb(119,109,103); }
H1.HeaderClassName
{
color: #776D67;
}
.AnyTagClassName
{
color: #776D67;
}
</style>
background-color css
<style>
a { background-color: #776D67; }
a { background-color: rgb(119,109,103); }
div.DivClassName
{
background-color: #776D67;
}
.BgClassName
{
background-color: #776D67;
}
</style>
border-color css
<style>
span { border-color: #776D67; }
span { border-color: rgb(119,109,103); }
td.TdClassName
{
border-color: #776D67;
}
.TagClassName
{
border-color: #776D67;
}
</style>