#776F55

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

Shades of Peat #776F55

Tints of Peat #776F55

Color information

#776F55 (or 0x776F55) is unknown color: approx Peat. HEX triplet: 77, 6F and 55. RGB value is (119,111,85). Sum of RGB (Red+Green+Blue) = 119+111+85=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #776F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F55 is #8890AA. Grayscale: #6E6E6E. Windows color (decimal): -8949931 or 5599095. OLE color: 5599095.

HSL color Cylindrical-coordinate representation of color #776F55: hue angle of 45.88º 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 #776F55 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB11911185-
CMYK00.070.290.53
HSL45.88º16.67%40%-
HSV(B)45.88º28.57%46.67%-
XYZ14.9315.9510.89-
YUV110.43113.65134.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.78%
GREEN value IS 111 (43.75% from 255) = 35.24%
BLUE value IS 85 (33.59% from 255) = 26.98%
R=37.78%
G=35.24%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191118500.070.290.5345.8816.6740
Hex776F55071D352e1128
Octal167157125073565562150
Binary11101111101111101010101111110111010110111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776F55; }

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

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

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

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

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

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

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

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