#776B55

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

Shades of Coffee #776B55

Tints of Coffee #776B55

Color information

#776B55 (or 0x776B55) is unknown color: approx Coffee. HEX triplet: 77, 6B and 55. RGB value is (119,107,85). Sum of RGB (Red+Green+Blue) = 119+107+85=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 119 - color contains mainly: red. Hex color #776B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B55 is #8894AA. Grayscale: #6C6C6C. Windows color (decimal): -8950955 or 5598071. OLE color: 5598071.

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

Color convert

RGB11910785-
CMYK00.100.290.53
HSL38.82º16.67%40%-
HSV(B)38.82º28.57%46.67%-
XYZ14.5115.0910.74-
YUV108.08114.98135.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.26%
GREEN value IS 107 (42.19% from 255) = 34.41%
BLUE value IS 85 (33.59% from 255) = 27.33%
R=38.26%
G=34.41%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191078500.100.290.5338.8216.6740
Hex776B550A1D35271128
Octal1671531250123565472150
Binary111011111010111010101010101110111010110011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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