#728778

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

Shades of Blue Smoke #728778

Tints of Blue Smoke #728778

Color information

#728778 (or 0x728778) is unknown color: approx Blue Smoke. HEX triplet: 72, 87 and 78. RGB value is (114,135,120). Sum of RGB (Red+Green+Blue) = 114+135+120=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 135 - color contains mainly: green. Hex color #728778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728778 is #8D7887. Grayscale: #7F7F7F. Windows color (decimal): -9271432 or 7898994. OLE color: 7898994.

HSL color Cylindrical-coordinate representation of color #728778: hue angle of 137.14º degrees, saturation: 0.08, 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 #728778 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB114135120-
CMYK0.1600.110.47
HSL137.14º8.43%48.82%-
HSV(B)137.14º15.56%52.94%-
XYZ18.9922.2621.07-
YUV127.01124.04118.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.89%
GREEN value IS 135 (53.12% from 255) = 36.59%
BLUE value IS 120 (47.27% from 255) = 32.52%
R=30.89%
G=36.59%
B=32.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141351200.1600.110.47137.148.4348.82
Hex728778100B2F89831
Octal16220717020013572111061
Binary11100101000011111110001000001011101111100010011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728778; }

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

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

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

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

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

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

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

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