#75684F

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

Shades of Coffee #75684F

Tints of Coffee #75684F

Color information

#75684F (or 0x75684F) is unknown color: approx Coffee. HEX triplet: 75, 68 and 4F. RGB value is (117,104,79). Sum of RGB (Red+Green+Blue) = 117+104+79=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #75684F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75684F is #8A97B0. Grayscale: #696969. Windows color (decimal): -9082801 or 5204085. OLE color: 5204085.

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

Color convert

RGB11710479-
CMYK00.110.320.54
HSL39.47º19.39%38.43%-
HSV(B)39.47º32.48%45.88%-
XYZ13.714.259.43-
YUV105.04113.31136.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39%
GREEN value IS 104 (41.02% from 255) = 34.67%
BLUE value IS 79 (31.25% from 255) = 26.33%
R=39%
G=34.67%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171047900.110.320.5439.4719.3938.43
Hex75684F0B2036271326
Octal1651501170134066472346
Binary1110101110100010011110101110000011011010011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75684F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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