#747742

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

Shades of Hemlock #747742

Tints of Hemlock #747742

Color information

#747742 (or 0x747742) is unknown color: approx Hemlock. HEX triplet: 74, 77 and 42. RGB value is (116,119,66). Sum of RGB (Red+Green+Blue) = 116+119+66=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 119 - color contains mainly: green. Hex color #747742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747742 is #8B88BD. Grayscale: #707070. Windows color (decimal): -9144510 or 4355956. OLE color: 4355956.

HSL color Cylindrical-coordinate representation of color #747742: hue angle of 63.4º 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 #747742 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB11611966-
CMYK0.0300.450.53
HSL63.4º28.65%36.27%-
HSV(B)63.4º44.54%46.67%-
XYZ14.7817.37.71-
YUV112.06102.01130.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.54%
GREEN value IS 119 (46.88% from 255) = 39.53%
BLUE value IS 66 (26.17% from 255) = 21.93%
R=38.54%
G=39.53%
B=21.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116119660.0300.450.5363.428.6536.27
Hex747742302D353f1d24
Octal164167102305565773544
Binary11101001110111100001011010110111010111111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747742; }

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

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

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

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

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

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

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

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