Shades of Opium #9F7774
Tints of Opium #9F7774
RGB
CMYK
RGB Variations
Color information
#9F7774 (or 0x9F7774) is known color: Opium. HEX triplet: 9F, 77 and 74. RGB value is (159,119,116). Sum of RGB (Red+Green+Blue) = 159+119+116=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7774 is #60888B. Grayscale: #828282. Windows color (decimal): -6326412 or 7632799. OLE color: 7632799.
HSL color Cylindrical-coordinate representation of color #9F7774: hue angle of 4.19º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9F7774 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 119 | 116 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.38 |
| HSL | 4.19º | 0.18% | 0.54% | - |
| HSV(B) | 4.19º | 0.27% | 0.62% | - |
| XYZ | 24.05 | 21.83 | 19.47 | - |
| YUV | 130.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 119 | 116 | 0 | 0.25 | 0.27 | 0.38 | 4.19 | 0.18 | 0.54 |
| Hex | 9F | 77 | 74 | 0 | 19 | 1B | 26 | 4 | 12 | 36 |
| Octal | 237 | 167 | 164 | 0 | 31 | 33 | 46 | 4 | 22 | 66 |
| Binary | 10011111 | 1110111 | 1110100 | 0 | 11001 | 11011 | 100110 | 100 | 10010 | 110110 |
Color Harmonies of #9F7774
Complementary color
Monochromatic Colors of #9F7774
Black with #9F7774
Text Example
Text Example
White with #9F7774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7774; }
p { color: rgb(159,119,116); }
H1.HeaderClassName
{
color: #9F7774;
}
.AnyTagClassName
{
color: #9F7774;
}
</style>
background-color css
<style>
a { background-color: #9F7774; }
a { background-color: rgb(159,119,116); }
div.DivClassName
{
background-color: #9F7774;
}
.BgClassName
{
background-color: #9F7774;
}
</style>
border-color css
<style>
span { border-color: #9F7774; }
span { border-color: rgb(159,119,116); }
td.TdClassName
{
border-color: #9F7774;
}
.TagClassName
{
border-color: #9F7774;
}
</style>