#75684E

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

Shades of Coffee #75684E

Tints of Coffee #75684E

Color information

#75684E (or 0x75684E) is unknown color: approx Coffee. HEX triplet: 75, 68 and 4E. RGB value is (117,104,78). Sum of RGB (Red+Green+Blue) = 117+104+78=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #75684E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75684E is #8A97B1. Grayscale: #696969. Windows color (decimal): -9082802 or 5138549. OLE color: 5138549.

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

Color convert

RGB11710478-
CMYK00.110.330.54
HSL40º20%38.24%-
HSV(B)40º33.33%45.88%-
XYZ13.6614.239.23-
YUV104.92112.81136.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.13%
GREEN value IS 104 (41.02% from 255) = 34.78%
BLUE value IS 78 (30.86% from 255) = 26.09%
R=39.13%
G=34.78%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171047800.110.330.54402038.24
Hex75684E0B2136281426
Octal1651501160134166502446
Binary1110101110100010011100101110000111011010100010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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