Html Css Color HEX #70846E Davy's Grey

📋 copy color: '#70846E'

red 112 ◦ green 132 ◦ blue 110

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

Shades of Davy's Grey #70846E

Tints of Davy's Grey #70846E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.07%

R = 31.64%
G = 37.29%
B = 31.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#70846E (or 0x70846E) is known color: Davy's Grey. HEX triplet: 70, 84 and 6E. RGB value is (112,132,110). Sum of RGB (Red+Green+Blue) = 112+132+110=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 132 - color contains mainly: green. Hex color #70846E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70846E is #8F7B91. Grayscale: #7B7B7B. Windows color (decimal): -9403282 or 7242864. OLE color: 7242864.

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

Color convert

RGB 112 132 110 -
CMYK 0.15 0 0.17 0.48
HSL 114.55º 0.09% 0.47% -
HSV(B) 114.55º 0.17% 0.52% -
XYZ 17.75 21.07 17.88 -
YUV 123.51 120.37 119.79 -
System Red Green Blue C M Y K H S L
Decimal 112 132 110 0.15 0 0.17 0.48 114.55 0.09 0.47
Hex 70 84 6E F 0 11 30 73 9 2F
Octal 160 204 156 17 0 21 60 163 11 57
Binary 1110000 10000100 1101110 1111 0 10001 110000 1110011 1001 101111

Color Harmonies of #70846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70846E

Black with #70846E

Text Example


Text Example

White with #70846E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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