#76664D

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

Shades of Coffee #76664D

Tints of Coffee #76664D

Color information

#76664D (or 0x76664D) is unknown color: approx Coffee. HEX triplet: 76, 66 and 4D. RGB value is (118,102,77). Sum of RGB (Red+Green+Blue) = 118+102+77=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #76664D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76664D is #8999B2. Grayscale: #686868. Windows color (decimal): -9017779 or 5072502. OLE color: 5072502.

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

Color convert

RGB11810277-
CMYK00.140.350.54
HSL36.59º21.03%38.24%-
HSV(B)36.59º34.75%46.27%-
XYZ13.5613.898.99-
YUV103.93112.8138.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.73%
GREEN value IS 102 (40.23% from 255) = 34.34%
BLUE value IS 77 (30.47% from 255) = 25.93%
R=39.73%
G=34.34%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181027700.140.350.5436.5921.0338.24
Hex76664D0E2336251526
Octal1661461150164366452546
Binary1110110110011010011010111010001111011010010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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