#75654D

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

Shades of Coffee #75654D

Tints of Coffee #75654D

Color information

#75654D (or 0x75654D) is unknown color: approx Coffee. HEX triplet: 75, 65 and 4D. RGB value is (117,101,77). Sum of RGB (Red+Green+Blue) = 117+101+77=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #75654D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75654D is #8A9AB2. Grayscale: #676767. Windows color (decimal): -9083571 or 5072245. OLE color: 5072245.

HSL color Cylindrical-coordinate representation of color #75654D: hue angle of 36º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75654D is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB11710177-
CMYK00.140.340.54
HSL36º20.62%38.04%-
HSV(B)36º34.19%45.88%-
XYZ13.3313.638.95-
YUV103.05113.3137.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.66%
GREEN value IS 101 (39.84% from 255) = 34.24%
BLUE value IS 77 (30.47% from 255) = 26.10%
R=39.66%
G=34.24%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171017700.140.340.543620.6238.04
Hex75654D0E2236241526
Octal1651451150164266442546
Binary1110101110010110011010111010001011011010010010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75654D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75654D; }

 p { color: rgb(117,101,77); }

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

<style>
 a { background-color: #75654D; }

 a { background-color: rgb(117,101,77); }

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

<style>
 span { border-color: #75654D; }

 span { border-color: rgb(117,101,77); }

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