#728678

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

Shades of Blue Smoke #728678

Tints of Blue Smoke #728678

Color information

#728678 (or 0x728678) is unknown color: approx Blue Smoke. HEX triplet: 72, 86 and 78. RGB value is (114,134,120). Sum of RGB (Red+Green+Blue) = 114+134+120=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 134 - color contains mainly: green. Hex color #728678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728678 is #8D7987. Grayscale: #7E7E7E. Windows color (decimal): -9271688 or 7898738. OLE color: 7898738.

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

Color convert

RGB114134120-
CMYK0.1500.100.47
HSL138º8.06%48.63%-
HSV(B)138º14.93%52.55%-
XYZ18.8521.9821.02-
YUV126.42124.37119.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.98%
GREEN value IS 134 (52.73% from 255) = 36.41%
BLUE value IS 120 (47.27% from 255) = 32.61%
R=30.98%
G=36.41%
B=32.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141341200.1500.100.471388.0648.63
Hex728678F0A2F8a831
Octal16220617017012572121061
Binary1110010100001101111000111101010101111100010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728678; }

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

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

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

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

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

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

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

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