Shades of Opium #9F8784
Tints of Opium #9F8784
RGB
CMYK
RGB Variations
Color information
#9F8784 (or 0x9F8784) is known color: Opium. HEX triplet: 9F, 87 and 84. RGB value is (159,135,132). Sum of RGB (Red+Green+Blue) = 159+135+132=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8784 is #60787B. Grayscale: #8D8D8D. Windows color (decimal): -6322300 or 8685471. OLE color: 8685471.
HSL color Cylindrical-coordinate representation of color #9F8784: hue angle of 6.67º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9F8784 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 132 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.38 |
| HSL | 6.67º | 0.12% | 0.57% | - |
| HSV(B) | 6.67º | 0.17% | 0.62% | - |
| XYZ | 27.13 | 26.36 | 25.49 | - |
| YUV | 141.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 132 | 0 | 0.15 | 0.17 | 0.38 | 6.67 | 0.12 | 0.57 |
| Hex | 9F | 87 | 84 | 0 | F | 11 | 26 | 7 | C | 39 |
| Octal | 237 | 207 | 204 | 0 | 17 | 21 | 46 | 7 | 14 | 71 |
| Binary | 10011111 | 10000111 | 10000100 | 0 | 1111 | 10001 | 100110 | 111 | 1100 | 111001 |
Color Harmonies of #9F8784
Complementary color
Monochromatic Colors of #9F8784
Black with #9F8784
Text Example
Text Example
White with #9F8784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8784; }
p { color: rgb(159,135,132); }
H1.HeaderClassName
{
color: #9F8784;
}
.AnyTagClassName
{
color: #9F8784;
}
</style>
background-color css
<style>
a { background-color: #9F8784; }
a { background-color: rgb(159,135,132); }
div.DivClassName
{
background-color: #9F8784;
}
.BgClassName
{
background-color: #9F8784;
}
</style>
border-color css
<style>
span { border-color: #9F8784; }
span { border-color: rgb(159,135,132); }
td.TdClassName
{
border-color: #9F8784;
}
.TagClassName
{
border-color: #9F8784;
}
</style>