#777155

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

Shades of Peat #777155

Tints of Peat #777155

Color information

#777155 (or 0x777155) is unknown color: approx Peat. HEX triplet: 77, 71 and 55. RGB value is (119,113,85). Sum of RGB (Red+Green+Blue) = 119+113+85=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 119 - color contains mainly: red. Hex color #777155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777155 is #888EAA. Grayscale: #6F6F6F. Windows color (decimal): -8949419 or 5599607. OLE color: 5599607.

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

Color convert

RGB11911385-
CMYK00.050.290.53
HSL49.41º16.67%40%-
HSV(B)49.41º28.57%46.67%-
XYZ15.1516.3910.96-
YUV111.6112.99133.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.54%
GREEN value IS 113 (44.53% from 255) = 35.65%
BLUE value IS 85 (33.59% from 255) = 26.81%
R=37.54%
G=35.65%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191138500.050.290.5349.4116.6740
Hex777155051D35311128
Octal167161125053565612150
Binary11101111110001101010101011110111010111000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777155; }

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

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

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

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

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

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

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

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