Shades of Blue Smoke #7A857D
Tints of Blue Smoke #7A857D
RGB
CMYK
RGB Variations
Color information
#7A857D (or 0x7A857D) is known color: Blue Smoke. HEX triplet: 7A, 85 and 7D. RGB value is (122,133,125). Sum of RGB (Red+Green+Blue) = 122+133+125=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 133 - color contains mainly: green. Hex color #7A857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A857D is #857A82. Grayscale: #808080. Windows color (decimal): -8747651 or 8226170. OLE color: 8226170.
HSL color Cylindrical-coordinate representation of color #7A857D: hue angle of 136.36º 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 #7A857D is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 133 | 125 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.48 |
| HSL | 136.36º | 0.04% | 0.5% | - |
| HSV(B) | 136.36º | 0.08% | 0.52% | - |
| XYZ | 20.12 | 22.39 | 22.66 | - |
| YUV | 128.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 133 | 125 | 0.08 | 0 | 0.06 | 0.48 | 136.36 | 0.04 | 0.5 |
| Hex | 7A | 85 | 7D | 8 | 0 | 6 | 30 | 88 | 4 | 32 |
| Octal | 172 | 205 | 175 | 10 | 0 | 6 | 60 | 210 | 4 | 62 |
| Binary | 1111010 | 10000101 | 1111101 | 1000 | 0 | 110 | 110000 | 10001000 | 100 | 110010 |
Color Harmonies of #7A857D
Complementary color
Monochromatic Colors of #7A857D
Black with #7A857D
Text Example
Text Example
White with #7A857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A857D; }
p { color: rgb(122,133,125); }
H1.HeaderClassName
{
color: #7A857D;
}
.AnyTagClassName
{
color: #7A857D;
}
</style>
background-color css
<style>
a { background-color: #7A857D; }
a { background-color: rgb(122,133,125); }
div.DivClassName
{
background-color: #7A857D;
}
.BgClassName
{
background-color: #7A857D;
}
</style>
border-color css
<style>
span { border-color: #7A857D; }
span { border-color: rgb(122,133,125); }
td.TdClassName
{
border-color: #7A857D;
}
.TagClassName
{
border-color: #7A857D;
}
</style>