Shades of Blue Smoke #7A957D
Tints of Blue Smoke #7A957D
RGB
CMYK
RGB Variations
Color information
#7A957D (or 0x7A957D) is known color: Blue Smoke. HEX triplet: 7A, 95 and 7D. RGB value is (122,149,125). Sum of RGB (Red+Green+Blue) = 122+149+125=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 149 - color contains mainly: green. Hex color #7A957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A957D is #856A82. Grayscale: #8A8A8A. Windows color (decimal): -8743555 or 8230266. OLE color: 8230266.
HSL color Cylindrical-coordinate representation of color #7A957D: hue angle of 126.67º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A957D is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 149 | 125 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.42 |
| HSL | 126.67º | 0.11% | 0.53% | - |
| HSV(B) | 126.67º | 0.18% | 0.58% | - |
| XYZ | 22.48 | 27.11 | 23.45 | - |
| YUV | 138.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 149 | 125 | 0.18 | 0 | 0.16 | 0.42 | 126.67 | 0.11 | 0.53 |
| Hex | 7A | 95 | 7D | 12 | 0 | 10 | 2A | 7F | B | 35 |
| Octal | 172 | 225 | 175 | 22 | 0 | 20 | 52 | 177 | 13 | 65 |
| Binary | 1111010 | 10010101 | 1111101 | 10010 | 0 | 10000 | 101010 | 1111111 | 1011 | 110101 |
Color Harmonies of #7A957D
Complementary color
Monochromatic Colors of #7A957D
Black with #7A957D
Text Example
Text Example
White with #7A957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A957D; }
p { color: rgb(122,149,125); }
H1.HeaderClassName
{
color: #7A957D;
}
.AnyTagClassName
{
color: #7A957D;
}
</style>
background-color css
<style>
a { background-color: #7A957D; }
a { background-color: rgb(122,149,125); }
div.DivClassName
{
background-color: #7A957D;
}
.BgClassName
{
background-color: #7A957D;
}
</style>
border-color css
<style>
span { border-color: #7A957D; }
span { border-color: rgb(122,149,125); }
td.TdClassName
{
border-color: #7A957D;
}
.TagClassName
{
border-color: #7A957D;
}
</style>