Shades of Peat #777159
Tints of Peat #777159
RGB
CMYK
RGB Variations
Color information
#777159 (or 0x777159) is known color: Peat. HEX triplet: 77, 71 and 59. RGB value is (119,113,89). Sum of RGB (Red+Green+Blue) = 119+113+89=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #777159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777159 is #888EA6. Grayscale: #707070. Windows color (decimal): -8949415 or 5861751. OLE color: 5861751.
HSL color Cylindrical-coordinate representation of color #777159: hue angle of 48º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #777159 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 113 | 89 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.53 |
| HSL | 48º | 0.14% | 0.41% | - |
| HSV(B) | 48º | 0.25% | 0.47% | - |
| XYZ | 15.32 | 16.45 | 11.82 | - |
| YUV | 112.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 89 | 0 | 0.05 | 0.25 | 0.53 | 48 | 0.14 | 0.41 |
| Hex | 77 | 71 | 59 | 0 | 5 | 19 | 35 | 30 | E | 29 |
| Octal | 167 | 161 | 131 | 0 | 5 | 31 | 65 | 60 | 16 | 51 |
| Binary | 1110111 | 1110001 | 1011001 | 0 | 101 | 11001 | 110101 | 110000 | 1110 | 101001 |
Color Harmonies of #777159
Complementary color
Monochromatic Colors of #777159
Black with #777159
Text Example
Text Example
White with #777159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777159; }
p { color: rgb(119,113,89); }
H1.HeaderClassName
{
color: #777159;
}
.AnyTagClassName
{
color: #777159;
}
</style>
background-color css
<style>
a { background-color: #777159; }
a { background-color: rgb(119,113,89); }
div.DivClassName
{
background-color: #777159;
}
.BgClassName
{
background-color: #777159;
}
</style>
border-color css
<style>
span { border-color: #777159; }
span { border-color: rgb(119,113,89); }
td.TdClassName
{
border-color: #777159;
}
.TagClassName
{
border-color: #777159;
}
</style>