#76684E

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

Shades of Coffee #76684E

Tints of Coffee #76684E

Color information

#76684E (or 0x76684E) is unknown color: approx Coffee. HEX triplet: 76, 68 and 4E. RGB value is (118,104,78). Sum of RGB (Red+Green+Blue) = 118+104+78=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #76684E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76684E is #8997B1. Grayscale: #696969. Windows color (decimal): -9017266 or 5138550. OLE color: 5138550.

HSL color Cylindrical-coordinate representation of color #76684E: hue angle of 39º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76684E is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB11810478-
CMYK00.120.340.54
HSL39º20.41%38.43%-
HSV(B)39º33.9%46.27%-
XYZ13.814.39.24-
YUV105.22112.64137.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.33%
GREEN value IS 104 (41.02% from 255) = 34.67%
BLUE value IS 78 (30.86% from 255) = 26%
R=39.33%
G=34.67%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181047800.120.340.543920.4138.43
Hex76684E0C2236271426
Octal1661501160144266472446
Binary1110110110100010011100110010001011011010011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76684E; }

 p { color: rgb(118,104,78); }

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

<style>
 a { background-color: #76684E; }

 a { background-color: rgb(118,104,78); }

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

<style>
 span { border-color: #76684E; }

 span { border-color: rgb(118,104,78); }

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