Shades of Peat #776E50
Tints of Peat #776E50
RGB
CMYK
RGB Variations
Color information
#776E50 (or 0x776E50) is known color: Peat. HEX triplet: 77, 6E and 50. RGB value is (119,110,80). Sum of RGB (Red+Green+Blue) = 119+110+80=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #776E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E50 is #8891AF. Grayscale: #6D6D6D. Windows color (decimal): -8950192 or 5271159. OLE color: 5271159.
HSL color Cylindrical-coordinate representation of color #776E50: hue angle of 46.15º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #776E50 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 110 | 80 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.53 |
| HSL | 46.15º | 0.2% | 0.39% | - |
| HSV(B) | 46.15º | 0.33% | 0.47% | - |
| XYZ | 14.63 | 15.65 | 9.84 | - |
| YUV | 109.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 80 | 0 | 0.08 | 0.33 | 0.53 | 46.15 | 0.2 | 0.39 |
| Hex | 77 | 6E | 50 | 0 | 8 | 21 | 35 | 2E | 14 | 27 |
| Octal | 167 | 156 | 120 | 0 | 10 | 41 | 65 | 56 | 24 | 47 |
| Binary | 1110111 | 1101110 | 1010000 | 0 | 1000 | 100001 | 110101 | 101110 | 10100 | 100111 |
Color Harmonies of #776E50
Complementary color
Monochromatic Colors of #776E50
Black with #776E50
Text Example
Text Example
White with #776E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776E50; }
p { color: rgb(119,110,80); }
H1.HeaderClassName
{
color: #776E50;
}
.AnyTagClassName
{
color: #776E50;
}
</style>
background-color css
<style>
a { background-color: #776E50; }
a { background-color: rgb(119,110,80); }
div.DivClassName
{
background-color: #776E50;
}
.BgClassName
{
background-color: #776E50;
}
</style>
border-color css
<style>
span { border-color: #776E50; }
span { border-color: rgb(119,110,80); }
td.TdClassName
{
border-color: #776E50;
}
.TagClassName
{
border-color: #776E50;
}
</style>