Shades of Amethyst Smoke #887E8A
Tints of Amethyst Smoke #887E8A
RGB
CMYK
RGB Variations
Color information
#887E8A (or 0x887E8A) is known color: Amethyst Smoke. HEX triplet: 88, 7E and 8A. RGB value is (136,126,138). Sum of RGB (Red+Green+Blue) = 136+126+138=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 138 - color contains mainly: blue. Hex color #887E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887E8A is #778175. Grayscale: #828282. Windows color (decimal): -7831926 or 9076360. OLE color: 9076360.
HSL color Cylindrical-coordinate representation of color #887E8A: hue angle of 290º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #887E8A is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 126 | 138 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.46 |
| HSL | 290º | 0.05% | 0.52% | - |
| HSV(B) | 290º | 0.09% | 0.54% | - |
| XYZ | 22.2 | 21.99 | 27.12 | - |
| YUV | 130.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 126 | 138 | 0.01 | 0.09 | 0 | 0.46 | 290 | 0.05 | 0.52 |
| Hex | 88 | 7E | 8A | 1 | 9 | 0 | 2E | 122 | 5 | 34 |
| Octal | 210 | 176 | 212 | 1 | 11 | 0 | 56 | 442 | 5 | 64 |
| Binary | 10001000 | 1111110 | 10001010 | 1 | 1001 | 0 | 101110 | 100100010 | 101 | 110100 |
Color Harmonies of #887E8A
Complementary color
Monochromatic Colors of #887E8A
Black with #887E8A
Text Example
Text Example
White with #887E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887E8A; }
p { color: rgb(136,126,138); }
H1.HeaderClassName
{
color: #887E8A;
}
.AnyTagClassName
{
color: #887E8A;
}
</style>
background-color css
<style>
a { background-color: #887E8A; }
a { background-color: rgb(136,126,138); }
div.DivClassName
{
background-color: #887E8A;
}
.BgClassName
{
background-color: #887E8A;
}
</style>
border-color css
<style>
span { border-color: #887E8A; }
span { border-color: rgb(136,126,138); }
td.TdClassName
{
border-color: #887E8A;
}
.TagClassName
{
border-color: #887E8A;
}
</style>