#766B56

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

Shades of Coffee #766B56

Tints of Coffee #766B56

Color information

#766B56 (or 0x766B56) is unknown color: approx Coffee. HEX triplet: 76, 6B and 56. RGB value is (118,107,86). Sum of RGB (Red+Green+Blue) = 118+107+86=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #766B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B56 is #8994A9. Grayscale: #6B6B6B. Windows color (decimal): -9016490 or 5663606. OLE color: 5663606.

HSL color Cylindrical-coordinate representation of color #766B56: hue angle of 39.38º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #766B56 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB11810786-
CMYK00.090.270.54
HSL39.38º15.69%40%-
HSV(B)39.38º27.12%46.27%-
XYZ14.4115.0410.95-
YUV107.9115.64135.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.94%
GREEN value IS 107 (42.19% from 255) = 34.41%
BLUE value IS 86 (33.98% from 255) = 27.65%
R=37.94%
G=34.41%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181078600.090.270.5439.3815.6940
Hex766B56091B36271028
Octal1661531260113366472050
Binary111011011010111010110010011101111011010011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,107,86); }

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

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

 a { background-color: rgb(118,107,86); }

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

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

 span { border-color: rgb(118,107,86); }

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