Shades of Opium #987A78
Tints of Opium #987A78
RGB
CMYK
RGB Variations
Color information
#987A78 (or 0x987A78) is known color: Opium. HEX triplet: 98, 7A and 78. RGB value is (152,122,120). Sum of RGB (Red+Green+Blue) = 152+122+120=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 152 - color contains mainly: red. Hex color #987A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987A78 is #678587. Grayscale: #828282. Windows color (decimal): -6784392 or 7895704. OLE color: 7895704.
HSL color Cylindrical-coordinate representation of color #987A78: hue angle of 3.75º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #987A78 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 122 | 120 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.40 |
| HSL | 3.75º | 0.13% | 0.53% | - |
| HSV(B) | 3.75º | 0.21% | 0.6% | - |
| XYZ | 23.3 | 21.95 | 20.78 | - |
| YUV | 130.74 | 121.94 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 120 | 0 | 0.20 | 0.21 | 0.40 | 3.75 | 0.13 | 0.53 |
| Hex | 98 | 7A | 78 | 0 | 14 | 15 | 28 | 4 | D | 35 |
| Octal | 230 | 172 | 170 | 0 | 24 | 25 | 50 | 4 | 15 | 65 |
| Binary | 10011000 | 1111010 | 1111000 | 0 | 10100 | 10101 | 101000 | 100 | 1101 | 110101 |
Color Harmonies of #987A78
Complementary color
Monochromatic Colors of #987A78
Black with #987A78
Text Example
Text Example
White with #987A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987A78; }
p { color: rgb(152,122,120); }
H1.HeaderClassName
{
color: #987A78;
}
.AnyTagClassName
{
color: #987A78;
}
</style>
background-color css
<style>
a { background-color: #987A78; }
a { background-color: rgb(152,122,120); }
div.DivClassName
{
background-color: #987A78;
}
.BgClassName
{
background-color: #987A78;
}
</style>
border-color css
<style>
span { border-color: #987A78; }
span { border-color: rgb(152,122,120); }
td.TdClassName
{
border-color: #987A78;
}
.TagClassName
{
border-color: #987A78;
}
</style>