Html Css Color HEX #707764 Willow Grove

📋 copy color: '#707764'

red 112 ◦ green 119 ◦ blue 100

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

Shades of Willow Grove #707764

Tints of Willow Grove #707764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.21%

R = 33.84%
G = 35.95%
B = 30.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#707764 (or 0x707764) is known color: Willow Grove. HEX triplet: 70, 77 and 64. RGB value is (112,119,100). Sum of RGB (Red+Green+Blue) = 112+119+100=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 119 - color contains mainly: green. Hex color #707764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707764 is #8F889B. Grayscale: #727272. Windows color (decimal): -9406620 or 6584176. OLE color: 6584176.

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

Color convert

RGB 112 119 100 -
CMYK 0.06 0 0.16 0.53
HSL 82.11º 0.09% 0.43% -
HSV(B) 82.11º 0.16% 0.47% -
XYZ 15.58 17.56 14.62 -
YUV 114.74 119.68 126.04 -
System Red Green Blue C M Y K H S L
Decimal 112 119 100 0.06 0 0.16 0.53 82.11 0.09 0.43
Hex 70 77 64 6 0 10 35 52 9 2B
Octal 160 167 144 6 0 20 65 122 11 53
Binary 1110000 1110111 1100100 110 0 10000 110101 1010010 1001 101011

Color Harmonies of #707764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707764

Black with #707764

Text Example


Text Example

White with #707764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707764; }

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

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

background-color css

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

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

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

border-color css

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

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

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