Shades of Opium #9C8785
Tints of Opium #9C8785
RGB
CMYK
RGB Variations
Color information
#9C8785 (or 0x9C8785) is known color: Opium. HEX triplet: 9C, 87 and 85. RGB value is (156,135,133). Sum of RGB (Red+Green+Blue) = 156+135+133=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8785 is #63787A. Grayscale: #8D8D8D. Windows color (decimal): -6518907 or 8751004. OLE color: 8751004.
HSL color Cylindrical-coordinate representation of color #9C8785: hue angle of 5.22º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9C8785 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 135 | 133 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.39 |
| HSL | 5.22º | 0.1% | 0.57% | - |
| HSV(B) | 5.22º | 0.15% | 0.61% | - |
| XYZ | 26.61 | 26.09 | 25.82 | - |
| YUV | 141.05 | 123.46 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 135 | 133 | 0 | 0.13 | 0.15 | 0.39 | 5.22 | 0.1 | 0.57 |
| Hex | 9C | 87 | 85 | 0 | D | F | 27 | 5 | A | 39 |
| Octal | 234 | 207 | 205 | 0 | 15 | 17 | 47 | 5 | 12 | 71 |
| Binary | 10011100 | 10000111 | 10000101 | 0 | 1101 | 1111 | 100111 | 101 | 1010 | 111001 |
Color Harmonies of #9C8785
Complementary color
Monochromatic Colors of #9C8785
Black with #9C8785
Text Example
Text Example
White with #9C8785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8785; }
p { color: rgb(156,135,133); }
H1.HeaderClassName
{
color: #9C8785;
}
.AnyTagClassName
{
color: #9C8785;
}
</style>
background-color css
<style>
a { background-color: #9C8785; }
a { background-color: rgb(156,135,133); }
div.DivClassName
{
background-color: #9C8785;
}
.BgClassName
{
background-color: #9C8785;
}
</style>
border-color css
<style>
span { border-color: #9C8785; }
span { border-color: rgb(156,135,133); }
td.TdClassName
{
border-color: #9C8785;
}
.TagClassName
{
border-color: #9C8785;
}
</style>