Shades of Opium #967F7F
Tints of Opium #967F7F
RGB
CMYK
RGB Variations
Color information
#967F7F (or 0x967F7F) is known color: Opium. HEX triplet: 96, 7F and 7F. RGB value is (150,127,127). Sum of RGB (Red+Green+Blue) = 150+127+127=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 150 - color contains mainly: red. Hex color #967F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967F7F is #698080. Grayscale: #858585. Windows color (decimal): -6914177 or 8355734. OLE color: 8355734.
HSL color Cylindrical-coordinate representation of color #967F7F: hue angle of 0º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #967F7F is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 127 | 127 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.41 |
| HSL | 0º | 0.1% | 0.54% | - |
| HSV(B) | 0º | 0.15% | 0.59% | - |
| XYZ | 24 | 23.2 | 23.29 | - |
| YUV | 133.88 | 124.12 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 127 | 0 | 0.15 | 0.15 | 0.41 | 0 | 0.1 | 0.54 |
| Hex | 96 | 7F | 7F | 0 | F | F | 29 | 0 | A | 36 |
| Octal | 226 | 177 | 177 | 0 | 17 | 17 | 51 | 0 | 12 | 66 |
| Binary | 10010110 | 1111111 | 1111111 | 0 | 1111 | 1111 | 101001 | 0 | 1010 | 110110 |
Color Harmonies of #967F7F
Complementary color
Monochromatic Colors of #967F7F
Black with #967F7F
Text Example
Text Example
White with #967F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967F7F; }
p { color: rgb(150,127,127); }
H1.HeaderClassName
{
color: #967F7F;
}
.AnyTagClassName
{
color: #967F7F;
}
</style>
background-color css
<style>
a { background-color: #967F7F; }
a { background-color: rgb(150,127,127); }
div.DivClassName
{
background-color: #967F7F;
}
.BgClassName
{
background-color: #967F7F;
}
</style>
border-color css
<style>
span { border-color: #967F7F; }
span { border-color: rgb(150,127,127); }
td.TdClassName
{
border-color: #967F7F;
}
.TagClassName
{
border-color: #967F7F;
}
</style>