Shades of Opium #967B7A
Tints of Opium #967B7A
RGB
CMYK
RGB Variations
Color information
#967B7A (or 0x967B7A) is known color: Opium. HEX triplet: 96, 7B and 7A. RGB value is (150,123,122). Sum of RGB (Red+Green+Blue) = 150+123+122=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #967B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967B7A is #698485. Grayscale: #828282. Windows color (decimal): -6915206 or 8027030. OLE color: 8027030.
HSL color Cylindrical-coordinate representation of color #967B7A: hue angle of 2.14º 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 #967B7A is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 123 | 122 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.41 |
| HSL | 2.14º | 0.12% | 0.53% | - |
| HSV(B) | 2.14º | 0.19% | 0.59% | - |
| XYZ | 23.17 | 22.06 | 21.45 | - |
| YUV | 130.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 123 | 122 | 0 | 0.18 | 0.19 | 0.41 | 2.14 | 0.12 | 0.53 |
| Hex | 96 | 7B | 7A | 0 | 12 | 13 | 29 | 2 | C | 35 |
| Octal | 226 | 173 | 172 | 0 | 22 | 23 | 51 | 2 | 14 | 65 |
| Binary | 10010110 | 1111011 | 1111010 | 0 | 10010 | 10011 | 101001 | 10 | 1100 | 110101 |
Color Harmonies of #967B7A
Complementary color
Monochromatic Colors of #967B7A
Black with #967B7A
Text Example
Text Example
White with #967B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967B7A; }
p { color: rgb(150,123,122); }
H1.HeaderClassName
{
color: #967B7A;
}
.AnyTagClassName
{
color: #967B7A;
}
</style>
background-color css
<style>
a { background-color: #967B7A; }
a { background-color: rgb(150,123,122); }
div.DivClassName
{
background-color: #967B7A;
}
.BgClassName
{
background-color: #967B7A;
}
</style>
border-color css
<style>
span { border-color: #967B7A; }
span { border-color: rgb(150,123,122); }
td.TdClassName
{
border-color: #967B7A;
}
.TagClassName
{
border-color: #967B7A;
}
</style>