Shades of Amethyst Smoke #878188
Tints of Amethyst Smoke #878188
RGB
CMYK
RGB Variations
Color information
#878188 (or 0x878188) is known color: Amethyst Smoke. HEX triplet: 87, 81 and 88. RGB value is (135,129,136). Sum of RGB (Red+Green+Blue) = 135+129+136=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 136 - color contains mainly: blue. Hex color #878188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878188 is #787E77. Grayscale: #838383. Windows color (decimal): -7896696 or 8946055. OLE color: 8946055.
HSL color Cylindrical-coordinate representation of color #878188: hue angle of 291.43º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #878188 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 129 | 136 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.47 |
| HSL | 291.43º | 0.03% | 0.52% | - |
| HSV(B) | 291.43º | 0.05% | 0.53% | - |
| XYZ | 22.29 | 22.63 | 26.49 | - |
| YUV | 131.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 136 | 0.01 | 0.05 | 0 | 0.47 | 291.43 | 0.03 | 0.52 |
| Hex | 87 | 81 | 88 | 1 | 5 | 0 | 2F | 123 | 3 | 34 |
| Octal | 207 | 201 | 210 | 1 | 5 | 0 | 57 | 443 | 3 | 64 |
| Binary | 10000111 | 10000001 | 10001000 | 1 | 101 | 0 | 101111 | 100100011 | 11 | 110100 |
Color Harmonies of #878188
Complementary color
Monochromatic Colors of #878188
Black with #878188
Text Example
Text Example
White with #878188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878188; }
p { color: rgb(135,129,136); }
H1.HeaderClassName
{
color: #878188;
}
.AnyTagClassName
{
color: #878188;
}
</style>
background-color css
<style>
a { background-color: #878188; }
a { background-color: rgb(135,129,136); }
div.DivClassName
{
background-color: #878188;
}
.BgClassName
{
background-color: #878188;
}
</style>
border-color css
<style>
span { border-color: #878188; }
span { border-color: rgb(135,129,136); }
td.TdClassName
{
border-color: #878188;
}
.TagClassName
{
border-color: #878188;
}
</style>