Shades of Peat #776C56
Tints of Peat #776C56
RGB
CMYK
RGB Variations
Color information
#776C56 (or 0x776C56) is known color: Peat. HEX triplet: 77, 6C and 56. RGB value is (119,108,86). Sum of RGB (Red+Green+Blue) = 119+108+86=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #776C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C56 is #8893A9. Grayscale: #6C6C6C. Windows color (decimal): -8950698 or 5663863. OLE color: 5663863.
HSL color Cylindrical-coordinate representation of color #776C56: hue angle of 40º 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 #776C56 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 108 | 86 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.53 |
| HSL | 40º | 0.16% | 0.4% | - |
| HSV(B) | 40º | 0.28% | 0.47% | - |
| XYZ | 14.65 | 15.32 | 10.99 | - |
| YUV | 108.78 | 115.14 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 86 | 0 | 0.09 | 0.28 | 0.53 | 40 | 0.16 | 0.4 |
| Hex | 77 | 6C | 56 | 0 | 9 | 1C | 35 | 28 | 10 | 28 |
| Octal | 167 | 154 | 126 | 0 | 11 | 34 | 65 | 50 | 20 | 50 |
| Binary | 1110111 | 1101100 | 1010110 | 0 | 1001 | 11100 | 110101 | 101000 | 10000 | 101000 |
Color Harmonies of #776C56
Complementary color
Monochromatic Colors of #776C56
Black with #776C56
Text Example
Text Example
White with #776C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C56; }
p { color: rgb(119,108,86); }
H1.HeaderClassName
{
color: #776C56;
}
.AnyTagClassName
{
color: #776C56;
}
</style>
background-color css
<style>
a { background-color: #776C56; }
a { background-color: rgb(119,108,86); }
div.DivClassName
{
background-color: #776C56;
}
.BgClassName
{
background-color: #776C56;
}
</style>
border-color css
<style>
span { border-color: #776C56; }
span { border-color: rgb(119,108,86); }
td.TdClassName
{
border-color: #776C56;
}
.TagClassName
{
border-color: #776C56;
}
</style>