#717872

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

Shades of Blue Smoke #717872

Tints of Blue Smoke #717872

Color information

#717872 (or 0x717872) is unknown color: approx Blue Smoke. HEX triplet: 71, 78 and 72. RGB value is (113,120,114). Sum of RGB (Red+Green+Blue) = 113+120+114=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 120 - color contains mainly: green. Hex color #717872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717872 is #8E878D. Grayscale: #757575. Windows color (decimal): -9340814 or 7501937. OLE color: 7501937.

HSL color Cylindrical-coordinate representation of color #717872: hue angle of 128.57º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #717872 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB113120114-
CMYK0.0600.050.53
HSL128.57º3%45.69%-
HSV(B)128.57º5.83%47.06%-
XYZ16.5618.1618.55-
YUV117.22126.18124.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.56%
GREEN value IS 120 (47.27% from 255) = 34.58%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=32.56%
G=34.58%
B=32.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1131201140.0600.050.53128.57345.69
Hex717872605358132e
Octal16117016260565201356
Binary11100011111000111001011001011101011000000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717872; }

 p { color: rgb(113,120,114); }

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

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

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

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

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

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

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