Shades of Peat #776E56
Tints of Peat #776E56
RGB
CMYK
RGB Variations
Color information
#776E56 (or 0x776E56) is known color: Peat. HEX triplet: 77, 6E and 56. RGB value is (119,110,86). Sum of RGB (Red+Green+Blue) = 119+110+86=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #776E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E56 is #8891A9. Grayscale: #6E6E6E. Windows color (decimal): -8950186 or 5664375. OLE color: 5664375.
HSL color Cylindrical-coordinate representation of color #776E56: hue angle of 43.64º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #776E56 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 110 | 86 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.53 |
| HSL | 43.64º | 0.16% | 0.4% | - |
| HSV(B) | 43.64º | 0.28% | 0.47% | - |
| XYZ | 14.86 | 15.75 | 11.06 | - |
| YUV | 109.96 | 114.48 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 86 | 0 | 0.08 | 0.28 | 0.53 | 43.64 | 0.16 | 0.4 |
| Hex | 77 | 6E | 56 | 0 | 8 | 1C | 35 | 2C | 10 | 28 |
| Octal | 167 | 156 | 126 | 0 | 10 | 34 | 65 | 54 | 20 | 50 |
| Binary | 1110111 | 1101110 | 1010110 | 0 | 1000 | 11100 | 110101 | 101100 | 10000 | 101000 |
Color Harmonies of #776E56
Complementary color
Monochromatic Colors of #776E56
Black with #776E56
Text Example
Text Example
White with #776E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776E56; }
p { color: rgb(119,110,86); }
H1.HeaderClassName
{
color: #776E56;
}
.AnyTagClassName
{
color: #776E56;
}
</style>
background-color css
<style>
a { background-color: #776E56; }
a { background-color: rgb(119,110,86); }
div.DivClassName
{
background-color: #776E56;
}
.BgClassName
{
background-color: #776E56;
}
</style>
border-color css
<style>
span { border-color: #776E56; }
span { border-color: rgb(119,110,86); }
td.TdClassName
{
border-color: #776E56;
}
.TagClassName
{
border-color: #776E56;
}
</style>