Shades of Opium #9B8785
Tints of Opium #9B8785
RGB
CMYK
RGB Variations
Color information
#9B8785 (or 0x9B8785) is known color: Opium. HEX triplet: 9B, 87 and 85. RGB value is (155,135,133). Sum of RGB (Red+Green+Blue) = 155+135+133=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8785 is #64787A. Grayscale: #8C8C8C. Windows color (decimal): -6584443 or 8751003. OLE color: 8751003.
HSL color Cylindrical-coordinate representation of color #9B8785: hue angle of 5.45º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B8785 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 135 | 133 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.39 |
| HSL | 5.45º | 0.1% | 0.56% | - |
| HSV(B) | 5.45º | 0.14% | 0.61% | - |
| XYZ | 26.42 | 25.99 | 25.81 | - |
| YUV | 140.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 135 | 133 | 0 | 0.13 | 0.14 | 0.39 | 5.45 | 0.1 | 0.56 |
| Hex | 9B | 87 | 85 | 0 | D | E | 27 | 5 | A | 38 |
| Octal | 233 | 207 | 205 | 0 | 15 | 16 | 47 | 5 | 12 | 70 |
| Binary | 10011011 | 10000111 | 10000101 | 0 | 1101 | 1110 | 100111 | 101 | 1010 | 111000 |
Color Harmonies of #9B8785
Complementary color
Monochromatic Colors of #9B8785
Black with #9B8785
Text Example
Text Example
White with #9B8785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8785; }
p { color: rgb(155,135,133); }
H1.HeaderClassName
{
color: #9B8785;
}
.AnyTagClassName
{
color: #9B8785;
}
</style>
background-color css
<style>
a { background-color: #9B8785; }
a { background-color: rgb(155,135,133); }
div.DivClassName
{
background-color: #9B8785;
}
.BgClassName
{
background-color: #9B8785;
}
</style>
border-color css
<style>
span { border-color: #9B8785; }
span { border-color: rgb(155,135,133); }
td.TdClassName
{
border-color: #9B8785;
}
.TagClassName
{
border-color: #9B8785;
}
</style>