Shades of Blue Smoke #728A7A
Tints of Blue Smoke #728A7A
RGB
CMYK
RGB Variations
Color information
#728A7A (or 0x728A7A) is known color: Blue Smoke. HEX triplet: 72, 8A and 7A. RGB value is (114,138,122). Sum of RGB (Red+Green+Blue) = 114+138+122=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 138 - color contains mainly: green. Hex color #728A7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728A7A is #8D7585. Grayscale: #818181. Windows color (decimal): -9270662 or 8030834. OLE color: 8030834.
HSL color Cylindrical-coordinate representation of color #728A7A: hue angle of 140º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #728A7A is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 138 | 122 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.46 |
| HSL | 140º | 0.1% | 0.49% | - |
| HSV(B) | 140º | 0.17% | 0.54% | - |
| XYZ | 19.54 | 23.16 | 21.85 | - |
| YUV | 129 | 124.05 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 122 | 0.17 | 0 | 0.12 | 0.46 | 140 | 0.1 | 0.49 |
| Hex | 72 | 8A | 7A | 11 | 0 | C | 2E | 8C | A | 31 |
| Octal | 162 | 212 | 172 | 21 | 0 | 14 | 56 | 214 | 12 | 61 |
| Binary | 1110010 | 10001010 | 1111010 | 10001 | 0 | 1100 | 101110 | 10001100 | 1010 | 110001 |
Color Harmonies of #728A7A
Complementary color
Monochromatic Colors of #728A7A
Black with #728A7A
Text Example
Text Example
White with #728A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728A7A; }
p { color: rgb(114,138,122); }
H1.HeaderClassName
{
color: #728A7A;
}
.AnyTagClassName
{
color: #728A7A;
}
</style>
background-color css
<style>
a { background-color: #728A7A; }
a { background-color: rgb(114,138,122); }
div.DivClassName
{
background-color: #728A7A;
}
.BgClassName
{
background-color: #728A7A;
}
</style>
border-color css
<style>
span { border-color: #728A7A; }
span { border-color: rgb(114,138,122); }
td.TdClassName
{
border-color: #728A7A;
}
.TagClassName
{
border-color: #728A7A;
}
</style>