#747645

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

Shades of Hemlock #747645

Tints of Hemlock #747645

Color information

#747645 (or 0x747645) is unknown color: approx Hemlock. HEX triplet: 74, 76 and 45. RGB value is (116,118,69). Sum of RGB (Red+Green+Blue) = 116+118+69=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 118 - color contains mainly: green. Hex color #747645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747645 is #8B89BA. Grayscale: #707070. Windows color (decimal): -9144763 or 4552308. OLE color: 4552308.

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

Color convert

RGB11611869-
CMYK0.0200.420.54
HSL62.45º26.2%36.67%-
HSV(B)62.45º41.53%46.27%-
XYZ14.7617.18.15-
YUV111.82103.84130.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.28%
GREEN value IS 118 (46.48% from 255) = 38.94%
BLUE value IS 69 (27.34% from 255) = 22.77%
R=38.28%
G=38.94%
B=22.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116118690.0200.420.5462.4526.236.67
Hex747645202A363e1a25
Octal164166105205266763245
Binary11101001110110100010110010101011011011111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747645; }

 p { color: rgb(116,118,69); }

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

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

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

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

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

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

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