#756852

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

Shades of Coffee #756852

Tints of Coffee #756852

Color information

#756852 (or 0x756852) is unknown color: approx Coffee. HEX triplet: 75, 68 and 52. RGB value is (117,104,82). Sum of RGB (Red+Green+Blue) = 117+104+82=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #756852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756852 is #8A97AD. Grayscale: #696969. Windows color (decimal): -9082798 or 5400693. OLE color: 5400693.

HSL color Cylindrical-coordinate representation of color #756852: hue angle of 37.71º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #756852 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB11710482-
CMYK00.110.300.54
HSL37.71º17.59%39.02%-
HSV(B)37.71º29.91%45.88%-
XYZ13.8114.2910.01-
YUV105.38114.81136.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.61%
GREEN value IS 104 (41.02% from 255) = 34.32%
BLUE value IS 82 (32.42% from 255) = 27.06%
R=38.61%
G=34.32%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171048200.110.300.5437.7117.5939.02
Hex7568520B1E36261227
Octal1651501220133666462247
Binary111010111010001010010010111111011011010011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756852; }

 p { color: rgb(117,104,82); }

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

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

 a { background-color: rgb(117,104,82); }

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

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

 span { border-color: rgb(117,104,82); }

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