#728976

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

Shades of Blue Smoke #728976

Tints of Blue Smoke #728976

Color information

#728976 (or 0x728976) is unknown color: approx Blue Smoke. HEX triplet: 72, 89 and 76. RGB value is (114,137,118). Sum of RGB (Red+Green+Blue) = 114+137+118=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 137 - color contains mainly: green. Hex color #728976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728976 is #8D7689. Grayscale: #808080. Windows color (decimal): -9270922 or 7768434. OLE color: 7768434.

HSL color Cylindrical-coordinate representation of color #728976: hue angle of 130.43º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #728976 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB114137118-
CMYK0.1700.140.46
HSL130.43º9.16%49.22%-
HSV(B)130.43º16.79%53.73%-
XYZ19.1622.7820.53-
YUV127.96122.38118.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.89%
GREEN value IS 137 (53.91% from 255) = 37.13%
BLUE value IS 118 (46.48% from 255) = 31.98%
R=30.89%
G=37.13%
B=31.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1141371180.1700.140.46130.439.1649.22
Hex728976110E2E82931
Octal16221116621016562021161
Binary11100101000100111101101000101110101110100000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728976; }

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

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

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

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

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

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

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

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