#707665

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

Shades of Willow Grove #707665

Tints of Willow Grove #707665

Color information

#707665 (or 0x707665) is unknown color: approx Willow Grove. HEX triplet: 70, 76 and 65. RGB value is (112,118,101). Sum of RGB (Red+Green+Blue) = 112+118+101=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 118 - color contains mainly: green. Hex color #707665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707665 is #8F899A. Grayscale: #727272. Windows color (decimal): -9406875 or 6649456. OLE color: 6649456.

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

Color convert

RGB112118101-
CMYK0.0500.140.54
HSL81.18º7.76%42.94%-
HSV(B)81.18º14.41%46.27%-
XYZ15.5117.3414.84-
YUV114.27120.51126.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.84%
GREEN value IS 118 (46.48% from 255) = 35.65%
BLUE value IS 101 (39.84% from 255) = 30.51%
R=33.84%
G=35.65%
B=30.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121181010.0500.140.5481.187.7642.94
Hex70766550E365182b
Octal1601661455016661211053
Binary1110000111011011001011010111011011010100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707665; }

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

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

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

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

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

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

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

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