#747840

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

Shades of Hemlock #747840

Tints of Hemlock #747840

Color information

#747840 (or 0x747840) is unknown color: approx Hemlock. HEX triplet: 74, 78 and 40. RGB value is (116,120,64). Sum of RGB (Red+Green+Blue) = 116+120+64=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 120 - color contains mainly: green. Hex color #747840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747840 is #8B87BF. Grayscale: #707070. Windows color (decimal): -9144256 or 4225140. OLE color: 4225140.

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

Color convert

RGB11612064-
CMYK0.0300.470.53
HSL64.29º30.43%36.08%-
HSV(B)64.29º46.67%47.06%-
XYZ14.8417.527.45-
YUV112.42100.67130.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.67%
GREEN value IS 120 (47.27% from 255) = 40%
BLUE value IS 64 (25.39% from 255) = 21.33%
R=38.67%
G=40%
B=21.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116120640.0300.470.5364.2930.4336.08
Hex747840302F35401e24
Octal1641701003057651003644
Binary111010011110001000000110101111110101100000011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747840; }

 p { color: rgb(116,120,64); }

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

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

 a { background-color: rgb(116,120,64); }

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

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

 span { border-color: rgb(116,120,64); }

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