#757742

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

Shades of Hemlock #757742

Tints of Hemlock #757742

Color information

#757742 (or 0x757742) is unknown color: approx Hemlock. HEX triplet: 75, 77 and 42. RGB value is (117,119,66). Sum of RGB (Red+Green+Blue) = 117+119+66=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 119 - color contains mainly: green. Hex color #757742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757742 is #8A88BD. Grayscale: #707070. Windows color (decimal): -9078974 or 4355957. OLE color: 4355957.

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

Color convert

RGB11711966-
CMYK0.0200.450.53
HSL62.26º28.65%36.27%-
HSV(B)62.26º44.54%46.67%-
XYZ14.9217.377.72-
YUV112.36101.84131.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.74%
GREEN value IS 119 (46.88% from 255) = 39.40%
BLUE value IS 66 (26.17% from 255) = 21.85%
R=38.74%
G=39.40%
B=21.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117119660.0200.450.5362.2628.6536.27
Hex757742202D353e1d24
Octal165167102205565763544
Binary11101011110111100001010010110111010111111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757742; }

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

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

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

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

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

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

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

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