Shades of Peat #776D51
Tints of Peat #776D51
RGB
CMYK
RGB Variations
Color information
#776D51 (or 0x776D51) is known color: Peat. HEX triplet: 77, 6D and 51. RGB value is (119,109,81). Sum of RGB (Red+Green+Blue) = 119+109+81=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #776D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776D51 is #8892AE. Grayscale: #6C6C6C. Windows color (decimal): -8950447 or 5336439. OLE color: 5336439.
HSL color Cylindrical-coordinate representation of color #776D51: hue angle of 44.21º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #776D51 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 109 | 81 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.53 |
| HSL | 44.21º | 0.19% | 0.39% | - |
| HSV(B) | 44.21º | 0.32% | 0.47% | - |
| XYZ | 14.56 | 15.45 | 10 | - |
| YUV | 108.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 81 | 0 | 0.08 | 0.32 | 0.53 | 44.21 | 0.19 | 0.39 |
| Hex | 77 | 6D | 51 | 0 | 8 | 20 | 35 | 2C | 13 | 27 |
| Octal | 167 | 155 | 121 | 0 | 10 | 40 | 65 | 54 | 23 | 47 |
| Binary | 1110111 | 1101101 | 1010001 | 0 | 1000 | 100000 | 110101 | 101100 | 10011 | 100111 |
Color Harmonies of #776D51
Complementary color
Monochromatic Colors of #776D51
Black with #776D51
Text Example
Text Example
White with #776D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D51; }
p { color: rgb(119,109,81); }
H1.HeaderClassName
{
color: #776D51;
}
.AnyTagClassName
{
color: #776D51;
}
</style>
background-color css
<style>
a { background-color: #776D51; }
a { background-color: rgb(119,109,81); }
div.DivClassName
{
background-color: #776D51;
}
.BgClassName
{
background-color: #776D51;
}
</style>
border-color css
<style>
span { border-color: #776D51; }
span { border-color: rgb(119,109,81); }
td.TdClassName
{
border-color: #776D51;
}
.TagClassName
{
border-color: #776D51;
}
</style>