Html Css Color HEX #707869 Willow Grove

📋 copy color: '#707869'

red 112 ◦ green 120 ◦ blue 105

#707869
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Willow Grove #707869

Tints of Willow Grove #707869

RGB

 RED value IS 112 (44.14% from 255) = 33.23%

 GREEN value IS 120 (47.27% from 255) = 35.61%

 BLUE value IS 105 (41.41% from 255) = 31.16%

R = 33.23%
G = 35.61%
B = 31.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#707869 (or 0x707869) is known color: Willow Grove. HEX triplet: 70, 78 and 69. RGB value is (112,120,105). Sum of RGB (Red+Green+Blue) = 112+120+105=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 120 - color contains mainly: green. Hex color #707869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707869 is #8F8796. Grayscale: #737373. Windows color (decimal): -9406359 or 6912112. OLE color: 6912112.

HSL color Cylindrical-coordinate representation of color #707869: hue angle of 92º degrees, saturation: 0.07, 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 #707869 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 120 105 -
CMYK 0.07 0 0.13 0.53
HSL 92º 0.07% 0.44% -
HSV(B) 92º 0.13% 0.47% -
XYZ 15.95 17.9 15.98 -
YUV 115.9 121.85 125.22 -
System Red Green Blue C M Y K H S L
Decimal 112 120 105 0.07 0 0.13 0.53 92 0.07 0.44
Hex 70 78 69 7 0 D 35 5C 7 2C
Octal 160 170 151 7 0 15 65 134 7 54
Binary 1110000 1111000 1101001 111 0 1101 110101 1011100 111 101100

Color Harmonies of #707869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707869

Black with #707869

Text Example


Text Example

White with #707869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707869; }

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

 H1.HeaderClassName
 {
   color: #707869;
 }
 .AnyTagClassName
 {
   color: #707869;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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