#757740

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

Shades of Hemlock #757740

Tints of Hemlock #757740

Color information

#757740 (or 0x757740) is unknown color: approx Hemlock. HEX triplet: 75, 77 and 40. RGB value is (117,119,64). Sum of RGB (Red+Green+Blue) = 117+119+64=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #757740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757740 is #8A88BF. Grayscale: #707070. Windows color (decimal): -9078976 or 4224885. OLE color: 4224885.

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

Color convert

RGB11711964-
CMYK0.0200.460.53
HSL62.18º30.05%35.88%-
HSV(B)62.18º46.22%46.67%-
XYZ14.8617.357.42-
YUV112.13100.84131.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39%
GREEN value IS 119 (46.88% from 255) = 39.67%
BLUE value IS 64 (25.39% from 255) = 21.33%
R=39%
G=39.67%
B=21.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117119640.0200.460.5362.1830.0535.88
Hex757740202E353e1e24
Octal165167100205665763644
Binary11101011110111100000010010111011010111111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757740; }

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

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

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

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

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

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

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

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