Shades of Opium #9F7875
Tints of Opium #9F7875
RGB
CMYK
RGB Variations
Color information
#9F7875 (or 0x9F7875) is known color: Opium. HEX triplet: 9F, 78 and 75. RGB value is (159,120,117). Sum of RGB (Red+Green+Blue) = 159+120+117=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7875 is #60878A. Grayscale: #838383. Windows color (decimal): -6326155 or 7698591. OLE color: 7698591.
HSL color Cylindrical-coordinate representation of color #9F7875: hue angle of 4.29º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F7875 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 120 | 117 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.38 |
| HSL | 4.29º | 0.18% | 0.54% | - |
| HSV(B) | 4.29º | 0.26% | 0.62% | - |
| XYZ | 24.23 | 22.09 | 19.82 | - |
| YUV | 131.32 | 119.92 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 120 | 117 | 0 | 0.25 | 0.26 | 0.38 | 4.29 | 0.18 | 0.54 |
| Hex | 9F | 78 | 75 | 0 | 19 | 1A | 26 | 4 | 12 | 36 |
| Octal | 237 | 170 | 165 | 0 | 31 | 32 | 46 | 4 | 22 | 66 |
| Binary | 10011111 | 1111000 | 1110101 | 0 | 11001 | 11010 | 100110 | 100 | 10010 | 110110 |
Color Harmonies of #9F7875
Complementary color
Monochromatic Colors of #9F7875
Black with #9F7875
Text Example
Text Example
White with #9F7875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7875; }
p { color: rgb(159,120,117); }
H1.HeaderClassName
{
color: #9F7875;
}
.AnyTagClassName
{
color: #9F7875;
}
</style>
background-color css
<style>
a { background-color: #9F7875; }
a { background-color: rgb(159,120,117); }
div.DivClassName
{
background-color: #9F7875;
}
.BgClassName
{
background-color: #9F7875;
}
</style>
border-color css
<style>
span { border-color: #9F7875; }
span { border-color: rgb(159,120,117); }
td.TdClassName
{
border-color: #9F7875;
}
.TagClassName
{
border-color: #9F7875;
}
</style>