Html Css Color HEX #70856F Davy's Grey

📋 copy color: '#70856F'

red 112 ◦ green 133 ◦ blue 111

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

Shades of Davy's Grey #70856F

Tints of Davy's Grey #70856F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.36%

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

R = 31.46%
G = 37.36%
B = 31.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#70856F (or 0x70856F) is known color: Davy's Grey. HEX triplet: 70, 85 and 6F. RGB value is (112,133,111). Sum of RGB (Red+Green+Blue) = 112+133+111=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 133 - color contains mainly: green. Hex color #70856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70856F is #8F7A90. Grayscale: #7C7C7C. Windows color (decimal): -9403025 or 7308656. OLE color: 7308656.

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

Color convert

RGB 112 133 111 -
CMYK 0.16 0 0.17 0.48
HSL 117.27º 0.09% 0.48% -
HSV(B) 117.27º 0.17% 0.52% -
XYZ 17.94 21.37 18.22 -
YUV 124.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 112 133 111 0.16 0 0.17 0.48 117.27 0.09 0.48
Hex 70 85 6F 10 0 11 30 75 9 30
Octal 160 205 157 20 0 21 60 165 11 60
Binary 1110000 10000101 1101111 10000 0 10001 110000 1110101 1001 110000

Color Harmonies of #70856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70856F

Black with #70856F

Text Example


Text Example

White with #70856F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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