#76664C

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

Shades of Coffee #76664C

Tints of Coffee #76664C

Color information

#76664C (or 0x76664C) is unknown color: approx Coffee. HEX triplet: 76, 66 and 4C. RGB value is (118,102,76). Sum of RGB (Red+Green+Blue) = 118+102+76=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #76664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76664C is #8999B3. Grayscale: #676767. Windows color (decimal): -9017780 or 5006966. OLE color: 5006966.

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

Color convert

RGB11810276-
CMYK00.140.360.54
HSL37.14º21.65%38.04%-
HSV(B)37.14º35.59%46.27%-
XYZ13.5313.888.8-
YUV103.82112.3138.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.86%
GREEN value IS 102 (40.23% from 255) = 34.46%
BLUE value IS 76 (30.08% from 255) = 25.68%
R=39.86%
G=34.46%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181027600.140.360.5437.1421.6538.04
Hex76664C0E2436251626
Octal1661461140164466452646
Binary1110110110011010011000111010010011011010010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76664C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,102,76); }

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

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

 a { background-color: rgb(118,102,76); }

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

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

 span { border-color: rgb(118,102,76); }

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