Shades of Blue Smoke #7A887F
Tints of Blue Smoke #7A887F
RGB
CMYK
RGB Variations
Color information
#7A887F (or 0x7A887F) is known color: Blue Smoke. HEX triplet: 7A, 88 and 7F. RGB value is (122,136,127). Sum of RGB (Red+Green+Blue) = 122+136+127=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 136 - color contains mainly: green. Hex color #7A887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A887F is #857780. Grayscale: #828282. Windows color (decimal): -8746881 or 8358010. OLE color: 8358010.
HSL color Cylindrical-coordinate representation of color #7A887F: hue angle of 141.43º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7A887F is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 136 | 127 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.47 |
| HSL | 141.43º | 0.06% | 0.51% | - |
| HSV(B) | 141.43º | 0.1% | 0.53% | - |
| XYZ | 20.66 | 23.28 | 23.48 | - |
| YUV | 130.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 136 | 127 | 0.10 | 0 | 0.07 | 0.47 | 141.43 | 0.06 | 0.51 |
| Hex | 7A | 88 | 7F | A | 0 | 7 | 2F | 8D | 6 | 33 |
| Octal | 172 | 210 | 177 | 12 | 0 | 7 | 57 | 215 | 6 | 63 |
| Binary | 1111010 | 10001000 | 1111111 | 1010 | 0 | 111 | 101111 | 10001101 | 110 | 110011 |
Color Harmonies of #7A887F
Complementary color
Monochromatic Colors of #7A887F
Black with #7A887F
Text Example
Text Example
White with #7A887F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A887F; }
p { color: rgb(122,136,127); }
H1.HeaderClassName
{
color: #7A887F;
}
.AnyTagClassName
{
color: #7A887F;
}
</style>
background-color css
<style>
a { background-color: #7A887F; }
a { background-color: rgb(122,136,127); }
div.DivClassName
{
background-color: #7A887F;
}
.BgClassName
{
background-color: #7A887F;
}
</style>
border-color css
<style>
span { border-color: #7A887F; }
span { border-color: rgb(122,136,127); }
td.TdClassName
{
border-color: #7A887F;
}
.TagClassName
{
border-color: #7A887F;
}
</style>