Shades of Blue Smoke #7F8882
Tints of Blue Smoke #7F8882
RGB
CMYK
RGB Variations
Color information
#7F8882 (or 0x7F8882) is known color: Blue Smoke. HEX triplet: 7F, 88 and 82. RGB value is (127,136,130). Sum of RGB (Red+Green+Blue) = 127+136+130=393 (52% of max value = 765). Red value is 127 (50% from 255 or 32.32% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 136 - color contains mainly: green. Hex color #7F8882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8882 is #80777D. Grayscale: #848484. Windows color (decimal): -8419198 or 8554623. OLE color: 8554623.
HSL color Cylindrical-coordinate representation of color #7F8882: hue angle of 140º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7F8882 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 136 | 130 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.47 |
| HSL | 140º | 0.04% | 0.52% | - |
| HSV(B) | 140º | 0.07% | 0.53% | - |
| XYZ | 21.59 | 23.73 | 24.56 | - |
| YUV | 132.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 136 | 130 | 0.07 | 0 | 0.04 | 0.47 | 140 | 0.04 | 0.52 |
| Hex | 7F | 88 | 82 | 7 | 0 | 4 | 2F | 8C | 4 | 34 |
| Octal | 177 | 210 | 202 | 7 | 0 | 4 | 57 | 214 | 4 | 64 |
| Binary | 1111111 | 10001000 | 10000010 | 111 | 0 | 100 | 101111 | 10001100 | 100 | 110100 |
Color Harmonies of #7F8882
Complementary color
Monochromatic Colors of #7F8882
Black with #7F8882
Text Example
Text Example
White with #7F8882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8882; }
p { color: rgb(127,136,130); }
H1.HeaderClassName
{
color: #7F8882;
}
.AnyTagClassName
{
color: #7F8882;
}
</style>
background-color css
<style>
a { background-color: #7F8882; }
a { background-color: rgb(127,136,130); }
div.DivClassName
{
background-color: #7F8882;
}
.BgClassName
{
background-color: #7F8882;
}
</style>
border-color css
<style>
span { border-color: #7F8882; }
span { border-color: rgb(127,136,130); }
td.TdClassName
{
border-color: #7F8882;
}
.TagClassName
{
border-color: #7F8882;
}
</style>