#756A55

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

Shades of Coffee #756A55

Tints of Coffee #756A55

Color information

#756A55 (or 0x756A55) is unknown color: approx Coffee. HEX triplet: 75, 6A and 55. RGB value is (117,106,85). Sum of RGB (Red+Green+Blue) = 117+106+85=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #756A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A55 is #8A95AA. Grayscale: #6A6A6A. Windows color (decimal): -9082283 or 5597813. OLE color: 5597813.

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

Color convert

RGB11710685-
CMYK00.090.270.54
HSL39.38º15.84%39.61%-
HSV(B)39.38º27.35%45.88%-
XYZ14.1314.7510.7-
YUV106.89115.64135.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 106 (41.80% from 255) = 34.42%
BLUE value IS 85 (33.59% from 255) = 27.60%
R=37.99%
G=34.42%
B=27.60%

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
Decimal1171068500.090.270.5439.3815.8439.61
Hex756A55091B36271028
Octal1651521250113366472050
Binary111010111010101010101010011101111011010011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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