Html Css Color HEX #718770 Davy's Grey

📋 copy color: '#718770'

red 113 ◦ green 135 ◦ blue 112

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

Shades of Davy's Grey #718770

Tints of Davy's Grey #718770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.5%

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

R = 31.39%
G = 37.5%
B = 31.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#718770 (or 0x718770) is known color: Davy's Grey. HEX triplet: 71, 87 and 70. RGB value is (113,135,112). Sum of RGB (Red+Green+Blue) = 113+135+112=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 135 - color contains mainly: green. Hex color #718770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718770 is #8E788F. Grayscale: #7D7D7D. Windows color (decimal): -9336976 or 7374705. OLE color: 7374705.

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

Color convert

RGB 113 135 112 -
CMYK 0.16 0 0.17 0.47
HSL 117.39º 0.09% 0.48% -
HSV(B) 117.39º 0.17% 0.53% -
XYZ 18.4 22.01 18.61 -
YUV 125.8 120.21 118.87 -
System Red Green Blue C M Y K H S L
Decimal 113 135 112 0.16 0 0.17 0.47 117.39 0.09 0.48
Hex 71 87 70 10 0 11 2F 75 9 30
Octal 161 207 160 20 0 21 57 165 11 60
Binary 1110001 10000111 1110000 10000 0 10001 101111 1110101 1001 110000

Color Harmonies of #718770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718770

Black with #718770

Text Example


Text Example

White with #718770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718770; }

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

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

background-color css

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

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

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

border-color css

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

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

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