Html Css Color HEX #717F71 Davy's Grey

📋 copy color: '#717F71'

red 113 ◦ green 127 ◦ blue 113

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

Shades of Davy's Grey #717F71

Tints of Davy's Grey #717F71

RGB

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

 GREEN value IS 127 (50% from 255) = 35.98%

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

R = 32.01%
G = 35.98%
B = 32.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#717F71 (or 0x717F71) is known color: Davy's Grey. HEX triplet: 71, 7F and 71. RGB value is (113,127,113). Sum of RGB (Red+Green+Blue) = 113+127+113=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 127 - color contains mainly: green. Hex color #717F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717F71 is #8E808E. Grayscale: #797979. Windows color (decimal): -9339023 or 7438193. OLE color: 7438193.

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

Color convert

RGB 113 127 113 -
CMYK 0.11 0 0.11 0.50
HSL 120º 0.06% 0.47% -
HSV(B) 120º 0.11% 0.5% -
XYZ 17.38 19.88 18.54 -
YUV 121.22 123.36 122.14 -
System Red Green Blue C M Y K H S L
Decimal 113 127 113 0.11 0 0.11 0.50 120 0.06 0.47
Hex 71 7F 71 B 0 B 32 78 6 2F
Octal 161 177 161 13 0 13 62 170 6 57
Binary 1110001 1111111 1110001 1011 0 1011 110010 1111000 110 101111

Color Harmonies of #717F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717F71

Black with #717F71

Text Example


Text Example

White with #717F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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