#727873

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

Shades of Blue Smoke #727873

Tints of Blue Smoke #727873

Color information

#727873 (or 0x727873) is unknown color: approx Blue Smoke. HEX triplet: 72, 78 and 73. RGB value is (114,120,115). Sum of RGB (Red+Green+Blue) = 114+120+115=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 120 - color contains mainly: green. Hex color #727873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727873 is #8D878C. Grayscale: #757575. Windows color (decimal): -9275277 or 7567474. OLE color: 7567474.

HSL color Cylindrical-coordinate representation of color #727873: hue angle of 130º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #727873 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB114120115-
CMYK0.0500.040.53
HSL130º2.56%45.88%-
HSV(B)130º5%47.06%-
XYZ16.7518.2518.86-
YUV117.64126.51125.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.66%
GREEN value IS 120 (47.27% from 255) = 34.38%
BLUE value IS 115 (45.31% from 255) = 32.95%
R=32.66%
G=34.38%
B=32.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141201150.0500.040.531302.5645.88
Hex727873504358232e
Octal16217016350465202356
Binary11100101111000111001110101001101011000001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727873; }

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

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

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

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

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

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

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

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