#76654C

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

Shades of Coffee #76654C

Tints of Coffee #76654C

Color information

#76654C (or 0x76654C) is unknown color: approx Coffee. HEX triplet: 76, 65 and 4C. RGB value is (118,101,76). Sum of RGB (Red+Green+Blue) = 118+101+76=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #76654C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76654C is #899AB3. Grayscale: #676767. Windows color (decimal): -9018036 or 5006710. OLE color: 5006710.

HSL color Cylindrical-coordinate representation of color #76654C: hue angle of 35.71º 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 #76654C is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB11810176-
CMYK00.140.360.54
HSL35.71º21.65%38.04%-
HSV(B)35.71º35.59%46.27%-
XYZ13.4313.688.77-
YUV103.23112.63138.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 101 (39.84% from 255) = 34.24%
BLUE value IS 76 (30.08% from 255) = 25.76%
R=40%
G=34.24%
B=25.76%

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
Decimal1181017600.140.360.5435.7121.6538.04
Hex76654C0E2436241626
Octal1661451140164466442646
Binary1110110110010110011000111010010011011010010010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76654C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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