#766A4F

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

Shades of Coffee #766A4F

Tints of Coffee #766A4F

Color information

#766A4F (or 0x766A4F) is unknown color: approx Coffee. HEX triplet: 76, 6A and 4F. RGB value is (118,106,79). Sum of RGB (Red+Green+Blue) = 118+106+79=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #766A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A4F is #8995B0. Grayscale: #6A6A6A. Windows color (decimal): -9016753 or 5204598. OLE color: 5204598.

HSL color Cylindrical-coordinate representation of color #766A4F: hue angle of 41.54º 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 #766A4F is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB11810679-
CMYK00.100.330.54
HSL41.54º19.8%38.63%-
HSV(B)41.54º33.05%46.27%-
XYZ14.0414.729.5-
YUV106.51112.48136.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 106 (41.80% from 255) = 34.98%
BLUE value IS 79 (31.25% from 255) = 26.07%
R=38.94%
G=34.98%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181067900.100.330.5441.5419.838.63
Hex766A4F0A21362a1427
Octal1661521170124166522447
Binary1110110110101010011110101010000111011010101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766A4F; }

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

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

<style>
 a { background-color: #766A4F; }

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

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

<style>
 span { border-color: #766A4F; }

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

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