#76644D

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

Shades of Coffee #76644D

Tints of Coffee #76644D

Color information

#76644D (or 0x76644D) is unknown color: approx Coffee. HEX triplet: 76, 64 and 4D. RGB value is (118,100,77). Sum of RGB (Red+Green+Blue) = 118+100+77=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #76644D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76644D is #899BB2. Grayscale: #666666. Windows color (decimal): -9018291 or 5071990. OLE color: 5071990.

HSL color Cylindrical-coordinate representation of color #76644D: hue angle of 33.66º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76644D is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB11810077-
CMYK00.150.350.54
HSL33.66º21.03%38.24%-
HSV(B)33.66º34.75%46.27%-
XYZ13.3713.58.92-
YUV102.76113.46138.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 100 (39.45% from 255) = 33.90%
BLUE value IS 77 (30.47% from 255) = 26.10%
R=40%
G=33.90%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181007700.150.350.5433.6621.0338.24
Hex76644D0F2336221526
Octal1661441150174366422546
Binary1110110110010010011010111110001111011010001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76644D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76644D; }

 p { color: rgb(118,100,77); }

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

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

 a { background-color: rgb(118,100,77); }

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

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

 span { border-color: rgb(118,100,77); }

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