Html Css Color HEX #707663 Willow Grove

📋 copy color: '#707663'

red 112 ◦ green 118 ◦ blue 99

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

Shades of Willow Grove #707663

Tints of Willow Grove #707663

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.87%

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

R = 34.04%
G = 35.87%
B = 30.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#707663 (or 0x707663) is known color: Willow Grove. HEX triplet: 70, 76 and 63. RGB value is (112,118,99). Sum of RGB (Red+Green+Blue) = 112+118+99=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 118 - color contains mainly: green. Hex color #707663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707663 is #8F899C. Grayscale: #727272. Windows color (decimal): -9406877 or 6518384. OLE color: 6518384.

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

Color convert

RGB 112 118 99 -
CMYK 0.05 0 0.16 0.54
HSL 78.95º 0.09% 0.43% -
HSV(B) 78.95º 0.16% 0.46% -
XYZ 15.41 17.3 14.33 -
YUV 114.04 119.51 126.54 -
System Red Green Blue C M Y K H S L
Decimal 112 118 99 0.05 0 0.16 0.54 78.95 0.09 0.43
Hex 70 76 63 5 0 10 36 4F 9 2B
Octal 160 166 143 5 0 20 66 117 11 53
Binary 1110000 1110110 1100011 101 0 10000 110110 1001111 1001 101011

Color Harmonies of #707663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707663

Black with #707663

Text Example


Text Example

White with #707663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707663; }

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

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

background-color css

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

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

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

border-color css

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

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

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