#777058

Color #777058 Peat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peat #777058

Tints of Peat #777058

Color information

#777058 (or 0x777058) is unknown color: approx 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

RGB11911288-
CMYK00.060.260.53
HSL46.45º14.98%40.59%-
HSV(B)46.45º26.05%46.67%-
XYZ15.1616.2111.56-
YUV111.36114.82133.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 37.30%
GREEN value IS 112 (44.14% from 255) = 35.11%
BLUE value IS 88 (34.77% from 255) = 27.59%
R=37.30%
G=35.11%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191128800.060.260.5346.4514.9840.59
Hex777058061A352ef29
Octal167160130063265561751
Binary1110111111000010110000110110101101011011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>