Html Css Color HEX #707E63 Willow Grove

📋 copy color: '#707E63'

red 112 ◦ green 126 ◦ blue 99

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

Shades of Willow Grove #707E63

Tints of Willow Grove #707E63

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.39%

 BLUE value IS 99 (39.06% from 255) = 29.38%

R = 33.23%
G = 37.39%
B = 29.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#707E63 (or 0x707E63) is known color: Willow Grove. HEX triplet: 70, 7E and 63. RGB value is (112,126,99). Sum of RGB (Red+Green+Blue) = 112+126+99=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 126 - color contains mainly: green. Hex color #707E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707E63 is #8F819C. Grayscale: #767676. Windows color (decimal): -9404829 or 6520432. OLE color: 6520432.

HSL color Cylindrical-coordinate representation of color #707E63: hue angle of 91.11º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #707E63 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 126 99 -
CMYK 0.11 0 0.21 0.51
HSL 91.11º 0.12% 0.44% -
HSV(B) 91.11º 0.21% 0.49% -
XYZ 16.4 19.27 14.66 -
YUV 118.74 116.86 123.2 -
System Red Green Blue C M Y K H S L
Decimal 112 126 99 0.11 0 0.21 0.51 91.11 0.12 0.44
Hex 70 7E 63 B 0 15 33 5B C 2C
Octal 160 176 143 13 0 25 63 133 14 54
Binary 1110000 1111110 1100011 1011 0 10101 110011 1011011 1100 101100

Color Harmonies of #707E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707E63

Black with #707E63

Text Example


Text Example

White with #707E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707E63; }

 p { color: rgb(112,126,99); }

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

background-color css

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

 a { background-color: rgb(112,126,99); }

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

border-color css

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

 span { border-color: rgb(112,126,99); }

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