Html Css Color HEX #707B5C Willow Grove

📋 copy color: '#707B5C'

red 112 ◦ green 123 ◦ blue 92

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

Shades of Willow Grove #707B5C

Tints of Willow Grove #707B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.13%

R = 34.25%
G = 37.61%
B = 28.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#707B5C (or 0x707B5C) is known color: Willow Grove. HEX triplet: 70, 7B and 5C. RGB value is (112,123,92). Sum of RGB (Red+Green+Blue) = 112+123+92=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 123 - color contains mainly: green. Hex color #707B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707B5C is #8F84A3. Grayscale: #747474. Windows color (decimal): -9405604 or 6060912. OLE color: 6060912.

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

Color convert

RGB 112 123 92 -
CMYK 0.09 0 0.25 0.52
HSL 81.29º 0.14% 0.42% -
HSV(B) 81.29º 0.25% 0.48% -
XYZ 15.7 18.38 12.85 -
YUV 116.18 114.36 125.02 -
System Red Green Blue C M Y K H S L
Decimal 112 123 92 0.09 0 0.25 0.52 81.29 0.14 0.42
Hex 70 7B 5C 9 0 19 34 51 E 2A
Octal 160 173 134 11 0 31 64 121 16 52
Binary 1110000 1111011 1011100 1001 0 11001 110100 1010001 1110 101010

Color Harmonies of #707B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707B5C

Black with #707B5C

Text Example


Text Example

White with #707B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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