Shades of Amethyst Smoke #87768C
Tints of Amethyst Smoke #87768C
RGB
CMYK
RGB Variations
Color information
#87768C (or 0x87768C) is known color: Amethyst Smoke. HEX triplet: 87, 76 and 8C. RGB value is (135,118,140). Sum of RGB (Red+Green+Blue) = 135+118+140=393 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.35% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 140 - color contains mainly: blue. Hex color #87768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87768C is #788973. Grayscale: #7D7D7D. Windows color (decimal): -7899508 or 9205383. OLE color: 9205383.
HSL color Cylindrical-coordinate representation of color #87768C: hue angle of 286.36º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #87768C is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 118 | 140 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.45 |
| HSL | 286.36º | 0.09% | 0.51% | - |
| HSV(B) | 286.36º | 0.16% | 0.55% | - |
| XYZ | 21.2 | 20 | 27.55 | - |
| YUV | 125.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 118 | 140 | 0.04 | 0.16 | 0 | 0.45 | 286.36 | 0.09 | 0.51 |
| Hex | 87 | 76 | 8C | 4 | 10 | 0 | 2D | 11E | 9 | 33 |
| Octal | 207 | 166 | 214 | 4 | 20 | 0 | 55 | 436 | 11 | 63 |
| Binary | 10000111 | 1110110 | 10001100 | 100 | 10000 | 0 | 101101 | 100011110 | 1001 | 110011 |
Color Harmonies of #87768C
Complementary color
Monochromatic Colors of #87768C
Black with #87768C
Text Example
Text Example
White with #87768C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87768C; }
p { color: rgb(135,118,140); }
H1.HeaderClassName
{
color: #87768C;
}
.AnyTagClassName
{
color: #87768C;
}
</style>
background-color css
<style>
a { background-color: #87768C; }
a { background-color: rgb(135,118,140); }
div.DivClassName
{
background-color: #87768C;
}
.BgClassName
{
background-color: #87768C;
}
</style>
border-color css
<style>
span { border-color: #87768C; }
span { border-color: rgb(135,118,140); }
td.TdClassName
{
border-color: #87768C;
}
.TagClassName
{
border-color: #87768C;
}
</style>