Html Css Color HEX #707763 Willow Grove

📋 copy color: '#707763'

red 112 ◦ green 119 ◦ blue 99

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

Shades of Willow Grove #707763

Tints of Willow Grove #707763

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.06%

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

R = 33.94%
G = 36.06%
B = 30%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#707763 (or 0x707763) is known color: Willow Grove. HEX triplet: 70, 77 and 63. RGB value is (112,119,99). Sum of RGB (Red+Green+Blue) = 112+119+99=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 119 - color contains mainly: green. Hex color #707763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707763 is #8F889C. Grayscale: #727272. Windows color (decimal): -9406621 or 6518640. OLE color: 6518640.

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

Color convert

RGB 112 119 99 -
CMYK 0.06 0 0.17 0.53
HSL 81º 0.09% 0.43% -
HSV(B) 81º 0.17% 0.47% -
XYZ 15.53 17.54 14.37 -
YUV 114.63 119.18 126.13 -
System Red Green Blue C M Y K H S L
Decimal 112 119 99 0.06 0 0.17 0.53 81 0.09 0.43
Hex 70 77 63 6 0 11 35 51 9 2B
Octal 160 167 143 6 0 21 65 121 11 53
Binary 1110000 1110111 1100011 110 0 10001 110101 1010001 1001 101011

Color Harmonies of #707763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707763

Black with #707763

Text Example


Text Example

White with #707763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707763; }

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

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

background-color css

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

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

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

border-color css

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

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

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