Html Css Color HEX #717F5D Willow Grove

📋 copy color: '#717F5D'

red 113 ◦ green 127 ◦ blue 93

#717F5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Willow Grove #717F5D

Tints of Willow Grove #717F5D

RGB

 RED value IS 113 (44.53% from 255) = 33.93%

 GREEN value IS 127 (50% from 255) = 38.14%

 BLUE value IS 93 (36.72% from 255) = 27.93%

R = 33.93%
G = 38.14%
B = 27.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#717F5D (or 0x717F5D) is known color: Willow Grove. HEX triplet: 71, 7F and 5D. RGB value is (113,127,93). Sum of RGB (Red+Green+Blue) = 113+127+93=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 127 - color contains mainly: green. Hex color #717F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717F5D is #8E80A2. Grayscale: #777777. Windows color (decimal): -9339043 or 6127473. OLE color: 6127473.

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

Color convert

RGB 113 127 93 -
CMYK 0.11 0 0.27 0.50
HSL 84.71º 0.15% 0.43% -
HSV(B) 84.71º 0.27% 0.5% -
XYZ 16.38 19.48 13.25 -
YUV 118.94 113.36 123.76 -
System Red Green Blue C M Y K H S L
Decimal 113 127 93 0.11 0 0.27 0.50 84.71 0.15 0.43
Hex 71 7F 5D B 0 1B 32 55 F 2B
Octal 161 177 135 13 0 33 62 125 17 53
Binary 1110001 1111111 1011101 1011 0 11011 110010 1010101 1111 101011

Color Harmonies of #717F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717F5D

Black with #717F5D

Text Example


Text Example

White with #717F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #717F5D;
 }
 .AnyTagClassName
 {
   color: #717F5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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