Html Css Color HEX #70886F Davy's Grey

📋 copy color: '#70886F'

red 112 ◦ green 136 ◦ blue 111

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

Shades of Davy's Grey #70886F

Tints of Davy's Grey #70886F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.88%

 BLUE value IS 111 (43.75% from 255) = 30.92%

R = 31.2%
G = 37.88%
B = 30.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#70886F (or 0x70886F) is known color: Davy's Grey. HEX triplet: 70, 88 and 6F. RGB value is (112,136,111). Sum of RGB (Red+Green+Blue) = 112+136+111=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 136 - color contains mainly: green. Hex color #70886F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70886F is #8F7790. Grayscale: #7E7E7E. Windows color (decimal): -9402257 or 7309424. OLE color: 7309424.

HSL color Cylindrical-coordinate representation of color #70886F: hue angle of 117.6º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #70886F is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 136 111 -
CMYK 0.18 0 0.18 0.47
HSL 117.6º 0.1% 0.48% -
HSV(B) 117.6º 0.18% 0.53% -
XYZ 18.36 22.2 18.36 -
YUV 125.97 119.55 118.03 -
System Red Green Blue C M Y K H S L
Decimal 112 136 111 0.18 0 0.18 0.47 117.6 0.1 0.48
Hex 70 88 6F 12 0 12 2F 76 A 30
Octal 160 210 157 22 0 22 57 166 12 60
Binary 1110000 10001000 1101111 10010 0 10010 101111 1110110 1010 110000

Color Harmonies of #70886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70886F

Black with #70886F

Text Example


Text Example

White with #70886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70886F; }

 p { color: rgb(112,136,111); }

 H1.HeaderClassName
 {
   color: #70886F;
 }
 .AnyTagClassName
 {
   color: #70886F;
 }
</style>

background-color css

<style>
 a { background-color: #70886F; }

 a { background-color: rgb(112,136,111); }

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

border-color css

<style>
 span { border-color: #70886F; }

 span { border-color: rgb(112,136,111); }

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