#776A56

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

Shades of Coffee #776A56

Tints of Coffee #776A56

Color information

#776A56 (or 0x776A56) is unknown color: approx Coffee. HEX triplet: 77, 6A and 56. RGB value is (119,106,86). Sum of RGB (Red+Green+Blue) = 119+106+86=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 119 - color contains mainly: red. Hex color #776A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A56 is #8895A9. Grayscale: #6B6B6B. Windows color (decimal): -8951210 or 5663351. OLE color: 5663351.

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

Color convert

RGB11910686-
CMYK00.110.280.53
HSL36.36º16.1%40.2%-
HSV(B)36.36º27.73%46.67%-
XYZ14.4414.910.92-
YUV107.61115.81136.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.26%
GREEN value IS 106 (41.80% from 255) = 34.08%
BLUE value IS 86 (33.98% from 255) = 27.65%
R=38.26%
G=34.08%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191068600.110.280.5336.3616.140.2
Hex776A560B1C35241028
Octal1671521260133465442050
Binary111011111010101010110010111110011010110010010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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