#707566

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

Shades of Willow Grove #707566

Tints of Willow Grove #707566

Color information

#707566 (or 0x707566) is unknown color: approx Willow Grove. HEX triplet: 70, 75 and 66. RGB value is (112,117,102). Sum of RGB (Red+Green+Blue) = 112+117+102=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 117 - color contains mainly: green. Hex color #707566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707566 is #8F8A99. Grayscale: #717171. Windows color (decimal): -9407130 or 6714736. OLE color: 6714736.

HSL color Cylindrical-coordinate representation of color #707566: hue angle of 80º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #707566 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB112117102-
CMYK0.0400.130.54
HSL80º6.85%42.94%-
HSV(B)80º12.82%45.88%-
XYZ15.4417.1315.06-
YUV113.8121.34126.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.84%
GREEN value IS 117 (46.09% from 255) = 35.35%
BLUE value IS 102 (40.23% from 255) = 30.82%
R=33.84%
G=35.35%
B=30.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121171020.0400.130.54806.8542.94
Hex70756640D365072b
Octal160165146401566120753
Binary111000011101011100110100011011101101010000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707566; }

 p { color: rgb(112,117,102); }

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

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

 a { background-color: rgb(112,117,102); }

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

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

 span { border-color: rgb(112,117,102); }

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