#776950

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

Shades of Coffee #776950

Tints of Coffee #776950

Color information

#776950 (or 0x776950) is unknown color: approx Coffee. HEX triplet: 77, 69 and 50. RGB value is (119,105,80). Sum of RGB (Red+Green+Blue) = 119+105+80=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #776950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776950 is #8896AF. Grayscale: #6A6A6A. Windows color (decimal): -8951472 or 5269879. OLE color: 5269879.

HSL color Cylindrical-coordinate representation of color #776950: hue angle of 38.46º 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 #776950 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB11910580-
CMYK00.120.330.53
HSL38.46º19.6%39.02%-
HSV(B)38.46º32.77%46.67%-
XYZ14.1114.69.66-
YUV106.34113.14137.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.14%
GREEN value IS 105 (41.41% from 255) = 34.54%
BLUE value IS 80 (31.64% from 255) = 26.32%
R=39.14%
G=34.54%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191058000.120.330.5338.4619.639.02
Hex7769500C2135261427
Octal1671511200144165462447
Binary1110111110100110100000110010000111010110011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776950; }

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

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

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

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

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

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

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

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