#756B56

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

Shades of Coffee #756B56

Tints of Coffee #756B56

Color information

#756B56 (or 0x756B56) is unknown color: approx Coffee. HEX triplet: 75, 6B and 56. RGB value is (117,107,86). Sum of RGB (Red+Green+Blue) = 117+107+86=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #756B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B56 is #8A94A9. Grayscale: #6B6B6B. Windows color (decimal): -9082026 or 5663605. OLE color: 5663605.

HSL color Cylindrical-coordinate representation of color #756B56: hue angle of 40.65º 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 #756B56 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB11710786-
CMYK00.090.260.54
HSL40.65º15.27%39.8%-
HSV(B)40.65º26.5%45.88%-
XYZ14.2714.9710.94-
YUV107.6115.81134.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 107 (42.19% from 255) = 34.52%
BLUE value IS 86 (33.98% from 255) = 27.74%
R=37.74%
G=34.52%
B=27.74%

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
Decimal1171078600.090.260.5440.6515.2739.8
Hex756B56091A3629f28
Octal1651531260113266511750
Binary11101011101011101011001001110101101101010011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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