Shades of Amethyst Smoke #8B778D
Tints of Amethyst Smoke #8B778D
RGB
CMYK
RGB Variations
Color information
#8B778D (or 0x8B778D) is known color: Amethyst Smoke. HEX triplet: 8B, 77 and 8D. RGB value is (139,119,141). Sum of RGB (Red+Green+Blue) = 139+119+141=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B778D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B778D is #748872. Grayscale: #7F7F7F. Windows color (decimal): -7637107 or 9271179. OLE color: 9271179.
HSL color Cylindrical-coordinate representation of color #8B778D: hue angle of 294.55º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8B778D is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 119 | 141 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.45 |
| HSL | 294.55º | 0.09% | 0.51% | - |
| HSV(B) | 294.55º | 0.16% | 0.55% | - |
| XYZ | 22.05 | 20.61 | 28.01 | - |
| YUV | 127.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 119 | 141 | 0.01 | 0.16 | 0 | 0.45 | 294.55 | 0.09 | 0.51 |
| Hex | 8B | 77 | 8D | 1 | 10 | 0 | 2D | 127 | 9 | 33 |
| Octal | 213 | 167 | 215 | 1 | 20 | 0 | 55 | 447 | 11 | 63 |
| Binary | 10001011 | 1110111 | 10001101 | 1 | 10000 | 0 | 101101 | 100100111 | 1001 | 110011 |
Color Harmonies of #8B778D
Complementary color
Monochromatic Colors of #8B778D
Black with #8B778D
Text Example
Text Example
White with #8B778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B778D; }
p { color: rgb(139,119,141); }
H1.HeaderClassName
{
color: #8B778D;
}
.AnyTagClassName
{
color: #8B778D;
}
</style>
background-color css
<style>
a { background-color: #8B778D; }
a { background-color: rgb(139,119,141); }
div.DivClassName
{
background-color: #8B778D;
}
.BgClassName
{
background-color: #8B778D;
}
</style>
border-color css
<style>
span { border-color: #8B778D; }
span { border-color: rgb(139,119,141); }
td.TdClassName
{
border-color: #8B778D;
}
.TagClassName
{
border-color: #8B778D;
}
</style>