Shades of Blue Smoke #728575
Tints of Blue Smoke #728575
RGB
CMYK
RGB Variations
Color information
#728575 (or 0x728575) is known color: Blue Smoke. HEX triplet: 72, 85 and 75. RGB value is (114,133,117). Sum of RGB (Red+Green+Blue) = 114+133+117=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 133 - color contains mainly: green. Hex color #728575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728575 is #8D7A8A. Grayscale: #7D7D7D. Windows color (decimal): -9271947 or 7701874. OLE color: 7701874.
HSL color Cylindrical-coordinate representation of color #728575: hue angle of 129.47º 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 #728575 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 133 | 117 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.48 |
| HSL | 129.47º | 0.08% | 0.48% | - |
| HSV(B) | 129.47º | 0.14% | 0.52% | - |
| XYZ | 18.54 | 21.64 | 20.03 | - |
| YUV | 125.5 | 123.21 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 133 | 117 | 0.14 | 0 | 0.12 | 0.48 | 129.47 | 0.08 | 0.48 |
| Hex | 72 | 85 | 75 | E | 0 | C | 30 | 81 | 8 | 30 |
| Octal | 162 | 205 | 165 | 16 | 0 | 14 | 60 | 201 | 10 | 60 |
| Binary | 1110010 | 10000101 | 1110101 | 1110 | 0 | 1100 | 110000 | 10000001 | 1000 | 110000 |
Color Harmonies of #728575
Complementary color
Monochromatic Colors of #728575
Black with #728575
Text Example
Text Example
White with #728575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728575; }
p { color: rgb(114,133,117); }
H1.HeaderClassName
{
color: #728575;
}
.AnyTagClassName
{
color: #728575;
}
</style>
background-color css
<style>
a { background-color: #728575; }
a { background-color: rgb(114,133,117); }
div.DivClassName
{
background-color: #728575;
}
.BgClassName
{
background-color: #728575;
}
</style>
border-color css
<style>
span { border-color: #728575; }
span { border-color: rgb(114,133,117); }
td.TdClassName
{
border-color: #728575;
}
.TagClassName
{
border-color: #728575;
}
</style>