Shades of Amethyst Smoke #88778B
Tints of Amethyst Smoke #88778B
RGB
CMYK
RGB Variations
Color information
#88778B (or 0x88778B) is known color: Amethyst Smoke. HEX triplet: 88, 77 and 8B. RGB value is (136,119,139). Sum of RGB (Red+Green+Blue) = 136+119+139=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 139 - color contains mainly: blue. Hex color #88778B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88778B is #778874. Grayscale: #7E7E7E. Windows color (decimal): -7833717 or 9140104. OLE color: 9140104.
HSL color Cylindrical-coordinate representation of color #88778B: hue angle of 291º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #88778B is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 119 | 139 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.45 |
| HSL | 291º | 0.08% | 0.51% | - |
| HSV(B) | 291º | 0.14% | 0.55% | - |
| XYZ | 21.41 | 20.29 | 27.21 | - |
| YUV | 126.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 119 | 139 | 0.02 | 0.14 | 0 | 0.45 | 291 | 0.08 | 0.51 |
| Hex | 88 | 77 | 8B | 2 | E | 0 | 2D | 123 | 8 | 33 |
| Octal | 210 | 167 | 213 | 2 | 16 | 0 | 55 | 443 | 10 | 63 |
| Binary | 10001000 | 1110111 | 10001011 | 10 | 1110 | 0 | 101101 | 100100011 | 1000 | 110011 |
Color Harmonies of #88778B
Complementary color
Monochromatic Colors of #88778B
Black with #88778B
Text Example
Text Example
White with #88778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88778B; }
p { color: rgb(136,119,139); }
H1.HeaderClassName
{
color: #88778B;
}
.AnyTagClassName
{
color: #88778B;
}
</style>
background-color css
<style>
a { background-color: #88778B; }
a { background-color: rgb(136,119,139); }
div.DivClassName
{
background-color: #88778B;
}
.BgClassName
{
background-color: #88778B;
}
</style>
border-color css
<style>
span { border-color: #88778B; }
span { border-color: rgb(136,119,139); }
td.TdClassName
{
border-color: #88778B;
}
.TagClassName
{
border-color: #88778B;
}
</style>