#717B71

Color #717B71 Davy's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Davy's Grey #717B71

Tints of Davy's Grey #717B71

Color information

#717B71 (or 0x717B71) is unknown color: approx Davy's Grey. HEX triplet: 71, 7B and 71. RGB value is (113,123,113). Sum of RGB (Red+Green+Blue) = 113+123+113=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 123 - color contains mainly: green. Hex color #717B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717B71 is #8E848E. Grayscale: #767676. Windows color (decimal): -9340047 or 7437169. OLE color: 7437169.

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

Color convert

RGB113123113-
CMYK0.0800.080.52
HSL120º4.24%46.27%-
HSV(B)120º8.13%48.24%-
XYZ16.8718.8718.38-
YUV118.87124.69123.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.38%
GREEN value IS 123 (48.44% from 255) = 35.24%
BLUE value IS 113 (44.53% from 255) = 32.38%
R=32.38%
G=35.24%
B=32.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1131231130.0800.080.521204.2446.27
Hex717B71808347842e
Octal1611731611001064170456
Binary1110001111101111100011000010001101001111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #717B71;
 }
 .AnyTagClassName
 {
   color: #717B71;
 }
</style>
background-color css

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

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

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

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

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

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