#756752

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

Shades of Coffee #756752

Tints of Coffee #756752

Color information

#756752 (or 0x756752) is unknown color: approx Coffee. HEX triplet: 75, 67 and 52. RGB value is (117,103,82). Sum of RGB (Red+Green+Blue) = 117+103+82=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 117 - color contains mainly: red. Hex color #756752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756752 is #8A98AD. Grayscale: #686868. Windows color (decimal): -9083054 or 5400437. OLE color: 5400437.

HSL color Cylindrical-coordinate representation of color #756752: hue angle of 36º 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 #756752 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB11710382-
CMYK00.120.300.54
HSL36º17.59%39.02%-
HSV(B)36º29.91%45.88%-
XYZ13.7114.099.98-
YUV104.79115.14136.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.74%
GREEN value IS 103 (40.62% from 255) = 34.11%
BLUE value IS 82 (32.42% from 255) = 27.15%
R=38.74%
G=34.11%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171038200.120.300.543617.5939.02
Hex7567520C1E36241227
Octal1651471220143666442247
Binary111010111001111010010011001111011011010010010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756752; }

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

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

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

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

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

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

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

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