Shades of Amethyst Smoke #88748E
Tints of Amethyst Smoke #88748E
RGB
CMYK
RGB Variations
Color information
#88748E (or 0x88748E) is known color: Amethyst Smoke. HEX triplet: 88, 74 and 8E. RGB value is (136,116,142). Sum of RGB (Red+Green+Blue) = 136+116+142=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 142 - color contains mainly: blue. Hex color #88748E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88748E is #778B71. Grayscale: #7C7C7C. Windows color (decimal): -7834482 or 9335944. OLE color: 9335944.
HSL color Cylindrical-coordinate representation of color #88748E: hue angle of 286.15º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #88748E is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 116 | 142 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.44 |
| HSL | 286.15º | 0.1% | 0.51% | - |
| HSV(B) | 286.15º | 0.18% | 0.56% | - |
| XYZ | 21.28 | 19.68 | 28.27 | - |
| YUV | 124.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 116 | 142 | 0.04 | 0.18 | 0 | 0.44 | 286.15 | 0.1 | 0.51 |
| Hex | 88 | 74 | 8E | 4 | 12 | 0 | 2C | 11E | A | 33 |
| Octal | 210 | 164 | 216 | 4 | 22 | 0 | 54 | 436 | 12 | 63 |
| Binary | 10001000 | 1110100 | 10001110 | 100 | 10010 | 0 | 101100 | 100011110 | 1010 | 110011 |
Color Harmonies of #88748E
Complementary color
Monochromatic Colors of #88748E
Black with #88748E
Text Example
Text Example
White with #88748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88748E; }
p { color: rgb(136,116,142); }
H1.HeaderClassName
{
color: #88748E;
}
.AnyTagClassName
{
color: #88748E;
}
</style>
background-color css
<style>
a { background-color: #88748E; }
a { background-color: rgb(136,116,142); }
div.DivClassName
{
background-color: #88748E;
}
.BgClassName
{
background-color: #88748E;
}
</style>
border-color css
<style>
span { border-color: #88748E; }
span { border-color: rgb(136,116,142); }
td.TdClassName
{
border-color: #88748E;
}
.TagClassName
{
border-color: #88748E;
}
</style>