Shades of Blue Smoke #7A847C
Tints of Blue Smoke #7A847C
RGB
CMYK
RGB Variations
Color information
#7A847C (or 0x7A847C) is known color: Blue Smoke. HEX triplet: 7A, 84 and 7C. RGB value is (122,132,124). Sum of RGB (Red+Green+Blue) = 122+132+124=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 132 - color contains mainly: green. Hex color #7A847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A847C is #857B83. Grayscale: #808080. Windows color (decimal): -8747908 or 8160378. OLE color: 8160378.
HSL color Cylindrical-coordinate representation of color #7A847C: hue angle of 132º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7A847C is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 132 | 124 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.48 |
| HSL | 132º | 0.04% | 0.5% | - |
| HSV(B) | 132º | 0.08% | 0.52% | - |
| XYZ | 19.92 | 22.1 | 22.28 | - |
| YUV | 128.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 132 | 124 | 0.08 | 0 | 0.06 | 0.48 | 132 | 0.04 | 0.5 |
| Hex | 7A | 84 | 7C | 8 | 0 | 6 | 30 | 84 | 4 | 32 |
| Octal | 172 | 204 | 174 | 10 | 0 | 6 | 60 | 204 | 4 | 62 |
| Binary | 1111010 | 10000100 | 1111100 | 1000 | 0 | 110 | 110000 | 10000100 | 100 | 110010 |
Color Harmonies of #7A847C
Complementary color
Monochromatic Colors of #7A847C
Black with #7A847C
Text Example
Text Example
White with #7A847C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A847C; }
p { color: rgb(122,132,124); }
H1.HeaderClassName
{
color: #7A847C;
}
.AnyTagClassName
{
color: #7A847C;
}
</style>
background-color css
<style>
a { background-color: #7A847C; }
a { background-color: rgb(122,132,124); }
div.DivClassName
{
background-color: #7A847C;
}
.BgClassName
{
background-color: #7A847C;
}
</style>
border-color css
<style>
span { border-color: #7A847C; }
span { border-color: rgb(122,132,124); }
td.TdClassName
{
border-color: #7A847C;
}
.TagClassName
{
border-color: #7A847C;
}
</style>