#728676

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

Shades of Blue Smoke #728676

Tints of Blue Smoke #728676

Color information

#728676 (or 0x728676) is unknown color: approx Blue Smoke. HEX triplet: 72, 86 and 76. RGB value is (114,134,118). Sum of RGB (Red+Green+Blue) = 114+134+118=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 134 - color contains mainly: green. Hex color #728676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728676 is #8D7989. Grayscale: #7E7E7E. Windows color (decimal): -9271690 or 7767666. OLE color: 7767666.

HSL color Cylindrical-coordinate representation of color #728676: hue angle of 132º 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 #728676 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB114134118-
CMYK0.1500.120.47
HSL132º8.06%48.63%-
HSV(B)132º14.93%52.55%-
XYZ18.7321.9420.39-
YUV126.2123.37119.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.15%
GREEN value IS 134 (52.73% from 255) = 36.61%
BLUE value IS 118 (46.48% from 255) = 32.24%
R=31.15%
G=36.61%
B=32.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141341180.1500.120.471328.0648.63
Hex728676F0C2F84831
Octal16220616617014572041061
Binary1110010100001101110110111101100101111100001001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728676; }

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

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

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

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

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

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

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

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