Shades of Opium #997B7A
Tints of Opium #997B7A
RGB
CMYK
RGB Variations
Color information
#997B7A (or 0x997B7A) is known color: Opium. HEX triplet: 99, 7B and 7A. RGB value is (153,123,122). Sum of RGB (Red+Green+Blue) = 153+123+122=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #997B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997B7A is #668485. Grayscale: #838383. Windows color (decimal): -6718598 or 8027033. OLE color: 8027033.
HSL color Cylindrical-coordinate representation of color #997B7A: hue angle of 1.94º 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 #997B7A is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 123 | 122 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.4 |
| HSL | 1.94º | 0.13% | 0.54% | - |
| HSV(B) | 1.94º | 0.2% | 0.6% | - |
| XYZ | 23.73 | 22.34 | 21.47 | - |
| YUV | 131.86 | 122.44 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 122 | 0 | 0.20 | 0.20 | 0.4 | 1.94 | 0.13 | 0.54 |
| Hex | 99 | 7B | 7A | 0 | 14 | 14 | 28 | 2 | D | 36 |
| Octal | 231 | 173 | 172 | 0 | 24 | 24 | 50 | 2 | 15 | 66 |
| Binary | 10011001 | 1111011 | 1111010 | 0 | 10100 | 10100 | 101000 | 10 | 1101 | 110110 |
Color Harmonies of #997B7A
Complementary color
Monochromatic Colors of #997B7A
Black with #997B7A
Text Example
Text Example
White with #997B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997B7A; }
p { color: rgb(153,123,122); }
H1.HeaderClassName
{
color: #997B7A;
}
.AnyTagClassName
{
color: #997B7A;
}
</style>
background-color css
<style>
a { background-color: #997B7A; }
a { background-color: rgb(153,123,122); }
div.DivClassName
{
background-color: #997B7A;
}
.BgClassName
{
background-color: #997B7A;
}
</style>
border-color css
<style>
span { border-color: #997B7A; }
span { border-color: rgb(153,123,122); }
td.TdClassName
{
border-color: #997B7A;
}
.TagClassName
{
border-color: #997B7A;
}
</style>