#776850

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

Shades of Coffee #776850

Tints of Coffee #776850

Color information

#776850 (or 0x776850) is unknown color: approx Coffee. HEX triplet: 77, 68 and 50. RGB value is (119,104,80). Sum of RGB (Red+Green+Blue) = 119+104+80=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #776850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776850 is #8897AF. Grayscale: #696969. Windows color (decimal): -8951728 or 5269623. OLE color: 5269623.

HSL color Cylindrical-coordinate representation of color #776850: hue angle of 36.92º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #776850 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB11910480-
CMYK00.130.330.53
HSL36.92º19.6%39.02%-
HSV(B)36.92º32.77%46.67%-
XYZ14.0114.49.63-
YUV105.75113.47137.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.27%
GREEN value IS 104 (41.02% from 255) = 34.32%
BLUE value IS 80 (31.64% from 255) = 26.40%
R=39.27%
G=34.32%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191048000.130.330.5336.9219.639.02
Hex7768500D2135251427
Octal1671501200154165452447
Binary1110111110100010100000110110000111010110010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776850; }

 p { color: rgb(119,104,80); }

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

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

 a { background-color: rgb(119,104,80); }

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

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

 span { border-color: rgb(119,104,80); }

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