Shades of Peat #777055
Tints of Peat #777055
RGB
CMYK
RGB Variations
Color information
#777055 (or 0x777055) is known color: Peat. HEX triplet: 77, 70 and 55. RGB value is (119,112,85). Sum of RGB (Red+Green+Blue) = 119+112+85=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #777055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777055 is #888FAA. Grayscale: #6F6F6F. Windows color (decimal): -8949675 or 5599351. OLE color: 5599351.
HSL color Cylindrical-coordinate representation of color #777055: hue angle of 47.65º 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 #777055 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 112 | 85 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.53 |
| HSL | 47.65º | 0.17% | 0.4% | - |
| HSV(B) | 47.65º | 0.29% | 0.47% | - |
| XYZ | 15.04 | 16.17 | 10.92 | - |
| YUV | 111.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 85 | 0 | 0.06 | 0.29 | 0.53 | 47.65 | 0.17 | 0.4 |
| Hex | 77 | 70 | 55 | 0 | 6 | 1D | 35 | 30 | 11 | 28 |
| Octal | 167 | 160 | 125 | 0 | 6 | 35 | 65 | 60 | 21 | 50 |
| Binary | 1110111 | 1110000 | 1010101 | 0 | 110 | 11101 | 110101 | 110000 | 10001 | 101000 |
Color Harmonies of #777055
Complementary color
Monochromatic Colors of #777055
Black with #777055
Text Example
Text Example
White with #777055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777055; }
p { color: rgb(119,112,85); }
H1.HeaderClassName
{
color: #777055;
}
.AnyTagClassName
{
color: #777055;
}
</style>
background-color css
<style>
a { background-color: #777055; }
a { background-color: rgb(119,112,85); }
div.DivClassName
{
background-color: #777055;
}
.BgClassName
{
background-color: #777055;
}
</style>
border-color css
<style>
span { border-color: #777055; }
span { border-color: rgb(119,112,85); }
td.TdClassName
{
border-color: #777055;
}
.TagClassName
{
border-color: #777055;
}
</style>