Shades of Opium #967F7C
Tints of Opium #967F7C
RGB
CMYK
RGB Variations
Color information
#967F7C (or 0x967F7C) is known color: Opium. HEX triplet: 96, 7F and 7C. RGB value is (150,127,124). Sum of RGB (Red+Green+Blue) = 150+127+124=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #967F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967F7C is #698083. Grayscale: #858585. Windows color (decimal): -6914180 or 8159126. OLE color: 8159126.
HSL color Cylindrical-coordinate representation of color #967F7C: hue angle of 6.92º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #967F7C is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 127 | 124 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.41 |
| HSL | 6.92º | 0.11% | 0.54% | - |
| HSV(B) | 6.92º | 0.17% | 0.59% | - |
| XYZ | 23.81 | 23.12 | 22.28 | - |
| YUV | 133.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 124 | 0 | 0.15 | 0.17 | 0.41 | 6.92 | 0.11 | 0.54 |
| Hex | 96 | 7F | 7C | 0 | F | 11 | 29 | 7 | B | 36 |
| Octal | 226 | 177 | 174 | 0 | 17 | 21 | 51 | 7 | 13 | 66 |
| Binary | 10010110 | 1111111 | 1111100 | 0 | 1111 | 10001 | 101001 | 111 | 1011 | 110110 |
Color Harmonies of #967F7C
Complementary color
Monochromatic Colors of #967F7C
Black with #967F7C
Text Example
Text Example
White with #967F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967F7C; }
p { color: rgb(150,127,124); }
H1.HeaderClassName
{
color: #967F7C;
}
.AnyTagClassName
{
color: #967F7C;
}
</style>
background-color css
<style>
a { background-color: #967F7C; }
a { background-color: rgb(150,127,124); }
div.DivClassName
{
background-color: #967F7C;
}
.BgClassName
{
background-color: #967F7C;
}
</style>
border-color css
<style>
span { border-color: #967F7C; }
span { border-color: rgb(150,127,124); }
td.TdClassName
{
border-color: #967F7C;
}
.TagClassName
{
border-color: #967F7C;
}
</style>