#728E78

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

Shades of Blue Smoke #728E78

Tints of Blue Smoke #728E78

Color information

#728E78 (or 0x728E78) is unknown color: approx Blue Smoke. HEX triplet: 72, 8E and 78. RGB value is (114,142,120). Sum of RGB (Red+Green+Blue) = 114+142+120=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 142 - color contains mainly: green. Hex color #728E78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728E78 is #8D7187. Grayscale: #838383. Windows color (decimal): -9269640 or 7900786. OLE color: 7900786.

HSL color Cylindrical-coordinate representation of color #728E78: hue angle of 132.86º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #728E78 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB114142120-
CMYK0.2000.150.44
HSL132.86º11.02%50.2%-
HSV(B)132.86º19.72%55.69%-
XYZ2024.2821.4-
YUV131.12121.72115.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.32%
GREEN value IS 142 (55.86% from 255) = 37.77%
BLUE value IS 120 (47.27% from 255) = 31.91%
R=30.32%
G=37.77%
B=31.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1141421200.2000.150.44132.8611.0250.2
Hex728E78140F2C85b32
Octal16221617024017542051362
Binary11100101000111011110001010001111101100100001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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