Shades of Blue Smoke #7F8C82
Tints of Blue Smoke #7F8C82
RGB
CMYK
RGB Variations
Color information
#7F8C82 (or 0x7F8C82) is known color: Blue Smoke. HEX triplet: 7F, 8C and 82. RGB value is (127,140,130). Sum of RGB (Red+Green+Blue) = 127+140+130=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 140 - color contains mainly: green. Hex color #7F8C82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8C82 is #80737D. Grayscale: #878787. Windows color (decimal): -8418174 or 8555647. OLE color: 8555647.
HSL color Cylindrical-coordinate representation of color #7F8C82: hue angle of 133.85º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7F8C82 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 140 | 130 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.45 |
| HSL | 133.85º | 0.05% | 0.52% | - |
| HSV(B) | 133.85º | 0.09% | 0.55% | - |
| XYZ | 22.16 | 24.88 | 24.75 | - |
| YUV | 134.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 140 | 130 | 0.09 | 0 | 0.07 | 0.45 | 133.85 | 0.05 | 0.52 |
| Hex | 7F | 8C | 82 | 9 | 0 | 7 | 2D | 86 | 5 | 34 |
| Octal | 177 | 214 | 202 | 11 | 0 | 7 | 55 | 206 | 5 | 64 |
| Binary | 1111111 | 10001100 | 10000010 | 1001 | 0 | 111 | 101101 | 10000110 | 101 | 110100 |
Color Harmonies of #7F8C82
Complementary color
Monochromatic Colors of #7F8C82
Black with #7F8C82
Text Example
Text Example
White with #7F8C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8C82; }
p { color: rgb(127,140,130); }
H1.HeaderClassName
{
color: #7F8C82;
}
.AnyTagClassName
{
color: #7F8C82;
}
</style>
background-color css
<style>
a { background-color: #7F8C82; }
a { background-color: rgb(127,140,130); }
div.DivClassName
{
background-color: #7F8C82;
}
.BgClassName
{
background-color: #7F8C82;
}
</style>
border-color css
<style>
span { border-color: #7F8C82; }
span { border-color: rgb(127,140,130); }
td.TdClassName
{
border-color: #7F8C82;
}
.TagClassName
{
border-color: #7F8C82;
}
</style>