#777156

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

Shades of Peat #777156

Tints of Peat #777156

Color information

#777156 (or 0x777156) is unknown color: approx Peat. HEX triplet: 77, 71 and 56. RGB value is (119,113,86). Sum of RGB (Red+Green+Blue) = 119+113+86=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #777156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777156 is #888EA9. Grayscale: #6F6F6F. Windows color (decimal): -8949418 or 5665143. OLE color: 5665143.

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

Color convert

RGB11911386-
CMYK00.050.280.53
HSL49.09º16.1%40.2%-
HSV(B)49.09º27.73%46.67%-
XYZ15.1916.411.17-
YUV111.72113.49133.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.42%
GREEN value IS 113 (44.53% from 255) = 35.53%
BLUE value IS 86 (33.98% from 255) = 27.04%
R=37.42%
G=35.53%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191138600.050.280.5349.0916.140.2
Hex777156051C35311028
Octal167161126053465612050
Binary11101111110001101011001011110011010111000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777156; }

 p { color: rgb(119,113,86); }

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

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

 a { background-color: rgb(119,113,86); }

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

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

 span { border-color: rgb(119,113,86); }

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