Shades of Peat #777158
Tints of Peat #777158
RGB
CMYK
RGB Variations
Color information
#777158 (or 0x777158) is known color: Peat. HEX triplet: 77, 71 and 58. RGB value is (119,113,88). Sum of RGB (Red+Green+Blue) = 119+113+88=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #777158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777158 is #888EA7. Grayscale: #707070. Windows color (decimal): -8949416 or 5796215. OLE color: 5796215.
HSL color Cylindrical-coordinate representation of color #777158: hue angle of 48.39º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #777158 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 113 | 88 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.53 |
| HSL | 48.39º | 0.15% | 0.41% | - |
| HSV(B) | 48.39º | 0.26% | 0.47% | - |
| XYZ | 15.27 | 16.44 | 11.6 | - |
| YUV | 111.94 | 114.49 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 88 | 0 | 0.05 | 0.26 | 0.53 | 48.39 | 0.15 | 0.41 |
| Hex | 77 | 71 | 58 | 0 | 5 | 1A | 35 | 30 | F | 29 |
| Octal | 167 | 161 | 130 | 0 | 5 | 32 | 65 | 60 | 17 | 51 |
| Binary | 1110111 | 1110001 | 1011000 | 0 | 101 | 11010 | 110101 | 110000 | 1111 | 101001 |
Color Harmonies of #777158
Complementary color
Monochromatic Colors of #777158
Black with #777158
Text Example
Text Example
White with #777158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777158; }
p { color: rgb(119,113,88); }
H1.HeaderClassName
{
color: #777158;
}
.AnyTagClassName
{
color: #777158;
}
</style>
background-color css
<style>
a { background-color: #777158; }
a { background-color: rgb(119,113,88); }
div.DivClassName
{
background-color: #777158;
}
.BgClassName
{
background-color: #777158;
}
</style>
border-color css
<style>
span { border-color: #777158; }
span { border-color: rgb(119,113,88); }
td.TdClassName
{
border-color: #777158;
}
.TagClassName
{
border-color: #777158;
}
</style>