Shades of Opium #8F807F
Tints of Opium #8F807F
RGB
CMYK
RGB Variations
Color information
#8F807F (or 0x8F807F) is known color: Opium. HEX triplet: 8F, 80 and 7F. RGB value is (143,128,127). Sum of RGB (Red+Green+Blue) = 143+128+127=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 143 - color contains mainly: red. Hex color #8F807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F807F is #707F80. Grayscale: #848484. Windows color (decimal): -7372673 or 8355983. OLE color: 8355983.
HSL color Cylindrical-coordinate representation of color #8F807F: hue angle of 3.75º degrees, saturation: 0.07, 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 #8F807F is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 128 | 127 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.44 |
| HSL | 3.75º | 0.07% | 0.53% | - |
| HSV(B) | 3.75º | 0.11% | 0.56% | - |
| XYZ | 22.88 | 22.81 | 23.28 | - |
| YUV | 132.37 | 124.97 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 127 | 0 | 0.10 | 0.11 | 0.44 | 3.75 | 0.07 | 0.53 |
| Hex | 8F | 80 | 7F | 0 | A | B | 2C | 4 | 7 | 35 |
| Octal | 217 | 200 | 177 | 0 | 12 | 13 | 54 | 4 | 7 | 65 |
| Binary | 10001111 | 10000000 | 1111111 | 0 | 1010 | 1011 | 101100 | 100 | 111 | 110101 |
Color Harmonies of #8F807F
Complementary color
Monochromatic Colors of #8F807F
Black with #8F807F
Text Example
Text Example
White with #8F807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F807F; }
p { color: rgb(143,128,127); }
H1.HeaderClassName
{
color: #8F807F;
}
.AnyTagClassName
{
color: #8F807F;
}
</style>
background-color css
<style>
a { background-color: #8F807F; }
a { background-color: rgb(143,128,127); }
div.DivClassName
{
background-color: #8F807F;
}
.BgClassName
{
background-color: #8F807F;
}
</style>
border-color css
<style>
span { border-color: #8F807F; }
span { border-color: rgb(143,128,127); }
td.TdClassName
{
border-color: #8F807F;
}
.TagClassName
{
border-color: #8F807F;
}
</style>