#75694E

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

Shades of Coffee #75694E

Tints of Coffee #75694E

Color information

#75694E (or 0x75694E) is unknown color: approx Coffee. HEX triplet: 75, 69 and 4E. RGB value is (117,105,78). Sum of RGB (Red+Green+Blue) = 117+105+78=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #75694E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75694E is #8A96B1. Grayscale: #696969. Windows color (decimal): -9082546 or 5138805. OLE color: 5138805.

HSL color Cylindrical-coordinate representation of color #75694E: hue angle of 41.54º 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 #75694E is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB11710578-
CMYK00.100.330.54
HSL41.54º20%38.24%-
HSV(B)41.54º33.33%45.88%-
XYZ13.7614.449.27-
YUV105.51112.48136.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39%
GREEN value IS 105 (41.41% from 255) = 35%
BLUE value IS 78 (30.86% from 255) = 26%
R=39%
G=35%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171057800.100.330.5441.542038.24
Hex75694E0A21362a1426
Octal1651511160124166522446
Binary1110101110100110011100101010000111011010101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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