Shades of Opium #9F7975
Tints of Opium #9F7975
RGB
CMYK
RGB Variations
Color information
#9F7975 (or 0x9F7975) is known color: Opium. HEX triplet: 9F, 79 and 75. RGB value is (159,121,117). Sum of RGB (Red+Green+Blue) = 159+121+117=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7975 is #60868A. Grayscale: #838383. Windows color (decimal): -6325899 or 7698847. OLE color: 7698847.
HSL color Cylindrical-coordinate representation of color #9F7975: hue angle of 5.71º 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 #9F7975 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 121 | 117 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.38 |
| HSL | 5.71º | 0.18% | 0.54% | - |
| HSV(B) | 5.71º | 0.26% | 0.62% | - |
| XYZ | 24.35 | 22.33 | 19.86 | - |
| YUV | 131.91 | 119.59 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 121 | 117 | 0 | 0.24 | 0.26 | 0.38 | 5.71 | 0.18 | 0.54 |
| Hex | 9F | 79 | 75 | 0 | 18 | 1A | 26 | 6 | 12 | 36 |
| Octal | 237 | 171 | 165 | 0 | 30 | 32 | 46 | 6 | 22 | 66 |
| Binary | 10011111 | 1111001 | 1110101 | 0 | 11000 | 11010 | 100110 | 110 | 10010 | 110110 |
Color Harmonies of #9F7975
Complementary color
Monochromatic Colors of #9F7975
Black with #9F7975
Text Example
Text Example
White with #9F7975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7975; }
p { color: rgb(159,121,117); }
H1.HeaderClassName
{
color: #9F7975;
}
.AnyTagClassName
{
color: #9F7975;
}
</style>
background-color css
<style>
a { background-color: #9F7975; }
a { background-color: rgb(159,121,117); }
div.DivClassName
{
background-color: #9F7975;
}
.BgClassName
{
background-color: #9F7975;
}
</style>
border-color css
<style>
span { border-color: #9F7975; }
span { border-color: rgb(159,121,117); }
td.TdClassName
{
border-color: #9F7975;
}
.TagClassName
{
border-color: #9F7975;
}
</style>