#75684C

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

Shades of Coffee #75684C

Tints of Coffee #75684C

Color information

#75684C (or 0x75684C) is unknown color: approx Coffee. HEX triplet: 75, 68 and 4C. RGB value is (117,104,76). Sum of RGB (Red+Green+Blue) = 117+104+76=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #75684C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75684C is #8A97B3. Grayscale: #686868. Windows color (decimal): -9082804 or 5007477. OLE color: 5007477.

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

Color convert

RGB11710476-
CMYK00.110.350.54
HSL40.98º21.24%37.84%-
HSV(B)40.98º35.04%45.88%-
XYZ13.5914.28.86-
YUV104.7111.81136.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 104 (41.02% from 255) = 35.02%
BLUE value IS 76 (30.08% from 255) = 25.59%
R=39.39%
G=35.02%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171047600.110.350.5440.9821.2437.84
Hex75684C0B2336291526
Octal1651501140134366512546
Binary1110101110100010011000101110001111011010100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75684C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75684C; }

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

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

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

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

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

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

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

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