#707E5C

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

Shades of Willow Grove #707E5C

Tints of Willow Grove #707E5C

Color information

#707E5C (or 0x707E5C) is unknown color: approx Willow Grove. HEX triplet: 70, 7E and 5C. RGB value is (112,126,92). Sum of RGB (Red+Green+Blue) = 112+126+92=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 126 (49.61% from 255 or 38.18% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 126 - color contains mainly: green. Hex color #707E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707E5C is #8F81A3. Grayscale: #767676. Windows color (decimal): -9404836 or 6061680. OLE color: 6061680.

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

Color convert

RGB11212692-
CMYK0.1100.270.51
HSL84.71º15.6%42.75%-
HSV(B)84.71º26.98%49.41%-
XYZ16.0719.1412.97-
YUV117.94113.36123.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.94%
GREEN value IS 126 (49.61% from 255) = 38.18%
BLUE value IS 92 (36.33% from 255) = 27.88%
R=33.94%
G=38.18%
B=27.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal112126920.1100.270.5184.7115.642.75
Hex707E5CB01B3355102b
Octal16017613413033631252053
Binary1110000111111010111001011011011110011101010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707E5C; }

 p { color: rgb(112,126,92); }

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

<style>
 a { background-color: #707E5C; }

 a { background-color: rgb(112,126,92); }

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

<style>
 span { border-color: #707E5C; }

 span { border-color: rgb(112,126,92); }

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