#728D79

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

Shades of Blue Smoke #728D79

Tints of Blue Smoke #728D79

Color information

#728D79 (or 0x728D79) is unknown color: approx Blue Smoke. HEX triplet: 72, 8D and 79. RGB value is (114,141,121). Sum of RGB (Red+Green+Blue) = 114+141+121=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 141 - color contains mainly: green. Hex color #728D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728D79 is #8D7286. Grayscale: #828282. Windows color (decimal): -9269895 or 7966066. OLE color: 7966066.

HSL color Cylindrical-coordinate representation of color #728D79: hue angle of 135.56º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #728D79 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB114141121-
CMYK0.1900.140.45
HSL135.56º10.59%50%-
HSV(B)135.56º19.15%55.29%-
XYZ19.9224.0121.67-
YUV130.65122.55116.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.32%
GREEN value IS 141 (55.47% from 255) = 37.5%
BLUE value IS 121 (47.66% from 255) = 32.18%
R=30.32%
G=37.5%
B=32.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141411210.1900.140.45135.5610.5950
Hex728D79130E2D88b32
Octal16221517123016552101362
Binary11100101000110111110011001101110101101100010001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728D79; }

 p { color: rgb(114,141,121); }

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

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

 a { background-color: rgb(114,141,121); }

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

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

 span { border-color: rgb(114,141,121); }

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