Html Css Color HEX #718070 Davy's Grey

📋 copy color: '#718070'

red 113 ◦ green 128 ◦ blue 112

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

Shades of Davy's Grey #718070

Tints of Davy's Grey #718070

RGB

 RED value IS 113 (44.53% from 255) = 32.01%

 GREEN value IS 128 (50.39% from 255) = 36.26%

 BLUE value IS 112 (44.14% from 255) = 31.73%

R = 32.01%
G = 36.26%
B = 31.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#718070 (or 0x718070) is known color: Davy's Grey. HEX triplet: 71, 80 and 70. RGB value is (113,128,112). Sum of RGB (Red+Green+Blue) = 113+128+112=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 128 - color contains mainly: green. Hex color #718070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718070 is #8E7F8F. Grayscale: #797979. Windows color (decimal): -9338768 or 7372913. OLE color: 7372913.

HSL color Cylindrical-coordinate representation of color #718070: hue angle of 116.25º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #718070 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 128 112 -
CMYK 0.12 0 0.12 0.50
HSL 116.25º 0.07% 0.47% -
HSV(B) 116.25º 0.13% 0.5% -
XYZ 17.45 20.12 18.29 -
YUV 121.69 122.53 121.8 -
System Red Green Blue C M Y K H S L
Decimal 113 128 112 0.12 0 0.12 0.50 116.25 0.07 0.47
Hex 71 80 70 C 0 C 32 74 7 2F
Octal 161 200 160 14 0 14 62 164 7 57
Binary 1110001 10000000 1110000 1100 0 1100 110010 1110100 111 101111

Color Harmonies of #718070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718070

Black with #718070

Text Example


Text Example

White with #718070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718070; }

 p { color: rgb(113,128,112); }

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

background-color css

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

 a { background-color: rgb(113,128,112); }

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

border-color css

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

 span { border-color: rgb(113,128,112); }

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