#707762

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

Shades of Willow Grove #707762

Tints of Willow Grove #707762

Color information

#707762 (or 0x707762) is unknown color: approx Willow Grove. HEX triplet: 70, 77 and 62. RGB value is (112,119,98). Sum of RGB (Red+Green+Blue) = 112+119+98=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 119 - color contains mainly: green. Hex color #707762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707762 is #8F889D. Grayscale: #727272. Windows color (decimal): -9406622 or 6453104. OLE color: 6453104.

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

Color convert

RGB11211998-
CMYK0.0600.180.53
HSL80º9.68%42.55%-
HSV(B)80º17.65%46.67%-
XYZ15.4817.5214.12-
YUV114.51118.68126.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.04%
GREEN value IS 119 (46.88% from 255) = 36.17%
BLUE value IS 98 (38.67% from 255) = 29.79%
R=34.04%
G=36.17%
B=29.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112119980.0600.180.53809.6842.55
Hex70776260123550a2b
Octal1601671426022651201253
Binary11100001110111110001011001001011010110100001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707762; }

 p { color: rgb(112,119,98); }

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

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

 a { background-color: rgb(112,119,98); }

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

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

 span { border-color: rgb(112,119,98); }

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