Html Css Color HEX #70746D Willow Grove

📋 copy color: '#70746D'

red 112 ◦ green 116 ◦ blue 109

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

Shades of Willow Grove #70746D

Tints of Willow Grove #70746D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.42%

 BLUE value IS 109 (42.97% from 255) = 32.34%

R = 33.23%
G = 34.42%
B = 32.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#70746D (or 0x70746D) is known color: Willow Grove. HEX triplet: 70, 74 and 6D. RGB value is (112,116,109). Sum of RGB (Red+Green+Blue) = 112+116+109=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 116 - color contains mainly: green. Hex color #70746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70746D is #8F8B92. Grayscale: #727272. Windows color (decimal): -9407379 or 7173232. OLE color: 7173232.

HSL color Cylindrical-coordinate representation of color #70746D: hue angle of 94.29º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #70746D is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 116 109 -
CMYK 0.03 0 0.06 0.55
HSL 94.29º 0.03% 0.44% -
HSV(B) 94.29º 0.06% 0.45% -
XYZ 15.69 17.04 16.93 -
YUV 114.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 112 116 109 0.03 0 0.06 0.55 94.29 0.03 0.44
Hex 70 74 6D 3 0 6 37 5E 3 2C
Octal 160 164 155 3 0 6 67 136 3 54
Binary 1110000 1110100 1101101 11 0 110 110111 1011110 11 101100

Color Harmonies of #70746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70746D

Black with #70746D

Text Example


Text Example

White with #70746D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70746D; }

 p { color: rgb(112,116,109); }

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

background-color css

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

 a { background-color: rgb(112,116,109); }

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

border-color css

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

 span { border-color: rgb(112,116,109); }

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