Html Css Color HEX #718470 Davy's Grey

📋 copy color: '#718470'

red 113 ◦ green 132 ◦ blue 112

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

Shades of Davy's Grey #718470

Tints of Davy's Grey #718470

RGB

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

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

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

R = 31.65%
G = 36.97%
B = 31.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#718470 (or 0x718470) is known color: Davy's Grey. HEX triplet: 71, 84 and 70. RGB value is (113,132,112). Sum of RGB (Red+Green+Blue) = 113+132+112=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 132 - color contains mainly: green. Hex color #718470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718470 is #8E7B8F. Grayscale: #7C7C7C. Windows color (decimal): -9337744 or 7373937. OLE color: 7373937.

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

Color convert

RGB 113 132 112 -
CMYK 0.14 0 0.15 0.48
HSL 117º 0.08% 0.48% -
HSV(B) 117º 0.15% 0.52% -
XYZ 17.99 21.18 18.47 -
YUV 124.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 113 132 112 0.14 0 0.15 0.48 117 0.08 0.48
Hex 71 84 70 E 0 F 30 75 8 30
Octal 161 204 160 16 0 17 60 165 10 60
Binary 1110001 10000100 1110000 1110 0 1111 110000 1110101 1000 110000

Color Harmonies of #718470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718470

Black with #718470

Text Example


Text Example

White with #718470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718470; }

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

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

background-color css

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

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

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

border-color css

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

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

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