Shades of Russett #776B67
Tints of Russett #776B67
RGB
CMYK
RGB Variations
Color information
#776B67 (or 0x776B67) is known color: Russett. HEX triplet: 77, 6B and 67. RGB value is (119,107,103). Sum of RGB (Red+Green+Blue) = 119+107+103=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 119 - color contains mainly: red. Hex color #776B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B67 is #889498. Grayscale: #6E6E6E. Windows color (decimal): -8950937 or 6777719. OLE color: 6777719.
HSL color Cylindrical-coordinate representation of color #776B67: hue angle of 15º 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 #776B67 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 107 | 103 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.53 |
| HSL | 15º | 0.07% | 0.44% | - |
| HSV(B) | 15º | 0.13% | 0.47% | - |
| XYZ | 15.31 | 15.42 | 15 | - |
| YUV | 110.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 103 | 0 | 0.10 | 0.13 | 0.53 | 15 | 0.07 | 0.44 |
| Hex | 77 | 6B | 67 | 0 | A | D | 35 | F | 7 | 2C |
| Octal | 167 | 153 | 147 | 0 | 12 | 15 | 65 | 17 | 7 | 54 |
| Binary | 1110111 | 1101011 | 1100111 | 0 | 1010 | 1101 | 110101 | 1111 | 111 | 101100 |
Color Harmonies of #776B67
Complementary color
Monochromatic Colors of #776B67
Black with #776B67
Text Example
Text Example
White with #776B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776B67; }
p { color: rgb(119,107,103); }
H1.HeaderClassName
{
color: #776B67;
}
.AnyTagClassName
{
color: #776B67;
}
</style>
background-color css
<style>
a { background-color: #776B67; }
a { background-color: rgb(119,107,103); }
div.DivClassName
{
background-color: #776B67;
}
.BgClassName
{
background-color: #776B67;
}
</style>
border-color css
<style>
span { border-color: #776B67; }
span { border-color: rgb(119,107,103); }
td.TdClassName
{
border-color: #776B67;
}
.TagClassName
{
border-color: #776B67;
}
</style>