#757444

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

Shades of Hemlock #757444

Tints of Hemlock #757444

Color information

#757444 (or 0x757444) is unknown color: approx Hemlock. HEX triplet: 75, 74 and 44. RGB value is (117,116,68). Sum of RGB (Red+Green+Blue) = 117+116+68=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #757444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757444 is #8A8BBB. Grayscale: #6F6F6F. Windows color (decimal): -9079740 or 4486261. OLE color: 4486261.

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

Color convert

RGB11711668-
CMYK00.010.420.54
HSL58.78º26.49%36.27%-
HSV(B)58.78º41.88%45.88%-
XYZ14.6216.697.92-
YUV110.83103.83132.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.87%
GREEN value IS 116 (45.70% from 255) = 38.54%
BLUE value IS 68 (26.95% from 255) = 22.59%
R=38.87%
G=38.54%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171166800.010.420.5458.7826.4936.27
Hex757444012A363b1a24
Octal165164104015266733244
Binary1110101111010010001000110101011011011101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757444; }

 p { color: rgb(117,116,68); }

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

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

 a { background-color: rgb(117,116,68); }

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

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

 span { border-color: rgb(117,116,68); }

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