Html Css Color HEX #70756B Willow Grove

📋 copy color: '#70756B'

red 112 ◦ green 117 ◦ blue 107

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

Shades of Willow Grove #70756B

Tints of Willow Grove #70756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.82%

 BLUE value IS 107 (42.19% from 255) = 31.85%

R = 33.33%
G = 34.82%
B = 31.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#70756B (or 0x70756B) is known color: Willow Grove. HEX triplet: 70, 75 and 6B. RGB value is (112,117,107). Sum of RGB (Red+Green+Blue) = 112+117+107=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 117 - color contains mainly: green. Hex color #70756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70756B is #8F8A94. Grayscale: #727272. Windows color (decimal): -9407125 or 7042416. OLE color: 7042416.

HSL color Cylindrical-coordinate representation of color #70756B: hue angle of 90º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #70756B is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 117 107 -
CMYK 0.04 0 0.09 0.54
HSL 90º 0.04% 0.44% -
HSV(B) 90º 0.09% 0.46% -
XYZ 15.7 17.23 16.41 -
YUV 114.37 123.84 126.31 -
System Red Green Blue C M Y K H S L
Decimal 112 117 107 0.04 0 0.09 0.54 90 0.04 0.44
Hex 70 75 6B 4 0 9 36 5A 4 2C
Octal 160 165 153 4 0 11 66 132 4 54
Binary 1110000 1110101 1101011 100 0 1001 110110 1011010 100 101100

Color Harmonies of #70756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70756B

Black with #70756B

Text Example


Text Example

White with #70756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70756B; }

 p { color: rgb(112,117,107); }

 H1.HeaderClassName
 {
   color: #70756B;
 }
 .AnyTagClassName
 {
   color: #70756B;
 }
</style>

background-color css

<style>
 a { background-color: #70756B; }

 a { background-color: rgb(112,117,107); }

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

border-color css

<style>
 span { border-color: #70756B; }

 span { border-color: rgb(112,117,107); }

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