Shades of Blue Smoke #7A8F81
Tints of Blue Smoke #7A8F81
RGB
CMYK
RGB Variations
Color information
#7A8F81 (or 0x7A8F81) is known color: Blue Smoke. HEX triplet: 7A, 8F and 81. RGB value is (122,143,129). Sum of RGB (Red+Green+Blue) = 122+143+129=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 143 - color contains mainly: green. Hex color #7A8F81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8F81 is #85707E. Grayscale: #878787. Windows color (decimal): -8745087 or 8490874. OLE color: 8490874.
HSL color Cylindrical-coordinate representation of color #7A8F81: hue angle of 140º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7A8F81 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 143 | 129 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.44 |
| HSL | 140º | 0.09% | 0.52% | - |
| HSV(B) | 140º | 0.15% | 0.56% | - |
| XYZ | 21.81 | 25.37 | 24.52 | - |
| YUV | 135.13 | 124.54 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 143 | 129 | 0.15 | 0 | 0.10 | 0.44 | 140 | 0.09 | 0.52 |
| Hex | 7A | 8F | 81 | F | 0 | A | 2C | 8C | 9 | 34 |
| Octal | 172 | 217 | 201 | 17 | 0 | 12 | 54 | 214 | 11 | 64 |
| Binary | 1111010 | 10001111 | 10000001 | 1111 | 0 | 1010 | 101100 | 10001100 | 1001 | 110100 |
Color Harmonies of #7A8F81
Complementary color
Monochromatic Colors of #7A8F81
Black with #7A8F81
Text Example
Text Example
White with #7A8F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8F81; }
p { color: rgb(122,143,129); }
H1.HeaderClassName
{
color: #7A8F81;
}
.AnyTagClassName
{
color: #7A8F81;
}
</style>
background-color css
<style>
a { background-color: #7A8F81; }
a { background-color: rgb(122,143,129); }
div.DivClassName
{
background-color: #7A8F81;
}
.BgClassName
{
background-color: #7A8F81;
}
</style>
border-color css
<style>
span { border-color: #7A8F81; }
span { border-color: rgb(122,143,129); }
td.TdClassName
{
border-color: #7A8F81;
}
.TagClassName
{
border-color: #7A8F81;
}
</style>