Shades of Blue Smoke #7A847B
Tints of Blue Smoke #7A847B
RGB
CMYK
RGB Variations
Color information
#7A847B (or 0x7A847B) is known color: Blue Smoke. HEX triplet: 7A, 84 and 7B. RGB value is (122,132,123). Sum of RGB (Red+Green+Blue) = 122+132+123=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 132 - color contains mainly: green. Hex color #7A847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A847B is #857B84. Grayscale: #808080. Windows color (decimal): -8747909 or 8094842. OLE color: 8094842.
HSL color Cylindrical-coordinate representation of color #7A847B: hue angle of 126º 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 #7A847B is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 132 | 123 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.48 |
| HSL | 126º | 0.04% | 0.5% | - |
| HSV(B) | 126º | 0.08% | 0.52% | - |
| XYZ | 19.85 | 22.07 | 21.95 | - |
| YUV | 127.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 132 | 123 | 0.08 | 0 | 0.07 | 0.48 | 126 | 0.04 | 0.5 |
| Hex | 7A | 84 | 7B | 8 | 0 | 7 | 30 | 7E | 4 | 32 |
| Octal | 172 | 204 | 173 | 10 | 0 | 7 | 60 | 176 | 4 | 62 |
| Binary | 1111010 | 10000100 | 1111011 | 1000 | 0 | 111 | 110000 | 1111110 | 100 | 110010 |
Color Harmonies of #7A847B
Complementary color
Monochromatic Colors of #7A847B
Black with #7A847B
Text Example
Text Example
White with #7A847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A847B; }
p { color: rgb(122,132,123); }
H1.HeaderClassName
{
color: #7A847B;
}
.AnyTagClassName
{
color: #7A847B;
}
</style>
background-color css
<style>
a { background-color: #7A847B; }
a { background-color: rgb(122,132,123); }
div.DivClassName
{
background-color: #7A847B;
}
.BgClassName
{
background-color: #7A847B;
}
</style>
border-color css
<style>
span { border-color: #7A847B; }
span { border-color: rgb(122,132,123); }
td.TdClassName
{
border-color: #7A847B;
}
.TagClassName
{
border-color: #7A847B;
}
</style>