#70795C

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

Shades of Willow Grove #70795C

Tints of Willow Grove #70795C

Color information

#70795C (or 0x70795C) is unknown color: approx Willow Grove. HEX triplet: 70, 79 and 5C. RGB value is (112,121,92). Sum of RGB (Red+Green+Blue) = 112+121+92=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 121 - color contains mainly: green. Hex color #70795C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70795C is #8F86A3. Grayscale: #737373. Windows color (decimal): -9406116 or 6060400. OLE color: 6060400.

HSL color Cylindrical-coordinate representation of color #70795C: hue angle of 78.62º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #70795C is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB11212192-
CMYK0.0700.240.53
HSL78.62º13.62%41.76%-
HSV(B)78.62º23.97%47.45%-
XYZ15.4517.8912.76-
YUV115115.02125.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.46%
GREEN value IS 121 (47.66% from 255) = 37.23%
BLUE value IS 92 (36.33% from 255) = 28.31%
R=34.46%
G=37.23%
B=28.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112121920.0700.240.5378.6213.6241.76
Hex70795C7018354fe2a
Octal1601711347030651171652
Binary11100001111001101110011101100011010110011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70795C; }

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

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

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

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

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

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

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

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