#707664

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

Shades of Willow Grove #707664

Tints of Willow Grove #707664

Color information

#707664 (or 0x707664) is unknown color: approx Willow Grove. HEX triplet: 70, 76 and 64. RGB value is (112,118,100). Sum of RGB (Red+Green+Blue) = 112+118+100=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 118 - color contains mainly: green. Hex color #707664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707664 is #8F899B. Grayscale: #727272. Windows color (decimal): -9406876 or 6583920. OLE color: 6583920.

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

Color convert

RGB112118100-
CMYK0.0500.150.54
HSL80º8.26%42.75%-
HSV(B)80º15.25%46.27%-
XYZ15.4617.3214.59-
YUV114.15120.01126.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.94%
GREEN value IS 118 (46.48% from 255) = 35.76%
BLUE value IS 100 (39.45% from 255) = 30.30%
R=33.94%
G=35.76%
B=30.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121181000.0500.150.54808.2642.75
Hex70766450F365082b
Octal1601661445017661201053
Binary1110000111011011001001010111111011010100001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707664; }

 p { color: rgb(112,118,100); }

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

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

 a { background-color: rgb(112,118,100); }

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

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

 span { border-color: rgb(112,118,100); }

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