#77694C

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

Shades of Coffee #77694C

Tints of Coffee #77694C

Color information

#77694C (or 0x77694C) is unknown color: approx Coffee. HEX triplet: 77, 69 and 4C. RGB value is (119,105,76). Sum of RGB (Red+Green+Blue) = 119+105+76=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #77694C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77694C is #8896B3. Grayscale: #6A6A6A. Windows color (decimal): -8951476 or 5007735. OLE color: 5007735.

HSL color Cylindrical-coordinate representation of color #77694C: hue angle of 40.47º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77694C is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB11910576-
CMYK00.120.360.53
HSL40.47º22.05%38.24%-
HSV(B)40.47º36.13%46.67%-
XYZ13.9614.558.91-
YUV105.88111.14137.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.67%
GREEN value IS 105 (41.41% from 255) = 35%
BLUE value IS 76 (30.08% from 255) = 25.33%
R=39.67%
G=35%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191057600.120.360.5340.4722.0538.24
Hex77694C0C2435281626
Octal1671511140144465502646
Binary1110111110100110011000110010010011010110100010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77694C; }

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

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

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

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

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

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

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

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