Html Css Color HEX #707B64 Willow Grove

📋 copy color: '#707B64'

red 112 ◦ green 123 ◦ blue 100

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

Shades of Willow Grove #707B64

Tints of Willow Grove #707B64

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.72%

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

R = 33.43%
G = 36.72%
B = 29.85%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#707B64 (or 0x707B64) is known color: Willow Grove. HEX triplet: 70, 7B and 64. RGB value is (112,123,100). Sum of RGB (Red+Green+Blue) = 112+123+100=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 123 - color contains mainly: green. Hex color #707B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707B64 is #8F849B. Grayscale: #757575. Windows color (decimal): -9405596 or 6585200. OLE color: 6585200.

HSL color Cylindrical-coordinate representation of color #707B64: hue angle of 88.7º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #707B64 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB 112 123 100 -
CMYK 0.09 0 0.19 0.52
HSL 88.7º 0.1% 0.44% -
HSV(B) 88.7º 0.19% 0.48% -
XYZ 16.07 18.53 14.79 -
YUV 117.09 118.36 124.37 -
System Red Green Blue C M Y K H S L
Decimal 112 123 100 0.09 0 0.19 0.52 88.7 0.1 0.44
Hex 70 7B 64 9 0 13 34 59 A 2C
Octal 160 173 144 11 0 23 64 131 12 54
Binary 1110000 1111011 1100100 1001 0 10011 110100 1011001 1010 101100

Color Harmonies of #707B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707B64

Black with #707B64

Text Example


Text Example

White with #707B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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