#728B78

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

Shades of Blue Smoke #728B78

Tints of Blue Smoke #728B78

Color information

#728B78 (or 0x728B78) is unknown color: approx Blue Smoke. HEX triplet: 72, 8B and 78. RGB value is (114,139,120). Sum of RGB (Red+Green+Blue) = 114+139+120=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 139 - color contains mainly: green. Hex color #728B78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728B78 is #8D7487. Grayscale: #818181. Windows color (decimal): -9270408 or 7900018. OLE color: 7900018.

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

Color convert

RGB114139120-
CMYK0.1800.140.45
HSL134.4º9.88%49.61%-
HSV(B)134.4º17.99%54.51%-
XYZ19.5623.421.25-
YUV129.36122.72117.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.56%
GREEN value IS 139 (54.69% from 255) = 37.27%
BLUE value IS 120 (47.27% from 255) = 32.17%
R=30.56%
G=37.27%
B=32.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141391200.1800.140.45134.49.8849.61
Hex728B78120E2D86a32
Octal16221317022016552061262
Binary11100101000101111110001001001110101101100001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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