#777057

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

Shades of Peat #777057

Tints of Peat #777057

Color information

#777057 (or 0x777057) is unknown color: approx Peat. HEX triplet: 77, 70 and 57. RGB value is (119,112,87). Sum of RGB (Red+Green+Blue) = 119+112+87=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 87 (34.38% from 255 or 27.36% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #777057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777057 is #888FA8. Grayscale: #6F6F6F. Windows color (decimal): -8949673 or 5730423. OLE color: 5730423.

HSL color Cylindrical-coordinate representation of color #777057: hue angle of 46.88º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #777057 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB11911287-
CMYK00.060.270.53
HSL46.88º15.53%40.39%-
HSV(B)46.88º26.89%46.67%-
XYZ15.1216.211.35-
YUV111.24114.32133.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.42%
GREEN value IS 112 (44.14% from 255) = 35.22%
BLUE value IS 87 (34.38% from 255) = 27.36%
R=37.42%
G=35.22%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191128700.060.270.5346.8815.5340.39
Hex777057061B352f1028
Octal167160127063365572050
Binary11101111110000101011101101101111010110111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777057; }

 p { color: rgb(119,112,87); }

 H1.HeaderClassName
 {
   color: #777057;
 }
 .AnyTagClassName
 {
   color: #777057;
 }
</style>
background-color css

<style>
 a { background-color: #777057; }

 a { background-color: rgb(119,112,87); }

 div.DivClassName
 {
   background-color: #777057;
 }
 .BgClassName
 {
   background-color: #777057;
 }
</style>
border-color css

<style>
 span { border-color: #777057; }

 span { border-color: rgb(119,112,87); }

 td.TdClassName
 {
   border-color: #777057;
 }
 .TagClassName
 {
   border-color: #777057;
 }
</style>