#776C55

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

Shades of Peat #776C55

Tints of Peat #776C55

Color information

#776C55 (or 0x776C55) is unknown color: approx Peat. HEX triplet: 77, 6C and 55. RGB value is (119,108,85). Sum of RGB (Red+Green+Blue) = 119+108+85=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 119 - color contains mainly: red. Hex color #776C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C55 is #8893AA. Grayscale: #6C6C6C. Windows color (decimal): -8950699 or 5598327. OLE color: 5598327.

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

Color convert

RGB11910885-
CMYK00.090.290.53
HSL40.59º16.67%40%-
HSV(B)40.59º28.57%46.67%-
XYZ14.6115.310.78-
YUV108.67114.64135.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.14%
GREEN value IS 108 (42.58% from 255) = 34.62%
BLUE value IS 85 (33.59% from 255) = 27.24%
R=38.14%
G=34.62%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191088500.090.290.5340.5916.6740
Hex776C55091D35291128
Octal1671541250113565512150
Binary111011111011001010101010011110111010110100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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