Html Css Color HEX #707762 Willow Grove

📋 copy color: '#707762'

red 112 ◦ green 119 ◦ blue 98

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

Shades of Willow Grove #707762

Tints of Willow Grove #707762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.79%

R = 34.04%
G = 36.17%
B = 29.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#707762 (or 0x707762) is known color: Willow Grove. HEX triplet: 70, 77 and 62. RGB value is (112,119,98). Sum of RGB (Red+Green+Blue) = 112+119+98=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 119 - color contains mainly: green. Hex color #707762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707762 is #8F889D. Grayscale: #727272. Windows color (decimal): -9406622 or 6453104. OLE color: 6453104.

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

Color convert

RGB 112 119 98 -
CMYK 0.06 0 0.18 0.53
HSL 80º 0.1% 0.43% -
HSV(B) 80º 0.18% 0.47% -
XYZ 15.48 17.52 14.12 -
YUV 114.51 118.68 126.21 -
System Red Green Blue C M Y K H S L
Decimal 112 119 98 0.06 0 0.18 0.53 80 0.1 0.43
Hex 70 77 62 6 0 12 35 50 A 2B
Octal 160 167 142 6 0 22 65 120 12 53
Binary 1110000 1110111 1100010 110 0 10010 110101 1010000 1010 101011

Color Harmonies of #707762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707762

Black with #707762

Text Example


Text Example

White with #707762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707762; }

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

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

background-color css

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

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

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

border-color css

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

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

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