Shades of Opium #997C79
Tints of Opium #997C79
RGB
CMYK
RGB Variations
Color information
#997C79 (or 0x997C79) is known color: Opium. HEX triplet: 99, 7C and 79. RGB value is (153,124,121). Sum of RGB (Red+Green+Blue) = 153+124+121=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #997C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997C79 is #668386. Grayscale: #848484. Windows color (decimal): -6718343 or 7961753. OLE color: 7961753.
HSL color Cylindrical-coordinate representation of color #997C79: hue angle of 5.62º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #997C79 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 124 | 121 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.4 |
| HSL | 5.63º | 0.14% | 0.54% | - |
| HSV(B) | 5.63º | 0.21% | 0.6% | - |
| XYZ | 23.8 | 22.57 | 21.19 | - |
| YUV | 132.33 | 121.61 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 121 | 0 | 0.19 | 0.21 | 0.4 | 5.63 | 0.14 | 0.54 |
| Hex | 99 | 7C | 79 | 0 | 13 | 15 | 28 | 6 | E | 36 |
| Octal | 231 | 174 | 171 | 0 | 23 | 25 | 50 | 6 | 16 | 66 |
| Binary | 10011001 | 1111100 | 1111001 | 0 | 10011 | 10101 | 101000 | 110 | 1110 | 110110 |
Color Harmonies of #997C79
Complementary color
Monochromatic Colors of #997C79
Black with #997C79
Text Example
Text Example
White with #997C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997C79; }
p { color: rgb(153,124,121); }
H1.HeaderClassName
{
color: #997C79;
}
.AnyTagClassName
{
color: #997C79;
}
</style>
background-color css
<style>
a { background-color: #997C79; }
a { background-color: rgb(153,124,121); }
div.DivClassName
{
background-color: #997C79;
}
.BgClassName
{
background-color: #997C79;
}
</style>
border-color css
<style>
span { border-color: #997C79; }
span { border-color: rgb(153,124,121); }
td.TdClassName
{
border-color: #997C79;
}
.TagClassName
{
border-color: #997C79;
}
</style>