Shades of Opium #9F8785
Tints of Opium #9F8785
RGB
CMYK
RGB Variations
Color information
#9F8785 (or 0x9F8785) is known color: Opium. HEX triplet: 9F, 87 and 85. RGB value is (159,135,133). Sum of RGB (Red+Green+Blue) = 159+135+133=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8785 is #60787A. Grayscale: #8D8D8D. Windows color (decimal): -6322299 or 8751007. OLE color: 8751007.
HSL color Cylindrical-coordinate representation of color #9F8785: hue angle of 4.62º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9F8785 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 133 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.38 |
| HSL | 4.62º | 0.12% | 0.57% | - |
| HSV(B) | 4.62º | 0.16% | 0.62% | - |
| XYZ | 27.2 | 26.39 | 25.85 | - |
| YUV | 141.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 133 | 0 | 0.15 | 0.16 | 0.38 | 4.62 | 0.12 | 0.57 |
| Hex | 9F | 87 | 85 | 0 | F | 10 | 26 | 5 | C | 39 |
| Octal | 237 | 207 | 205 | 0 | 17 | 20 | 46 | 5 | 14 | 71 |
| Binary | 10011111 | 10000111 | 10000101 | 0 | 1111 | 10000 | 100110 | 101 | 1100 | 111001 |
Color Harmonies of #9F8785
Complementary color
Monochromatic Colors of #9F8785
Black with #9F8785
Text Example
Text Example
White with #9F8785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8785; }
p { color: rgb(159,135,133); }
H1.HeaderClassName
{
color: #9F8785;
}
.AnyTagClassName
{
color: #9F8785;
}
</style>
background-color css
<style>
a { background-color: #9F8785; }
a { background-color: rgb(159,135,133); }
div.DivClassName
{
background-color: #9F8785;
}
.BgClassName
{
background-color: #9F8785;
}
</style>
border-color css
<style>
span { border-color: #9F8785; }
span { border-color: rgb(159,135,133); }
td.TdClassName
{
border-color: #9F8785;
}
.TagClassName
{
border-color: #9F8785;
}
</style>