Shades of Opium #9C8786
Tints of Opium #9C8786
RGB
CMYK
RGB Variations
Color information
#9C8786 (or 0x9C8786) is known color: Opium. HEX triplet: 9C, 87 and 86. RGB value is (156,135,134). Sum of RGB (Red+Green+Blue) = 156+135+134=425 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.71% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8786 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8786 is #637879. Grayscale: #8D8D8D. Windows color (decimal): -6518906 or 8816540. OLE color: 8816540.
HSL color Cylindrical-coordinate representation of color #9C8786: hue angle of 2.73º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9C8786 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 135 | 134 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.39 |
| HSL | 2.73º | 0.1% | 0.57% | - |
| HSV(B) | 2.73º | 0.14% | 0.61% | - |
| XYZ | 26.68 | 26.12 | 26.19 | - |
| YUV | 141.17 | 123.96 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 135 | 134 | 0 | 0.13 | 0.14 | 0.39 | 2.73 | 0.1 | 0.57 |
| Hex | 9C | 87 | 86 | 0 | D | E | 27 | 3 | A | 39 |
| Octal | 234 | 207 | 206 | 0 | 15 | 16 | 47 | 3 | 12 | 71 |
| Binary | 10011100 | 10000111 | 10000110 | 0 | 1101 | 1110 | 100111 | 11 | 1010 | 111001 |
Color Harmonies of #9C8786
Complementary color
Monochromatic Colors of #9C8786
Black with #9C8786
Text Example
Text Example
White with #9C8786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8786; }
p { color: rgb(156,135,134); }
H1.HeaderClassName
{
color: #9C8786;
}
.AnyTagClassName
{
color: #9C8786;
}
</style>
background-color css
<style>
a { background-color: #9C8786; }
a { background-color: rgb(156,135,134); }
div.DivClassName
{
background-color: #9C8786;
}
.BgClassName
{
background-color: #9C8786;
}
</style>
border-color css
<style>
span { border-color: #9C8786; }
span { border-color: rgb(156,135,134); }
td.TdClassName
{
border-color: #9C8786;
}
.TagClassName
{
border-color: #9C8786;
}
</style>