Html Css Color HEX #718170 Davy's Grey

📋 copy color: '#718170'

red 113 ◦ green 129 ◦ blue 112

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

Shades of Davy's Grey #718170

Tints of Davy's Grey #718170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.44%

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

R = 31.92%
G = 36.44%
B = 31.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#718170 (or 0x718170) is known color: Davy's Grey. HEX triplet: 71, 81 and 70. RGB value is (113,129,112). Sum of RGB (Red+Green+Blue) = 113+129+112=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 129 - color contains mainly: green. Hex color #718170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718170 is #8E7E8F. Grayscale: #7A7A7A. Windows color (decimal): -9338512 or 7373169. OLE color: 7373169.

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

Color convert

RGB 113 129 112 -
CMYK 0.12 0 0.13 0.49
HSL 116.47º 0.07% 0.47% -
HSV(B) 116.47º 0.13% 0.51% -
XYZ 17.58 20.38 18.34 -
YUV 122.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 113 129 112 0.12 0 0.13 0.49 116.47 0.07 0.47
Hex 71 81 70 C 0 D 31 74 7 2F
Octal 161 201 160 14 0 15 61 164 7 57
Binary 1110001 10000001 1110000 1100 0 1101 110001 1110100 111 101111

Color Harmonies of #718170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718170

Black with #718170

Text Example


Text Example

White with #718170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718170; }

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

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

background-color css

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

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

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

border-color css

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

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

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