#757545

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

Shades of Hemlock #757545

Tints of Hemlock #757545

Color information

#757545 (or 0x757545) is unknown color: approx Hemlock. HEX triplet: 75, 75 and 45. RGB value is (117,117,69). Sum of RGB (Red+Green+Blue) = 117+117+69=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757545 is #8A8ABA. Grayscale: #6F6F6F. Windows color (decimal): -9079483 or 4552053. OLE color: 4552053.

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

Color convert

RGB11711769-
CMYK000.410.54
HSL60º25.81%36.47%-
HSV(B)60º41.03%45.88%-
XYZ14.7716.938.12-
YUV111.53104131.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.61%
GREEN value IS 117 (46.09% from 255) = 38.61%
BLUE value IS 69 (27.34% from 255) = 22.77%
R=38.61%
G=38.61%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711769000.410.546025.8136.47
Hex7575450029363c1a24
Octal165165105005166743244
Binary1110101111010110001010010100111011011110011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757545; }

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

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

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

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

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

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

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

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