Shades of Blue Smoke #7A867F
Tints of Blue Smoke #7A867F
RGB
CMYK
RGB Variations
Color information
#7A867F (or 0x7A867F) is known color: Blue Smoke. HEX triplet: 7A, 86 and 7F. RGB value is (122,134,127). Sum of RGB (Red+Green+Blue) = 122+134+127=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 134 - color contains mainly: green. Hex color #7A867F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A867F is #857980. Grayscale: #818181. Windows color (decimal): -8747393 or 8357498. OLE color: 8357498.
HSL color Cylindrical-coordinate representation of color #7A867F: hue angle of 145º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7A867F is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 134 | 127 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.47 |
| HSL | 145º | 0.05% | 0.5% | - |
| HSV(B) | 145º | 0.09% | 0.53% | - |
| XYZ | 20.38 | 22.72 | 23.39 | - |
| YUV | 129.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 134 | 127 | 0.09 | 0 | 0.05 | 0.47 | 145 | 0.05 | 0.5 |
| Hex | 7A | 86 | 7F | 9 | 0 | 5 | 2F | 91 | 5 | 32 |
| Octal | 172 | 206 | 177 | 11 | 0 | 5 | 57 | 221 | 5 | 62 |
| Binary | 1111010 | 10000110 | 1111111 | 1001 | 0 | 101 | 101111 | 10010001 | 101 | 110010 |
Color Harmonies of #7A867F
Complementary color
Monochromatic Colors of #7A867F
Black with #7A867F
Text Example
Text Example
White with #7A867F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A867F; }
p { color: rgb(122,134,127); }
H1.HeaderClassName
{
color: #7A867F;
}
.AnyTagClassName
{
color: #7A867F;
}
</style>
background-color css
<style>
a { background-color: #7A867F; }
a { background-color: rgb(122,134,127); }
div.DivClassName
{
background-color: #7A867F;
}
.BgClassName
{
background-color: #7A867F;
}
</style>
border-color css
<style>
span { border-color: #7A867F; }
span { border-color: rgb(122,134,127); }
td.TdClassName
{
border-color: #7A867F;
}
.TagClassName
{
border-color: #7A867F;
}
</style>