Shades of Opium #98807D
Tints of Opium #98807D
RGB
CMYK
RGB Variations
Color information
#98807D (or 0x98807D) is known color: Opium. HEX triplet: 98, 80 and 7D. RGB value is (152,128,125). Sum of RGB (Red+Green+Blue) = 152+128+125=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 152 - color contains mainly: red. Hex color #98807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98807D is #677F82. Grayscale: #868686. Windows color (decimal): -6782851 or 8224920. OLE color: 8224920.
HSL color Cylindrical-coordinate representation of color #98807D: hue angle of 6.67º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98807D is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 128 | 125 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.40 |
| HSL | 6.67º | 0.12% | 0.54% | - |
| HSV(B) | 6.67º | 0.18% | 0.6% | - |
| XYZ | 24.37 | 23.59 | 22.67 | - |
| YUV | 134.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 128 | 125 | 0 | 0.16 | 0.18 | 0.40 | 6.67 | 0.12 | 0.54 |
| Hex | 98 | 80 | 7D | 0 | 10 | 12 | 28 | 7 | C | 36 |
| Octal | 230 | 200 | 175 | 0 | 20 | 22 | 50 | 7 | 14 | 66 |
| Binary | 10011000 | 10000000 | 1111101 | 0 | 10000 | 10010 | 101000 | 111 | 1100 | 110110 |
Color Harmonies of #98807D
Complementary color
Monochromatic Colors of #98807D
Black with #98807D
Text Example
Text Example
White with #98807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98807D; }
p { color: rgb(152,128,125); }
H1.HeaderClassName
{
color: #98807D;
}
.AnyTagClassName
{
color: #98807D;
}
</style>
background-color css
<style>
a { background-color: #98807D; }
a { background-color: rgb(152,128,125); }
div.DivClassName
{
background-color: #98807D;
}
.BgClassName
{
background-color: #98807D;
}
</style>
border-color css
<style>
span { border-color: #98807D; }
span { border-color: rgb(152,128,125); }
td.TdClassName
{
border-color: #98807D;
}
.TagClassName
{
border-color: #98807D;
}
</style>