#747E62

Color #747E62 Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #747E62

Tints of Willow Grove #747E62

Color information

#747E62 (or 0x747E62) is unknown color: approx Willow Grove. HEX triplet: 74, 7E and 62. RGB value is (116,126,98). Sum of RGB (Red+Green+Blue) = 116+126+98=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 126 - color contains mainly: green. Hex color #747E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747E62 is #8B819D. Grayscale: #777777. Windows color (decimal): -9142686 or 6454900. OLE color: 6454900.

HSL color Cylindrical-coordinate representation of color #747E62: hue angle of 81.43º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #747E62 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB11612698-
CMYK0.0800.220.51
HSL81.43º12.5%43.92%-
HSV(B)81.43º22.22%49.41%-
XYZ16.8719.5214.43-
YUV119.82115.69125.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.12%
GREEN value IS 126 (49.61% from 255) = 37.06%
BLUE value IS 98 (38.67% from 255) = 28.82%
R=34.12%
G=37.06%
B=28.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116126980.0800.220.5181.4312.543.92
Hex747E6280163351c2c
Octal16417614210026631211454
Binary111010011111101100010100001011011001110100011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747E62; }

 p { color: rgb(116,126,98); }

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

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

 a { background-color: rgb(116,126,98); }

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

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

 span { border-color: rgb(116,126,98); }

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