Shades of Opium #9E7674
Tints of Opium #9E7674
RGB
CMYK
RGB Variations
Color information
#9E7674 (or 0x9E7674) is known color: Opium. HEX triplet: 9E, 76 and 74. RGB value is (158,118,116). Sum of RGB (Red+Green+Blue) = 158+118+116=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7674 is #61898B. Grayscale: #818181. Windows color (decimal): -6392204 or 7632542. OLE color: 7632542.
HSL color Cylindrical-coordinate representation of color #9E7674: hue angle of 2.86º 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 #9E7674 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 118 | 116 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.38 |
| HSL | 2.86º | 0.18% | 0.54% | - |
| HSV(B) | 2.86º | 0.27% | 0.62% | - |
| XYZ | 23.73 | 21.49 | 19.42 | - |
| YUV | 129.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 118 | 116 | 0 | 0.25 | 0.27 | 0.38 | 2.86 | 0.18 | 0.54 |
| Hex | 9E | 76 | 74 | 0 | 19 | 1B | 26 | 3 | 12 | 36 |
| Octal | 236 | 166 | 164 | 0 | 31 | 33 | 46 | 3 | 22 | 66 |
| Binary | 10011110 | 1110110 | 1110100 | 0 | 11001 | 11011 | 100110 | 11 | 10010 | 110110 |
Color Harmonies of #9E7674
Complementary color
Monochromatic Colors of #9E7674
Black with #9E7674
Text Example
Text Example
White with #9E7674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7674; }
p { color: rgb(158,118,116); }
H1.HeaderClassName
{
color: #9E7674;
}
.AnyTagClassName
{
color: #9E7674;
}
</style>
background-color css
<style>
a { background-color: #9E7674; }
a { background-color: rgb(158,118,116); }
div.DivClassName
{
background-color: #9E7674;
}
.BgClassName
{
background-color: #9E7674;
}
</style>
border-color css
<style>
span { border-color: #9E7674; }
span { border-color: rgb(158,118,116); }
td.TdClassName
{
border-color: #9E7674;
}
.TagClassName
{
border-color: #9E7674;
}
</style>