Shades of Peat #776F55
Tints of Peat #776F55
RGB
CMYK
RGB Variations
Color information
#776F55 (or 0x776F55) is known color: Peat. HEX triplet: 77, 6F and 55. RGB value is (119,111,85). Sum of RGB (Red+Green+Blue) = 119+111+85=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #776F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F55 is #8890AA. Grayscale: #6E6E6E. Windows color (decimal): -8949931 or 5599095. OLE color: 5599095.
HSL color Cylindrical-coordinate representation of color #776F55: hue angle of 45.88º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #776F55 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 111 | 85 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.53 |
| HSL | 45.88º | 0.17% | 0.4% | - |
| HSV(B) | 45.88º | 0.29% | 0.47% | - |
| XYZ | 14.93 | 15.95 | 10.89 | - |
| YUV | 110.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 85 | 0 | 0.07 | 0.29 | 0.53 | 45.88 | 0.17 | 0.4 |
| Hex | 77 | 6F | 55 | 0 | 7 | 1D | 35 | 2E | 11 | 28 |
| Octal | 167 | 157 | 125 | 0 | 7 | 35 | 65 | 56 | 21 | 50 |
| Binary | 1110111 | 1101111 | 1010101 | 0 | 111 | 11101 | 110101 | 101110 | 10001 | 101000 |
Color Harmonies of #776F55
Complementary color
Monochromatic Colors of #776F55
Black with #776F55
Text Example
Text Example
White with #776F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F55; }
p { color: rgb(119,111,85); }
H1.HeaderClassName
{
color: #776F55;
}
.AnyTagClassName
{
color: #776F55;
}
</style>
background-color css
<style>
a { background-color: #776F55; }
a { background-color: rgb(119,111,85); }
div.DivClassName
{
background-color: #776F55;
}
.BgClassName
{
background-color: #776F55;
}
</style>
border-color css
<style>
span { border-color: #776F55; }
span { border-color: rgb(119,111,85); }
td.TdClassName
{
border-color: #776F55;
}
.TagClassName
{
border-color: #776F55;
}
</style>