#76684F

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

Shades of Coffee #76684F

Tints of Coffee #76684F

Color information

#76684F (or 0x76684F) is unknown color: approx Coffee. HEX triplet: 76, 68 and 4F. RGB value is (118,104,79). Sum of RGB (Red+Green+Blue) = 118+104+79=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #76684F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76684F is #8997B0. Grayscale: #696969. Windows color (decimal): -9017265 or 5204086. OLE color: 5204086.

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

Color convert

RGB11810479-
CMYK00.120.330.54
HSL38.46º19.8%38.63%-
HSV(B)38.46º33.05%46.27%-
XYZ13.8314.329.43-
YUV105.34113.14137.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 104 (41.02% from 255) = 34.55%
BLUE value IS 79 (31.25% from 255) = 26.25%
R=39.20%
G=34.55%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181047900.120.330.5438.4619.838.63
Hex76684F0C2136261427
Octal1661501170144166462447
Binary1110110110100010011110110010000111011010011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76684F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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