#756550

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

Shades of Coffee #756550

Tints of Coffee #756550

Color information

#756550 (or 0x756550) is unknown color: approx Coffee. HEX triplet: 75, 65 and 50. RGB value is (117,101,80). Sum of RGB (Red+Green+Blue) = 117+101+80=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #756550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756550 is #8A9AAF. Grayscale: #676767. Windows color (decimal): -9083568 or 5268853. OLE color: 5268853.

HSL color Cylindrical-coordinate representation of color #756550: hue angle of 34.05º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #756550 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB11710180-
CMYK00.140.320.54
HSL34.05º18.78%38.63%-
HSV(B)34.05º31.62%45.88%-
XYZ13.4413.679.52-
YUV103.39114.8137.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.26%
GREEN value IS 101 (39.84% from 255) = 33.89%
BLUE value IS 80 (31.64% from 255) = 26.85%
R=39.26%
G=33.89%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171018000.140.320.5434.0518.7838.63
Hex7565500E2036221327
Octal1651451200164066422347
Binary1110101110010110100000111010000011011010001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756550; }

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

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

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

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

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

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

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

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