Shades of Blue Smoke #727C73
Tints of Blue Smoke #727C73
RGB
CMYK
RGB Variations
Color information
#727C73 (or 0x727C73) is known color: Blue Smoke. HEX triplet: 72, 7C and 73. RGB value is (114,124,115). Sum of RGB (Red+Green+Blue) = 114+124+115=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 124 - color contains mainly: green. Hex color #727C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727C73 is #8D838C. Grayscale: #787878. Windows color (decimal): -9274253 or 7568498. OLE color: 7568498.
HSL color Cylindrical-coordinate representation of color #727C73: hue angle of 126º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #727C73 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 124 | 115 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.51 |
| HSL | 126º | 0.04% | 0.47% | - |
| HSV(B) | 126º | 0.08% | 0.49% | - |
| XYZ | 17.24 | 19.23 | 19.02 | - |
| YUV | 119.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 124 | 115 | 0.08 | 0 | 0.07 | 0.51 | 126 | 0.04 | 0.47 |
| Hex | 72 | 7C | 73 | 8 | 0 | 7 | 33 | 7E | 4 | 2F |
| Octal | 162 | 174 | 163 | 10 | 0 | 7 | 63 | 176 | 4 | 57 |
| Binary | 1110010 | 1111100 | 1110011 | 1000 | 0 | 111 | 110011 | 1111110 | 100 | 101111 |
Color Harmonies of #727C73
Complementary color
Monochromatic Colors of #727C73
Black with #727C73
Text Example
Text Example
White with #727C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727C73; }
p { color: rgb(114,124,115); }
H1.HeaderClassName
{
color: #727C73;
}
.AnyTagClassName
{
color: #727C73;
}
</style>
background-color css
<style>
a { background-color: #727C73; }
a { background-color: rgb(114,124,115); }
div.DivClassName
{
background-color: #727C73;
}
.BgClassName
{
background-color: #727C73;
}
</style>
border-color css
<style>
span { border-color: #727C73; }
span { border-color: rgb(114,124,115); }
td.TdClassName
{
border-color: #727C73;
}
.TagClassName
{
border-color: #727C73;
}
</style>