Shades of Amethyst Smoke #887E8B
Tints of Amethyst Smoke #887E8B
RGB
CMYK
RGB Variations
Color information
#887E8B (or 0x887E8B) is known color: Amethyst Smoke. HEX triplet: 88, 7E and 8B. RGB value is (136,126,139). Sum of RGB (Red+Green+Blue) = 136+126+139=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 139 - color contains mainly: blue. Hex color #887E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887E8B is #778174. Grayscale: #828282. Windows color (decimal): -7831925 or 9141896. OLE color: 9141896.
HSL color Cylindrical-coordinate representation of color #887E8B: hue angle of 286.15º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #887E8B is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 126 | 139 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.45 |
| HSL | 286.15º | 0.05% | 0.52% | - |
| HSV(B) | 286.15º | 0.09% | 0.55% | - |
| XYZ | 22.27 | 22.02 | 27.5 | - |
| YUV | 130.47 | 132.81 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 126 | 139 | 0.02 | 0.09 | 0 | 0.45 | 286.15 | 0.05 | 0.52 |
| Hex | 88 | 7E | 8B | 2 | 9 | 0 | 2D | 11E | 5 | 34 |
| Octal | 210 | 176 | 213 | 2 | 11 | 0 | 55 | 436 | 5 | 64 |
| Binary | 10001000 | 1111110 | 10001011 | 10 | 1001 | 0 | 101101 | 100011110 | 101 | 110100 |
Color Harmonies of #887E8B
Complementary color
Monochromatic Colors of #887E8B
Black with #887E8B
Text Example
Text Example
White with #887E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887E8B; }
p { color: rgb(136,126,139); }
H1.HeaderClassName
{
color: #887E8B;
}
.AnyTagClassName
{
color: #887E8B;
}
</style>
background-color css
<style>
a { background-color: #887E8B; }
a { background-color: rgb(136,126,139); }
div.DivClassName
{
background-color: #887E8B;
}
.BgClassName
{
background-color: #887E8B;
}
</style>
border-color css
<style>
span { border-color: #887E8B; }
span { border-color: rgb(136,126,139); }
td.TdClassName
{
border-color: #887E8B;
}
.TagClassName
{
border-color: #887E8B;
}
</style>