#756A56

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

Shades of Coffee #756A56

Tints of Coffee #756A56

Color information

#756A56 (or 0x756A56) is unknown color: approx Coffee. HEX triplet: 75, 6A and 56. RGB value is (117,106,86). Sum of RGB (Red+Green+Blue) = 117+106+86=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #756A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A56 is #8A95A9. Grayscale: #6B6B6B. Windows color (decimal): -9082282 or 5663349. OLE color: 5663349.

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

Color convert

RGB11710686-
CMYK00.090.260.54
HSL38.71º15.27%39.8%-
HSV(B)38.71º26.5%45.88%-
XYZ14.1714.7610.91-
YUV107.01116.14135.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 106 (41.80% from 255) = 34.30%
BLUE value IS 86 (33.98% from 255) = 27.83%
R=37.86%
G=34.30%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171068600.090.260.5438.7115.2739.8
Hex756A56091A3627f28
Octal1651521260113266471750
Binary11101011101010101011001001110101101101001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756A56; }

 p { color: rgb(117,106,86); }

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

<style>
 a { background-color: #756A56; }

 a { background-color: rgb(117,106,86); }

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

<style>
 span { border-color: #756A56; }

 span { border-color: rgb(117,106,86); }

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