Html Css Color HEX #70795C Willow Grove

📋 copy color: '#70795C'

red 112 ◦ green 121 ◦ blue 92

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

Shades of Willow Grove #70795C

Tints of Willow Grove #70795C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.23%

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

R = 34.46%
G = 37.23%
B = 28.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#70795C (or 0x70795C) is known color: Willow Grove. HEX triplet: 70, 79 and 5C. RGB value is (112,121,92). Sum of RGB (Red+Green+Blue) = 112+121+92=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 121 - color contains mainly: green. Hex color #70795C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70795C is #8F86A3. Grayscale: #737373. Windows color (decimal): -9406116 or 6060400. OLE color: 6060400.

HSL color Cylindrical-coordinate representation of color #70795C: hue angle of 78.62º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #70795C is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 121 92 -
CMYK 0.07 0 0.24 0.53
HSL 78.62º 0.14% 0.42% -
HSV(B) 78.62º 0.24% 0.47% -
XYZ 15.45 17.89 12.76 -
YUV 115 115.02 125.86 -
System Red Green Blue C M Y K H S L
Decimal 112 121 92 0.07 0 0.24 0.53 78.62 0.14 0.42
Hex 70 79 5C 7 0 18 35 4F E 2A
Octal 160 171 134 7 0 30 65 117 16 52
Binary 1110000 1111001 1011100 111 0 11000 110101 1001111 1110 101010

Color Harmonies of #70795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70795C

Black with #70795C

Text Example


Text Example

White with #70795C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70795C; }

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

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

background-color css

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

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

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

border-color css

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

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

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