#756A53

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

Shades of Coffee #756A53

Tints of Coffee #756A53

Color information

#756A53 (or 0x756A53) is unknown color: approx Coffee. HEX triplet: 75, 6A and 53. RGB value is (117,106,83). Sum of RGB (Red+Green+Blue) = 117+106+83=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #756A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A53 is #8A95AC. Grayscale: #6A6A6A. Windows color (decimal): -9082285 or 5466741. OLE color: 5466741.

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

Color convert

RGB11710683-
CMYK00.090.290.54
HSL40.59º17%39.22%-
HSV(B)40.59º29.06%45.88%-
XYZ14.0514.7110.28-
YUV106.67114.64135.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.24%
GREEN value IS 106 (41.80% from 255) = 34.64%
BLUE value IS 83 (32.81% from 255) = 27.12%
R=38.24%
G=34.64%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171068300.090.290.5440.591739.22
Hex756A53091D36291127
Octal1651521230113566512147
Binary111010111010101010011010011110111011010100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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