Shades of Blue Smoke #727873
Tints of Blue Smoke #727873
RGB
CMYK
RGB Variations
Color information
#727873 (or 0x727873) is known color: 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
| RGB | 114 | 120 | 115 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.53 |
| HSL | 130º | 0.03% | 0.46% | - |
| HSV(B) | 130º | 0.05% | 0.47% | - |
| XYZ | 16.75 | 18.25 | 18.86 | - |
| YUV | 117.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 120 | 115 | 0.05 | 0 | 0.04 | 0.53 | 130 | 0.03 | 0.46 |
| Hex | 72 | 78 | 73 | 5 | 0 | 4 | 35 | 82 | 3 | 2E |
| Octal | 162 | 170 | 163 | 5 | 0 | 4 | 65 | 202 | 3 | 56 |
| Binary | 1110010 | 1111000 | 1110011 | 101 | 0 | 100 | 110101 | 10000010 | 11 | 101110 |
Color Harmonies of #727873
Complementary color
Monochromatic Colors of #727873
Black with #727873
Text Example
Text Example
White with #727873
Text Example
Text Example
HTML Codes & Css Web 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>