#728576

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

Shades of Blue Smoke #728576

Tints of Blue Smoke #728576

Color information

#728576 (or 0x728576) is unknown color: approx Blue Smoke. HEX triplet: 72, 85 and 76. RGB value is (114,133,118). Sum of RGB (Red+Green+Blue) = 114+133+118=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 133 - color contains mainly: green. Hex color #728576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728576 is #8D7A89. Grayscale: #7D7D7D. Windows color (decimal): -9271946 or 7767410. OLE color: 7767410.

HSL color Cylindrical-coordinate representation of color #728576: hue angle of 132.63º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #728576 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB114133118-
CMYK0.1400.110.48
HSL132.63º7.69%48.43%-
HSV(B)132.63º14.29%52.16%-
XYZ18.621.6620.34-
YUV125.61123.71119.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.23%
GREEN value IS 133 (52.34% from 255) = 36.44%
BLUE value IS 118 (46.48% from 255) = 32.33%
R=31.23%
G=36.44%
B=32.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141331180.1400.110.48132.637.6948.43
Hex728576E0B3085830
Octal16220516616013602051060
Binary1110010100001011110110111001011110000100001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728576; }

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

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

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

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

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

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

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

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