#717D73

Color #717D73 Blue Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Smoke #717D73

Tints of Blue Smoke #717D73

Color information

#717D73 (or 0x717D73) is unknown color: approx Blue Smoke. HEX triplet: 71, 7D and 73. RGB value is (113,125,115). Sum of RGB (Red+Green+Blue) = 113+125+115=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 125 - color contains mainly: green. Hex color #717D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717D73 is #8E828C. Grayscale: #787878. Windows color (decimal): -9339533 or 7568753. OLE color: 7568753.

HSL color Cylindrical-coordinate representation of color #717D73: hue angle of 130º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #717D73 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB113125115-
CMYK0.1000.080.51
HSL130º5.04%46.67%-
HSV(B)130º9.6%49.02%-
XYZ17.2419.4219.06-
YUV120.27125.02122.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.01%
GREEN value IS 125 (49.22% from 255) = 35.41%
BLUE value IS 115 (45.31% from 255) = 32.58%
R=32.01%
G=35.41%
B=32.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1131251150.1000.080.511305.0446.67
Hex717D73A08338252f
Octal1611751631201063202557
Binary11100011111101111001110100100011001110000010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,125,115); }

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

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

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

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

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

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

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