#717F5C

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

Shades of Willow Grove #717F5C

Tints of Willow Grove #717F5C

Color information

#717F5C (or 0x717F5C) is unknown color: approx Willow Grove. HEX triplet: 71, 7F and 5C. RGB value is (113,127,92). Sum of RGB (Red+Green+Blue) = 113+127+92=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 127 - color contains mainly: green. Hex color #717F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717F5C is #8E80A3. Grayscale: #767676. Windows color (decimal): -9339044 or 6061937. OLE color: 6061937.

HSL color Cylindrical-coordinate representation of color #717F5C: hue angle of 84º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #717F5C is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB11312792-
CMYK0.1100.280.50
HSL84º15.98%42.94%-
HSV(B)84º27.56%49.8%-
XYZ16.3319.4613.02-
YUV118.82112.86123.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.04%
GREEN value IS 127 (50% from 255) = 38.25%
BLUE value IS 92 (36.33% from 255) = 27.71%
R=34.04%
G=38.25%
B=27.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal113127920.1100.280.508415.9842.94
Hex717F5CB01C3254102b
Octal16117713413034621242053
Binary1110001111111110111001011011100110010101010010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717F5C; }

 p { color: rgb(113,127,92); }

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

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

 a { background-color: rgb(113,127,92); }

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

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

 span { border-color: rgb(113,127,92); }

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