Shades of Opium #9F7D78
Tints of Opium #9F7D78
RGB
CMYK
RGB Variations
Color information
#9F7D78 (or 0x9F7D78) is known color: Opium. HEX triplet: 9F, 7D and 78. RGB value is (159,125,120). Sum of RGB (Red+Green+Blue) = 159+125+120=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7D78 is #608287. Grayscale: #868686. Windows color (decimal): -6324872 or 7896479. OLE color: 7896479.
HSL color Cylindrical-coordinate representation of color #9F7D78: hue angle of 7.69º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F7D78 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 125 | 120 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.38 |
| HSL | 7.69º | 0.17% | 0.55% | - |
| HSV(B) | 7.69º | 0.25% | 0.62% | - |
| XYZ | 25.02 | 23.39 | 20.97 | - |
| YUV | 134.6 | 119.76 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 125 | 120 | 0 | 0.21 | 0.25 | 0.38 | 7.69 | 0.17 | 0.55 |
| Hex | 9F | 7D | 78 | 0 | 15 | 19 | 26 | 8 | 11 | 37 |
| Octal | 237 | 175 | 170 | 0 | 25 | 31 | 46 | 10 | 21 | 67 |
| Binary | 10011111 | 1111101 | 1111000 | 0 | 10101 | 11001 | 100110 | 1000 | 10001 | 110111 |
Color Harmonies of #9F7D78
Complementary color
Monochromatic Colors of #9F7D78
Black with #9F7D78
Text Example
Text Example
White with #9F7D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7D78; }
p { color: rgb(159,125,120); }
H1.HeaderClassName
{
color: #9F7D78;
}
.AnyTagClassName
{
color: #9F7D78;
}
</style>
background-color css
<style>
a { background-color: #9F7D78; }
a { background-color: rgb(159,125,120); }
div.DivClassName
{
background-color: #9F7D78;
}
.BgClassName
{
background-color: #9F7D78;
}
</style>
border-color css
<style>
span { border-color: #9F7D78; }
span { border-color: rgb(159,125,120); }
td.TdClassName
{
border-color: #9F7D78;
}
.TagClassName
{
border-color: #9F7D78;
}
</style>