Shades of Opium #98827F
Tints of Opium #98827F
RGB
CMYK
RGB Variations
Color information
#98827F (or 0x98827F) is known color: Opium. HEX triplet: 98, 82 and 7F. RGB value is (152,130,127). Sum of RGB (Red+Green+Blue) = 152+130+127=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 152 - color contains mainly: red. Hex color #98827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98827F is #677D80. Grayscale: #888888. Windows color (decimal): -6782337 or 8356504. OLE color: 8356504.
HSL color Cylindrical-coordinate representation of color #98827F: hue angle of 7.2º 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 #98827F is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 130 | 127 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.40 |
| HSL | 7.2º | 0.11% | 0.55% | - |
| HSV(B) | 7.2º | 0.16% | 0.6% | - |
| XYZ | 24.76 | 24.17 | 23.44 | - |
| YUV | 136.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 130 | 127 | 0 | 0.14 | 0.16 | 0.40 | 7.2 | 0.11 | 0.55 |
| Hex | 98 | 82 | 7F | 0 | E | 10 | 28 | 7 | B | 37 |
| Octal | 230 | 202 | 177 | 0 | 16 | 20 | 50 | 7 | 13 | 67 |
| Binary | 10011000 | 10000010 | 1111111 | 0 | 1110 | 10000 | 101000 | 111 | 1011 | 110111 |
Color Harmonies of #98827F
Complementary color
Monochromatic Colors of #98827F
Black with #98827F
Text Example
Text Example
White with #98827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98827F; }
p { color: rgb(152,130,127); }
H1.HeaderClassName
{
color: #98827F;
}
.AnyTagClassName
{
color: #98827F;
}
</style>
background-color css
<style>
a { background-color: #98827F; }
a { background-color: rgb(152,130,127); }
div.DivClassName
{
background-color: #98827F;
}
.BgClassName
{
background-color: #98827F;
}
</style>
border-color css
<style>
span { border-color: #98827F; }
span { border-color: rgb(152,130,127); }
td.TdClassName
{
border-color: #98827F;
}
.TagClassName
{
border-color: #98827F;
}
</style>