#707863

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

Shades of Willow Grove #707863

Tints of Willow Grove #707863

Color information

#707863 (or 0x707863) is unknown color: approx Willow Grove. HEX triplet: 70, 78 and 63. RGB value is (112,120,99). Sum of RGB (Red+Green+Blue) = 112+120+99=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 120 - color contains mainly: green. Hex color #707863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707863 is #8F879C. Grayscale: #737373. Windows color (decimal): -9406365 or 6518896. OLE color: 6518896.

HSL color Cylindrical-coordinate representation of color #707863: hue angle of 82.86º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #707863 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB11212099-
CMYK0.0700.170.53
HSL82.86º9.59%42.94%-
HSV(B)82.86º17.5%47.06%-
XYZ15.6517.7814.41-
YUV115.21118.85125.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.84%
GREEN value IS 120 (47.27% from 255) = 36.25%
BLUE value IS 99 (39.06% from 255) = 29.91%
R=33.84%
G=36.25%
B=29.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112120990.0700.170.5382.869.5942.94
Hex70786370113553a2b
Octal1601701437021651231253
Binary11100001111000110001111101000111010110100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707863; }

 p { color: rgb(112,120,99); }

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

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

 a { background-color: rgb(112,120,99); }

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

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

 span { border-color: rgb(112,120,99); }

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