#757547

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

Shades of Hemlock #757547

Tints of Hemlock #757547

Color information

#757547 (or 0x757547) is unknown color: approx Hemlock. HEX triplet: 75, 75 and 47. RGB value is (117,117,71). Sum of RGB (Red+Green+Blue) = 117+117+71=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757547 is #8A8AB8. Grayscale: #6F6F6F. Windows color (decimal): -9079481 or 4683125. OLE color: 4683125.

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

Color convert

RGB11711771-
CMYK000.390.54
HSL60º24.47%36.86%-
HSV(B)60º39.32%45.88%-
XYZ14.8316.968.45-
YUV111.76105131.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 117 (46.09% from 255) = 38.36%
BLUE value IS 71 (28.12% from 255) = 23.28%
R=38.36%
G=38.36%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711771000.390.546024.4736.86
Hex7575470027363c1825
Octal165165107004766743045
Binary1110101111010110001110010011111011011110011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757547; }

 p { color: rgb(117,117,71); }

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

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

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

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

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

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

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