Shades of Opium #9D8787
Tints of Opium #9D8787
RGB
CMYK
RGB Variations
Color information
#9D8787 (or 0x9D8787) is known color: Opium. HEX triplet: 9D, 87 and 87. RGB value is (157,135,135). Sum of RGB (Red+Green+Blue) = 157+135+135=427 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.77% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8787 is #627878. Grayscale: #8D8D8D. Windows color (decimal): -6453369 or 8882077. OLE color: 8882077.
HSL color Cylindrical-coordinate representation of color #9D8787: hue angle of 0º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9D8787 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 135 | 135 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.38 |
| HSL | 0º | 0.1% | 0.57% | - |
| HSV(B) | 0º | 0.14% | 0.62% | - |
| XYZ | 26.94 | 26.25 | 26.57 | - |
| YUV | 141.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 135 | 135 | 0 | 0.14 | 0.14 | 0.38 | 0 | 0.1 | 0.57 |
| Hex | 9D | 87 | 87 | 0 | E | E | 26 | 0 | A | 39 |
| Octal | 235 | 207 | 207 | 0 | 16 | 16 | 46 | 0 | 12 | 71 |
| Binary | 10011101 | 10000111 | 10000111 | 0 | 1110 | 1110 | 100110 | 0 | 1010 | 111001 |
Color Harmonies of #9D8787
Complementary color
Monochromatic Colors of #9D8787
Black with #9D8787
Text Example
Text Example
White with #9D8787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8787; }
p { color: rgb(157,135,135); }
H1.HeaderClassName
{
color: #9D8787;
}
.AnyTagClassName
{
color: #9D8787;
}
</style>
background-color css
<style>
a { background-color: #9D8787; }
a { background-color: rgb(157,135,135); }
div.DivClassName
{
background-color: #9D8787;
}
.BgClassName
{
background-color: #9D8787;
}
</style>
border-color css
<style>
span { border-color: #9D8787; }
span { border-color: rgb(157,135,135); }
td.TdClassName
{
border-color: #9D8787;
}
.TagClassName
{
border-color: #9D8787;
}
</style>