Shades of Peat #776F56
Tints of Peat #776F56
RGB
CMYK
RGB Variations
Color information
#776F56 (or 0x776F56) is known color: Peat. HEX triplet: 77, 6F and 56. RGB value is (119,111,86). Sum of RGB (Red+Green+Blue) = 119+111+86=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #776F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F56 is #8890A9. Grayscale: #6E6E6E. Windows color (decimal): -8949930 or 5664631. OLE color: 5664631.
HSL color Cylindrical-coordinate representation of color #776F56: hue angle of 45.45º 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 #776F56 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 111 | 86 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.53 |
| HSL | 45.45º | 0.16% | 0.4% | - |
| HSV(B) | 45.45º | 0.28% | 0.47% | - |
| XYZ | 14.97 | 15.96 | 11.1 | - |
| YUV | 110.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 86 | 0 | 0.07 | 0.28 | 0.53 | 45.45 | 0.16 | 0.4 |
| Hex | 77 | 6F | 56 | 0 | 7 | 1C | 35 | 2D | 10 | 28 |
| Octal | 167 | 157 | 126 | 0 | 7 | 34 | 65 | 55 | 20 | 50 |
| Binary | 1110111 | 1101111 | 1010110 | 0 | 111 | 11100 | 110101 | 101101 | 10000 | 101000 |
Color Harmonies of #776F56
Complementary color
Monochromatic Colors of #776F56
Black with #776F56
Text Example
Text Example
White with #776F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F56; }
p { color: rgb(119,111,86); }
H1.HeaderClassName
{
color: #776F56;
}
.AnyTagClassName
{
color: #776F56;
}
</style>
background-color css
<style>
a { background-color: #776F56; }
a { background-color: rgb(119,111,86); }
div.DivClassName
{
background-color: #776F56;
}
.BgClassName
{
background-color: #776F56;
}
</style>
border-color css
<style>
span { border-color: #776F56; }
span { border-color: rgb(119,111,86); }
td.TdClassName
{
border-color: #776F56;
}
.TagClassName
{
border-color: #776F56;
}
</style>