Shades of Amethyst Smoke #88728E
Tints of Amethyst Smoke #88728E
RGB
CMYK
RGB Variations
Color information
#88728E (or 0x88728E) is known color: Amethyst Smoke. HEX triplet: 88, 72 and 8E. RGB value is (136,114,142). Sum of RGB (Red+Green+Blue) = 136+114+142=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 142 - color contains mainly: blue. Hex color #88728E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88728E is #778D71. Grayscale: #7B7B7B. Windows color (decimal): -7834994 or 9335432. OLE color: 9335432.
HSL color Cylindrical-coordinate representation of color #88728E: hue angle of 287.14º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88728E is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 114 | 142 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.44 |
| HSL | 287.14º | 0.11% | 0.5% | - |
| HSV(B) | 287.14º | 0.2% | 0.56% | - |
| XYZ | 21.05 | 19.22 | 28.19 | - |
| YUV | 123.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 114 | 142 | 0.04 | 0.20 | 0 | 0.44 | 287.14 | 0.11 | 0.5 |
| Hex | 88 | 72 | 8E | 4 | 14 | 0 | 2C | 11F | B | 32 |
| Octal | 210 | 162 | 216 | 4 | 24 | 0 | 54 | 437 | 13 | 62 |
| Binary | 10001000 | 1110010 | 10001110 | 100 | 10100 | 0 | 101100 | 100011111 | 1011 | 110010 |
Color Harmonies of #88728E
Complementary color
Monochromatic Colors of #88728E
Black with #88728E
Text Example
Text Example
White with #88728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88728E; }
p { color: rgb(136,114,142); }
H1.HeaderClassName
{
color: #88728E;
}
.AnyTagClassName
{
color: #88728E;
}
</style>
background-color css
<style>
a { background-color: #88728E; }
a { background-color: rgb(136,114,142); }
div.DivClassName
{
background-color: #88728E;
}
.BgClassName
{
background-color: #88728E;
}
</style>
border-color css
<style>
span { border-color: #88728E; }
span { border-color: rgb(136,114,142); }
td.TdClassName
{
border-color: #88728E;
}
.TagClassName
{
border-color: #88728E;
}
</style>