#728878

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

Shades of Blue Smoke #728878

Tints of Blue Smoke #728878

Color information

#728878 (or 0x728878) is unknown color: approx Blue Smoke. HEX triplet: 72, 88 and 78. RGB value is (114,136,120). Sum of RGB (Red+Green+Blue) = 114+136+120=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 136 - color contains mainly: green. Hex color #728878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728878 is #8D7787. Grayscale: #7F7F7F. Windows color (decimal): -9271176 or 7899250. OLE color: 7899250.

HSL color Cylindrical-coordinate representation of color #728878: hue angle of 136.36º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #728878 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB114136120-
CMYK0.1600.120.47
HSL136.36º8.8%49.02%-
HSV(B)136.36º16.18%53.33%-
XYZ19.1322.5421.11-
YUV127.6123.71118.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.81%
GREEN value IS 136 (53.52% from 255) = 36.76%
BLUE value IS 120 (47.27% from 255) = 32.43%
R=30.81%
G=36.76%
B=32.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141361200.1600.120.47136.368.849.02
Hex728878100C2F88931
Octal16221017020014572101161
Binary11100101000100011110001000001100101111100010001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728878; }

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

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

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

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

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

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

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

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