Shades of Opium #9F827E
Tints of Opium #9F827E
RGB
CMYK
RGB Variations
Color information
#9F827E (or 0x9F827E) is known color: Opium. HEX triplet: 9F, 82 and 7E. RGB value is (159,130,126). Sum of RGB (Red+Green+Blue) = 159+130+126=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 159 - color contains mainly: red. Hex color #9F827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F827E is #607D81. Grayscale: #8A8A8A. Windows color (decimal): -6323586 or 8290975. OLE color: 8290975.
HSL color Cylindrical-coordinate representation of color #9F827E: hue angle of 7.27º 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 #9F827E is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 130 | 126 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.38 |
| HSL | 7.27º | 0.15% | 0.56% | - |
| HSV(B) | 7.27º | 0.21% | 0.62% | - |
| XYZ | 26.05 | 24.84 | 23.16 | - |
| YUV | 138.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 126 | 0 | 0.18 | 0.21 | 0.38 | 7.27 | 0.15 | 0.56 |
| Hex | 9F | 82 | 7E | 0 | 12 | 15 | 26 | 7 | F | 38 |
| Octal | 237 | 202 | 176 | 0 | 22 | 25 | 46 | 7 | 17 | 70 |
| Binary | 10011111 | 10000010 | 1111110 | 0 | 10010 | 10101 | 100110 | 111 | 1111 | 111000 |
Color Harmonies of #9F827E
Complementary color
Monochromatic Colors of #9F827E
Black with #9F827E
Text Example
Text Example
White with #9F827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F827E; }
p { color: rgb(159,130,126); }
H1.HeaderClassName
{
color: #9F827E;
}
.AnyTagClassName
{
color: #9F827E;
}
</style>
background-color css
<style>
a { background-color: #9F827E; }
a { background-color: rgb(159,130,126); }
div.DivClassName
{
background-color: #9F827E;
}
.BgClassName
{
background-color: #9F827E;
}
</style>
border-color css
<style>
span { border-color: #9F827E; }
span { border-color: rgb(159,130,126); }
td.TdClassName
{
border-color: #9F827E;
}
.TagClassName
{
border-color: #9F827E;
}
</style>