Html Css Color HEX #707C64 Willow Grove

📋 copy color: '#707C64'

red 112 ◦ green 124 ◦ blue 100

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

Shades of Willow Grove #707C64

Tints of Willow Grove #707C64

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.9%

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

R = 33.33%
G = 36.9%
B = 29.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#707C64 (or 0x707C64) is known color: Willow Grove. HEX triplet: 70, 7C and 64. RGB value is (112,124,100). Sum of RGB (Red+Green+Blue) = 112+124+100=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 124 - color contains mainly: green. Hex color #707C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707C64 is #8F839B. Grayscale: #757575. Windows color (decimal): -9405340 or 6585456. OLE color: 6585456.

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

Color convert

RGB 112 124 100 -
CMYK 0.10 0 0.19 0.51
HSL 90º 0.11% 0.44% -
HSV(B) 90º 0.19% 0.49% -
XYZ 16.19 18.78 14.83 -
YUV 117.68 118.02 123.95 -
System Red Green Blue C M Y K H S L
Decimal 112 124 100 0.10 0 0.19 0.51 90 0.11 0.44
Hex 70 7C 64 A 0 13 33 5A B 2C
Octal 160 174 144 12 0 23 63 132 13 54
Binary 1110000 1111100 1100100 1010 0 10011 110011 1011010 1011 101100

Color Harmonies of #707C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707C64

Black with #707C64

Text Example


Text Example

White with #707C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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