Shades of Amethyst Smoke #88778C
Tints of Amethyst Smoke #88778C
RGB
CMYK
RGB Variations
Color information
#88778C (or 0x88778C) is known color: Amethyst Smoke. HEX triplet: 88, 77 and 8C. RGB value is (136,119,140). Sum of RGB (Red+Green+Blue) = 136+119+140=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 140 - color contains mainly: blue. Hex color #88778C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88778C is #778873. Grayscale: #7E7E7E. Windows color (decimal): -7833716 or 9205640. OLE color: 9205640.
HSL color Cylindrical-coordinate representation of color #88778C: hue angle of 288.57º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #88778C is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 119 | 140 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.45 |
| HSL | 288.57º | 0.08% | 0.51% | - |
| HSV(B) | 288.57º | 0.15% | 0.55% | - |
| XYZ | 21.48 | 20.32 | 27.6 | - |
| YUV | 126.48 | 135.63 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 119 | 140 | 0.03 | 0.15 | 0 | 0.45 | 288.57 | 0.08 | 0.51 |
| Hex | 88 | 77 | 8C | 3 | F | 0 | 2D | 121 | 8 | 33 |
| Octal | 210 | 167 | 214 | 3 | 17 | 0 | 55 | 441 | 10 | 63 |
| Binary | 10001000 | 1110111 | 10001100 | 11 | 1111 | 0 | 101101 | 100100001 | 1000 | 110011 |
Color Harmonies of #88778C
Complementary color
Monochromatic Colors of #88778C
Black with #88778C
Text Example
Text Example
White with #88778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88778C; }
p { color: rgb(136,119,140); }
H1.HeaderClassName
{
color: #88778C;
}
.AnyTagClassName
{
color: #88778C;
}
</style>
background-color css
<style>
a { background-color: #88778C; }
a { background-color: rgb(136,119,140); }
div.DivClassName
{
background-color: #88778C;
}
.BgClassName
{
background-color: #88778C;
}
</style>
border-color css
<style>
span { border-color: #88778C; }
span { border-color: rgb(136,119,140); }
td.TdClassName
{
border-color: #88778C;
}
.TagClassName
{
border-color: #88778C;
}
</style>