#717672

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

Shades of Blue Smoke #717672

Tints of Blue Smoke #717672

Color information

#717672 (or 0x717672) is unknown color: approx Blue Smoke. HEX triplet: 71, 76 and 72. RGB value is (113,118,114). Sum of RGB (Red+Green+Blue) = 113+118+114=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 118 - color contains mainly: green. Hex color #717672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717672 is #8E898D. Grayscale: #747474. Windows color (decimal): -9341326 or 7501425. OLE color: 7501425.

HSL color Cylindrical-coordinate representation of color #717672: hue angle of 132º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #717672 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB113118114-
CMYK0.0400.030.54
HSL132º2.16%45.29%-
HSV(B)132º4.24%46.27%-
XYZ16.3317.6818.47-
YUV116.05126.84125.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.75%
GREEN value IS 118 (46.48% from 255) = 34.20%
BLUE value IS 114 (44.92% from 255) = 33.04%
R=32.75%
G=34.20%
B=33.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1131181140.0400.030.541322.1645.29
Hex717672403368422d
Octal16116616240366204255
Binary1110001111011011100101000111101101000010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717672; }

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

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

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

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

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

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

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

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