Html Css Color HEX #718171 Davy's Grey

📋 copy color: '#718171'

red 113 ◦ green 129 ◦ blue 113

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

Shades of Davy's Grey #718171

Tints of Davy's Grey #718171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.83%

R = 31.83%
G = 36.34%
B = 31.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#718171 (or 0x718171) is known color: Davy's Grey. HEX triplet: 71, 81 and 71. RGB value is (113,129,113). Sum of RGB (Red+Green+Blue) = 113+129+113=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 129 - color contains mainly: green. Hex color #718171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718171 is #8E7E8E. Grayscale: #7A7A7A. Windows color (decimal): -9338511 or 7438705. OLE color: 7438705.

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

Color convert

RGB 113 129 113 -
CMYK 0.12 0 0.12 0.49
HSL 120º 0.07% 0.47% -
HSV(B) 120º 0.12% 0.51% -
XYZ 17.64 20.4 18.63 -
YUV 122.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 113 129 113 0.12 0 0.12 0.49 120 0.07 0.47
Hex 71 81 71 C 0 C 31 78 7 2F
Octal 161 201 161 14 0 14 61 170 7 57
Binary 1110001 10000001 1110001 1100 0 1100 110001 1111000 111 101111

Color Harmonies of #718171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718171

Black with #718171

Text Example


Text Example

White with #718171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718171; }

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

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

background-color css

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

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

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

border-color css

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

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

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