Shades of Opium #9F7C7A
Tints of Opium #9F7C7A
RGB
CMYK
RGB Variations
Color information
#9F7C7A (or 0x9F7C7A) is known color: Opium. HEX triplet: 9F, 7C and 7A. RGB value is (159,124,122). Sum of RGB (Red+Green+Blue) = 159+124+122=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7C7A is #608385. Grayscale: #868686. Windows color (decimal): -6325126 or 8027295. OLE color: 8027295.
HSL color Cylindrical-coordinate representation of color #9F7C7A: hue angle of 3.24º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F7C7A is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 124 | 122 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.38 |
| HSL | 3.24º | 0.16% | 0.55% | - |
| HSV(B) | 3.24º | 0.23% | 0.62% | - |
| XYZ | 25.02 | 23.19 | 21.57 | - |
| YUV | 134.24 | 121.1 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 124 | 122 | 0 | 0.22 | 0.23 | 0.38 | 3.24 | 0.16 | 0.55 |
| Hex | 9F | 7C | 7A | 0 | 16 | 17 | 26 | 3 | 10 | 37 |
| Octal | 237 | 174 | 172 | 0 | 26 | 27 | 46 | 3 | 20 | 67 |
| Binary | 10011111 | 1111100 | 1111010 | 0 | 10110 | 10111 | 100110 | 11 | 10000 | 110111 |
Color Harmonies of #9F7C7A
Complementary color
Monochromatic Colors of #9F7C7A
Black with #9F7C7A
Text Example
Text Example
White with #9F7C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7C7A; }
p { color: rgb(159,124,122); }
H1.HeaderClassName
{
color: #9F7C7A;
}
.AnyTagClassName
{
color: #9F7C7A;
}
</style>
background-color css
<style>
a { background-color: #9F7C7A; }
a { background-color: rgb(159,124,122); }
div.DivClassName
{
background-color: #9F7C7A;
}
.BgClassName
{
background-color: #9F7C7A;
}
</style>
border-color css
<style>
span { border-color: #9F7C7A; }
span { border-color: rgb(159,124,122); }
td.TdClassName
{
border-color: #9F7C7A;
}
.TagClassName
{
border-color: #9F7C7A;
}
</style>