Html Css Color HEX #70846F Davy's Grey

📋 copy color: '#70846F'

red 112 ◦ green 132 ◦ blue 111

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

Shades of Davy's Grey #70846F

Tints of Davy's Grey #70846F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.18%

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

R = 31.55%
G = 37.18%
B = 31.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#70846F (or 0x70846F) is known color: Davy's Grey. HEX triplet: 70, 84 and 6F. RGB value is (112,132,111). Sum of RGB (Red+Green+Blue) = 112+132+111=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 132 - color contains mainly: green. Hex color #70846F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70846F is #8F7B90. Grayscale: #7B7B7B. Windows color (decimal): -9403281 or 7308400. OLE color: 7308400.

HSL color Cylindrical-coordinate representation of color #70846F: hue angle of 117.14º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #70846F is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 132 111 -
CMYK 0.15 0 0.16 0.48
HSL 117.14º 0.09% 0.48% -
HSV(B) 117.14º 0.16% 0.52% -
XYZ 17.8 21.09 18.17 -
YUV 123.63 120.87 119.71 -
System Red Green Blue C M Y K H S L
Decimal 112 132 111 0.15 0 0.16 0.48 117.14 0.09 0.48
Hex 70 84 6F F 0 10 30 75 9 30
Octal 160 204 157 17 0 20 60 165 11 60
Binary 1110000 10000100 1101111 1111 0 10000 110000 1110101 1001 110000

Color Harmonies of #70846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70846F

Black with #70846F

Text Example


Text Example

White with #70846F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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