Shades of Opium #9F7473
Tints of Opium #9F7473
RGB
CMYK
RGB Variations
Color information
#9F7473 (or 0x9F7473) is known color: Opium. HEX triplet: 9F, 74 and 73. RGB value is (159,116,115). Sum of RGB (Red+Green+Blue) = 159+116+115=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7473 is #608B8C. Grayscale: #808080. Windows color (decimal): -6327181 or 7566495. OLE color: 7566495.
HSL color Cylindrical-coordinate representation of color #9F7473: hue angle of 1.36º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F7473 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 116 | 115 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.38 |
| HSL | 1.36º | 0.19% | 0.54% | - |
| HSV(B) | 1.36º | 0.28% | 0.62% | - |
| XYZ | 23.64 | 21.1 | 19.05 | - |
| YUV | 128.74 | 120.25 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 116 | 115 | 0 | 0.27 | 0.28 | 0.38 | 1.36 | 0.19 | 0.54 |
| Hex | 9F | 74 | 73 | 0 | 1B | 1C | 26 | 1 | 13 | 36 |
| Octal | 237 | 164 | 163 | 0 | 33 | 34 | 46 | 1 | 23 | 66 |
| Binary | 10011111 | 1110100 | 1110011 | 0 | 11011 | 11100 | 100110 | 1 | 10011 | 110110 |
Color Harmonies of #9F7473
Complementary color
Monochromatic Colors of #9F7473
Black with #9F7473
Text Example
Text Example
White with #9F7473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7473; }
p { color: rgb(159,116,115); }
H1.HeaderClassName
{
color: #9F7473;
}
.AnyTagClassName
{
color: #9F7473;
}
</style>
background-color css
<style>
a { background-color: #9F7473; }
a { background-color: rgb(159,116,115); }
div.DivClassName
{
background-color: #9F7473;
}
.BgClassName
{
background-color: #9F7473;
}
</style>
border-color css
<style>
span { border-color: #9F7473; }
span { border-color: rgb(159,116,115); }
td.TdClassName
{
border-color: #9F7473;
}
.TagClassName
{
border-color: #9F7473;
}
</style>