#707769

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

Shades of Willow Grove #707769

Tints of Willow Grove #707769

Color information

#707769 (or 0x707769) is unknown color: approx Willow Grove. HEX triplet: 70, 77 and 69. RGB value is (112,119,105). Sum of RGB (Red+Green+Blue) = 112+119+105=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 119 - color contains mainly: green. Hex color #707769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707769 is #8F8896. Grayscale: #737373. Windows color (decimal): -9406615 or 6911856. OLE color: 6911856.

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

Color convert

RGB112119105-
CMYK0.0600.120.53
HSL90º6.25%43.92%-
HSV(B)90º11.76%46.67%-
XYZ15.8317.6615.94-
YUV115.31122.18125.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.33%
GREEN value IS 119 (46.88% from 255) = 35.42%
BLUE value IS 105 (41.41% from 255) = 31.25%
R=33.33%
G=35.42%
B=31.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1121191050.0600.120.53906.2543.92
Hex70776960C355a62c
Octal160167151601465132654
Binary111000011101111101001110011001101011011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707769; }

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

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

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

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

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

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

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

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