Shades of Opium #987B79
Tints of Opium #987B79
RGB
CMYK
RGB Variations
Color information
#987B79 (or 0x987B79) is known color: Opium. HEX triplet: 98, 7B and 79. RGB value is (152,123,121). Sum of RGB (Red+Green+Blue) = 152+123+121=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #987B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987B79 is #678486. Grayscale: #838383. Windows color (decimal): -6784135 or 7961496. OLE color: 7961496.
HSL color Cylindrical-coordinate representation of color #987B79: hue angle of 3.87º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #987B79 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 121 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.40 |
| HSL | 3.87º | 0.13% | 0.54% | - |
| HSV(B) | 3.87º | 0.2% | 0.6% | - |
| XYZ | 23.48 | 22.22 | 21.14 | - |
| YUV | 131.44 | 122.11 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 121 | 0 | 0.19 | 0.20 | 0.40 | 3.87 | 0.13 | 0.54 |
| Hex | 98 | 7B | 79 | 0 | 13 | 14 | 28 | 4 | D | 36 |
| Octal | 230 | 173 | 171 | 0 | 23 | 24 | 50 | 4 | 15 | 66 |
| Binary | 10011000 | 1111011 | 1111001 | 0 | 10011 | 10100 | 101000 | 100 | 1101 | 110110 |
Color Harmonies of #987B79
Complementary color
Monochromatic Colors of #987B79
Black with #987B79
Text Example
Text Example
White with #987B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B79; }
p { color: rgb(152,123,121); }
H1.HeaderClassName
{
color: #987B79;
}
.AnyTagClassName
{
color: #987B79;
}
</style>
background-color css
<style>
a { background-color: #987B79; }
a { background-color: rgb(152,123,121); }
div.DivClassName
{
background-color: #987B79;
}
.BgClassName
{
background-color: #987B79;
}
</style>
border-color css
<style>
span { border-color: #987B79; }
span { border-color: rgb(152,123,121); }
td.TdClassName
{
border-color: #987B79;
}
.TagClassName
{
border-color: #987B79;
}
</style>