#717D5C

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

Shades of Willow Grove #717D5C

Tints of Willow Grove #717D5C

Color information

#717D5C (or 0x717D5C) is unknown color: approx Willow Grove. HEX triplet: 71, 7D and 5C. RGB value is (113,125,92). Sum of RGB (Red+Green+Blue) = 113+125+92=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 125 - color contains mainly: green. Hex color #717D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717D5C is #8E82A3. Grayscale: #757575. Windows color (decimal): -9339556 or 6061425. OLE color: 6061425.

HSL color Cylindrical-coordinate representation of color #717D5C: hue angle of 81.82º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #717D5C is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB11312592-
CMYK0.1000.260.51
HSL81.82º15.21%42.55%-
HSV(B)81.82º26.4%49.02%-
XYZ16.0818.9512.94-
YUV117.65113.52124.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.24%
GREEN value IS 125 (49.22% from 255) = 37.88%
BLUE value IS 92 (36.33% from 255) = 27.88%
R=34.24%
G=37.88%
B=27.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal113125920.1000.260.5181.8215.2142.55
Hex717D5CA01A3352f2b
Octal16117513412032631221753
Binary111000111111011011100101001101011001110100101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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