Shades of Opium #987F7F
Tints of Opium #987F7F
RGB
CMYK
RGB Variations
Color information
#987F7F (or 0x987F7F) is known color: Opium. HEX triplet: 98, 7F and 7F. RGB value is (152,127,127). Sum of RGB (Red+Green+Blue) = 152+127+127=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 152 - color contains mainly: red. Hex color #987F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987F7F is #678080. Grayscale: #868686. Windows color (decimal): -6783105 or 8355736. OLE color: 8355736.
HSL color Cylindrical-coordinate representation of color #987F7F: hue angle of 0º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #987F7F is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 127 | 127 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.40 |
| HSL | 0º | 0.11% | 0.55% | - |
| HSV(B) | 0º | 0.16% | 0.6% | - |
| XYZ | 24.37 | 23.39 | 23.31 | - |
| YUV | 134.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 127 | 0 | 0.16 | 0.16 | 0.40 | 0 | 0.11 | 0.55 |
| Hex | 98 | 7F | 7F | 0 | 10 | 10 | 28 | 0 | B | 37 |
| Octal | 230 | 177 | 177 | 0 | 20 | 20 | 50 | 0 | 13 | 67 |
| Binary | 10011000 | 1111111 | 1111111 | 0 | 10000 | 10000 | 101000 | 0 | 1011 | 110111 |
Color Harmonies of #987F7F
Complementary color
Monochromatic Colors of #987F7F
Black with #987F7F
Text Example
Text Example
White with #987F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987F7F; }
p { color: rgb(152,127,127); }
H1.HeaderClassName
{
color: #987F7F;
}
.AnyTagClassName
{
color: #987F7F;
}
</style>
background-color css
<style>
a { background-color: #987F7F; }
a { background-color: rgb(152,127,127); }
div.DivClassName
{
background-color: #987F7F;
}
.BgClassName
{
background-color: #987F7F;
}
</style>
border-color css
<style>
span { border-color: #987F7F; }
span { border-color: rgb(152,127,127); }
td.TdClassName
{
border-color: #987F7F;
}
.TagClassName
{
border-color: #987F7F;
}
</style>