#747F5F

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

Shades of Willow Grove #747F5F

Tints of Willow Grove #747F5F

Color information

#747F5F (or 0x747F5F) is unknown color: approx Willow Grove. HEX triplet: 74, 7F and 5F. RGB value is (116,127,95). Sum of RGB (Red+Green+Blue) = 116+127+95=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 127 - color contains mainly: green. Hex color #747F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747F5F is #8B80A0. Grayscale: #787878. Windows color (decimal): -9142433 or 6258548. OLE color: 6258548.

HSL color Cylindrical-coordinate representation of color #747F5F: hue angle of 80.62º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #747F5F is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB11612795-
CMYK0.0900.250.50
HSL80.62º14.41%43.53%-
HSV(B)80.62º25.2%49.8%-
XYZ16.8619.7213.74-
YUV120.06113.86125.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.32%
GREEN value IS 127 (50% from 255) = 37.57%
BLUE value IS 95 (37.5% from 255) = 28.11%
R=34.32%
G=37.57%
B=28.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116127950.0900.250.5080.6214.4143.53
Hex747F5F90193251e2c
Octal16417713711031621211654
Binary111010011111111011111100101100111001010100011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,127,95); }

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

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

 a { background-color: rgb(116,127,95); }

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

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

 span { border-color: rgb(116,127,95); }

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