#728D78

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

Shades of Blue Smoke #728D78

Tints of Blue Smoke #728D78

Color information

#728D78 (or 0x728D78) is unknown color: approx Blue Smoke. HEX triplet: 72, 8D and 78. RGB value is (114,141,120). Sum of RGB (Red+Green+Blue) = 114+141+120=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 141 - color contains mainly: green. Hex color #728D78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728D78 is #8D7287. Grayscale: #828282. Windows color (decimal): -9269896 or 7900530. OLE color: 7900530.

HSL color Cylindrical-coordinate representation of color #728D78: hue angle of 133.33º 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 #728D78 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB114141120-
CMYK0.1900.150.45
HSL133.33º10.59%50%-
HSV(B)133.33º19.15%55.29%-
XYZ19.8523.9821.35-
YUV130.53122.05116.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.4%
GREEN value IS 141 (55.47% from 255) = 37.6%
BLUE value IS 120 (47.27% from 255) = 32%
R=30.4%
G=37.6%
B=32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141411200.1900.150.45133.3310.5950
Hex728D78130F2D85b32
Octal16221517023017552051362
Binary11100101000110111110001001101111101101100001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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