Html Css Color HEX #717F5A Willow Grove

📋 copy color: '#717F5A'

red 113 ◦ green 127 ◦ blue 90

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

Shades of Willow Grove #717F5A

Tints of Willow Grove #717F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.27%

R = 34.24%
G = 38.48%
B = 27.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#717F5A (or 0x717F5A) is known color: Willow Grove. HEX triplet: 71, 7F and 5A. RGB value is (113,127,90). Sum of RGB (Red+Green+Blue) = 113+127+90=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 127 - color contains mainly: green. Hex color #717F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717F5A is #8E80A5. Grayscale: #767676. Windows color (decimal): -9339046 or 5930865. OLE color: 5930865.

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

Color convert

RGB 113 127 90 -
CMYK 0.11 0 0.29 0.50
HSL 82.7º 0.17% 0.43% -
HSV(B) 82.7º 0.29% 0.5% -
XYZ 16.24 19.43 12.57 -
YUV 118.6 111.86 124.01 -
System Red Green Blue C M Y K H S L
Decimal 113 127 90 0.11 0 0.29 0.50 82.7 0.17 0.43
Hex 71 7F 5A B 0 1D 32 53 11 2B
Octal 161 177 132 13 0 35 62 123 21 53
Binary 1110001 1111111 1011010 1011 0 11101 110010 1010011 10001 101011

Color Harmonies of #717F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717F5A

Black with #717F5A

Text Example


Text Example

White with #717F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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