Shades of Peat #777058
Tints of Peat #777058
RGB
CMYK
RGB Variations
Color information
#777058 (or 0x777058) is known color: Peat. HEX triplet: 77, 70 and 58. RGB value is (119,112,88). Sum of RGB (Red+Green+Blue) = 119+112+88=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 119 - color contains mainly: red. Hex color #777058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777058 is #888FA7. Grayscale: #6F6F6F. Windows color (decimal): -8949672 or 5795959. OLE color: 5795959.
HSL color Cylindrical-coordinate representation of color #777058: hue angle of 46.45º 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 #777058 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 112 | 88 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.53 |
| HSL | 46.45º | 0.15% | 0.41% | - |
| HSV(B) | 46.45º | 0.26% | 0.47% | - |
| XYZ | 15.16 | 16.21 | 11.56 | - |
| YUV | 111.36 | 114.82 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 88 | 0 | 0.06 | 0.26 | 0.53 | 46.45 | 0.15 | 0.41 |
| Hex | 77 | 70 | 58 | 0 | 6 | 1A | 35 | 2E | F | 29 |
| Octal | 167 | 160 | 130 | 0 | 6 | 32 | 65 | 56 | 17 | 51 |
| Binary | 1110111 | 1110000 | 1011000 | 0 | 110 | 11010 | 110101 | 101110 | 1111 | 101001 |
Color Harmonies of #777058
Complementary color
Monochromatic Colors of #777058
Black with #777058
Text Example
Text Example
White with #777058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777058; }
p { color: rgb(119,112,88); }
H1.HeaderClassName
{
color: #777058;
}
.AnyTagClassName
{
color: #777058;
}
</style>
background-color css
<style>
a { background-color: #777058; }
a { background-color: rgb(119,112,88); }
div.DivClassName
{
background-color: #777058;
}
.BgClassName
{
background-color: #777058;
}
</style>
border-color css
<style>
span { border-color: #777058; }
span { border-color: rgb(119,112,88); }
td.TdClassName
{
border-color: #777058;
}
.TagClassName
{
border-color: #777058;
}
</style>