Shades of Opium #967E7A
Tints of Opium #967E7A
RGB
CMYK
RGB Variations
Color information
#967E7A (or 0x967E7A) is known color: Opium. HEX triplet: 96, 7E and 7A. RGB value is (150,126,122). Sum of RGB (Red+Green+Blue) = 150+126+122=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #967E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967E7A is #698185. Grayscale: #848484. Windows color (decimal): -6914438 or 8027798. OLE color: 8027798.
HSL color Cylindrical-coordinate representation of color #967E7A: hue angle of 8.57º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #967E7A is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 126 | 122 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.41 |
| HSL | 8.57º | 0.12% | 0.53% | - |
| HSV(B) | 8.57º | 0.19% | 0.59% | - |
| XYZ | 23.55 | 22.81 | 21.57 | - |
| YUV | 132.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 122 | 0 | 0.16 | 0.19 | 0.41 | 8.57 | 0.12 | 0.53 |
| Hex | 96 | 7E | 7A | 0 | 10 | 13 | 29 | 9 | C | 35 |
| Octal | 226 | 176 | 172 | 0 | 20 | 23 | 51 | 11 | 14 | 65 |
| Binary | 10010110 | 1111110 | 1111010 | 0 | 10000 | 10011 | 101001 | 1001 | 1100 | 110101 |
Color Harmonies of #967E7A
Complementary color
Monochromatic Colors of #967E7A
Black with #967E7A
Text Example
Text Example
White with #967E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967E7A; }
p { color: rgb(150,126,122); }
H1.HeaderClassName
{
color: #967E7A;
}
.AnyTagClassName
{
color: #967E7A;
}
</style>
background-color css
<style>
a { background-color: #967E7A; }
a { background-color: rgb(150,126,122); }
div.DivClassName
{
background-color: #967E7A;
}
.BgClassName
{
background-color: #967E7A;
}
</style>
border-color css
<style>
span { border-color: #967E7A; }
span { border-color: rgb(150,126,122); }
td.TdClassName
{
border-color: #967E7A;
}
.TagClassName
{
border-color: #967E7A;
}
</style>