#757640

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

Shades of Hemlock #757640

Tints of Hemlock #757640

Color information

#757640 (or 0x757640) is unknown color: approx Hemlock. HEX triplet: 75, 76 and 40. RGB value is (117,118,64). Sum of RGB (Red+Green+Blue) = 117+118+64=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 118 - color contains mainly: green. Hex color #757640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757640 is #8A89BF. Grayscale: #6F6F6F. Windows color (decimal): -9079232 or 4224629. OLE color: 4224629.

HSL color Cylindrical-coordinate representation of color #757640: hue angle of 61.11º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #757640 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB11711864-
CMYK0.0100.460.54
HSL61.11º29.67%35.69%-
HSV(B)61.11º45.76%46.27%-
XYZ14.7417.117.38-
YUV111.54101.17131.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.13%
GREEN value IS 118 (46.48% from 255) = 39.46%
BLUE value IS 64 (25.39% from 255) = 21.40%
R=39.13%
G=39.46%
B=21.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117118640.0100.460.5461.1129.6735.69
Hex757640102E363d1e24
Octal165166100105666753644
Binary1110101111011010000001010111011011011110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757640; }

 p { color: rgb(117,118,64); }

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

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

 a { background-color: rgb(117,118,64); }

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

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

 span { border-color: rgb(117,118,64); }

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