#747544

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

Shades of Hemlock #747544

Tints of Hemlock #747544

Color information

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

HSL color Cylindrical-coordinate representation of color #747544: hue angle of 61.22º 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 #747544 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB11611768-
CMYK0.0100.420.54
HSL61.22º26.49%36.27%-
HSV(B)61.22º41.88%45.88%-
XYZ14.6116.857.95-
YUV111.12103.67131.48-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116117680.0100.420.5461.2226.4936.27
Hex747544102A363d1a24
Octal164165104105266753244
Binary1110100111010110001001010101011011011110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747544; }

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

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

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

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

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

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

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

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