#728C78

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

Shades of Blue Smoke #728C78

Tints of Blue Smoke #728C78

Color information

#728C78 (or 0x728C78) is unknown color: approx Blue Smoke. HEX triplet: 72, 8C and 78. RGB value is (114,140,120). Sum of RGB (Red+Green+Blue) = 114+140+120=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 140 - color contains mainly: green. Hex color #728C78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728C78 is #8D7387. Grayscale: #818181. Windows color (decimal): -9270152 or 7900274. OLE color: 7900274.

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

Color convert

RGB114140120-
CMYK0.1900.140.45
HSL133.85º10.24%49.8%-
HSV(B)133.85º18.57%54.9%-
XYZ19.7123.6921.3-
YUV129.95122.39116.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.48%
GREEN value IS 140 (55.08% from 255) = 37.43%
BLUE value IS 120 (47.27% from 255) = 32.09%
R=30.48%
G=37.43%
B=32.09%

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
Decimal1141401200.1900.140.45133.8510.2449.8
Hex728C78130E2D86a32
Octal16221417023016552061262
Binary11100101000110011110001001101110101101100001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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