Shades of Opium #8E807F
Tints of Opium #8E807F
RGB
CMYK
RGB Variations
Color information
#8E807F (or 0x8E807F) is known color: Opium. HEX triplet: 8E, 80 and 7F. RGB value is (142,128,127). Sum of RGB (Red+Green+Blue) = 142+128+127=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 142 - color contains mainly: red. Hex color #8E807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E807F is #717F80. Grayscale: #848484. Windows color (decimal): -7438209 or 8355982. OLE color: 8355982.
HSL color Cylindrical-coordinate representation of color #8E807F: hue angle of 4º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8E807F is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 128 | 127 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.44 |
| HSL | 4º | 0.06% | 0.53% | - |
| HSV(B) | 4º | 0.11% | 0.56% | - |
| XYZ | 22.71 | 22.72 | 23.27 | - |
| YUV | 132.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 128 | 127 | 0 | 0.10 | 0.11 | 0.44 | 4 | 0.06 | 0.53 |
| Hex | 8E | 80 | 7F | 0 | A | B | 2C | 4 | 6 | 35 |
| Octal | 216 | 200 | 177 | 0 | 12 | 13 | 54 | 4 | 6 | 65 |
| Binary | 10001110 | 10000000 | 1111111 | 0 | 1010 | 1011 | 101100 | 100 | 110 | 110101 |
Color Harmonies of #8E807F
Complementary color
Monochromatic Colors of #8E807F
Black with #8E807F
Text Example
Text Example
White with #8E807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E807F; }
p { color: rgb(142,128,127); }
H1.HeaderClassName
{
color: #8E807F;
}
.AnyTagClassName
{
color: #8E807F;
}
</style>
background-color css
<style>
a { background-color: #8E807F; }
a { background-color: rgb(142,128,127); }
div.DivClassName
{
background-color: #8E807F;
}
.BgClassName
{
background-color: #8E807F;
}
</style>
border-color css
<style>
span { border-color: #8E807F; }
span { border-color: rgb(142,128,127); }
td.TdClassName
{
border-color: #8E807F;
}
.TagClassName
{
border-color: #8E807F;
}
</style>