Shades of Opium #9F7F7E
Tints of Opium #9F7F7E
RGB
CMYK
RGB Variations
Color information
#9F7F7E (or 0x9F7F7E) is known color: Opium. HEX triplet: 9F, 7F and 7E. RGB value is (159,127,126). Sum of RGB (Red+Green+Blue) = 159+127+126=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7F7E is #608081. Grayscale: #888888. Windows color (decimal): -6324354 or 8290207. OLE color: 8290207.
HSL color Cylindrical-coordinate representation of color #9F7F7E: hue angle of 1.82º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9F7F7E is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 127 | 126 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.38 |
| HSL | 1.82º | 0.15% | 0.56% | - |
| HSV(B) | 1.82º | 0.21% | 0.62% | - |
| XYZ | 25.65 | 24.06 | 23.03 | - |
| YUV | 136.45 | 122.1 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 127 | 126 | 0 | 0.20 | 0.21 | 0.38 | 1.82 | 0.15 | 0.56 |
| Hex | 9F | 7F | 7E | 0 | 14 | 15 | 26 | 2 | F | 38 |
| Octal | 237 | 177 | 176 | 0 | 24 | 25 | 46 | 2 | 17 | 70 |
| Binary | 10011111 | 1111111 | 1111110 | 0 | 10100 | 10101 | 100110 | 10 | 1111 | 111000 |
Color Harmonies of #9F7F7E
Complementary color
Monochromatic Colors of #9F7F7E
Black with #9F7F7E
Text Example
Text Example
White with #9F7F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7F7E; }
p { color: rgb(159,127,126); }
H1.HeaderClassName
{
color: #9F7F7E;
}
.AnyTagClassName
{
color: #9F7F7E;
}
</style>
background-color css
<style>
a { background-color: #9F7F7E; }
a { background-color: rgb(159,127,126); }
div.DivClassName
{
background-color: #9F7F7E;
}
.BgClassName
{
background-color: #9F7F7E;
}
</style>
border-color css
<style>
span { border-color: #9F7F7E; }
span { border-color: rgb(159,127,126); }
td.TdClassName
{
border-color: #9F7F7E;
}
.TagClassName
{
border-color: #9F7F7E;
}
</style>