Shades of Opium #997B7B
Tints of Opium #997B7B
RGB
CMYK
RGB Variations
Color information
#997B7B (or 0x997B7B) is known color: Opium. HEX triplet: 99, 7B and 7B. RGB value is (153,123,123). Sum of RGB (Red+Green+Blue) = 153+123+123=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #997B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997B7B is #668484. Grayscale: #848484. Windows color (decimal): -6718597 or 8092569. OLE color: 8092569.
HSL color Cylindrical-coordinate representation of color #997B7B: hue angle of 0º 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 #997B7B is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 123 | 123 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.4 |
| HSL | 0º | 0.13% | 0.54% | - |
| HSV(B) | 0º | 0.2% | 0.6% | - |
| XYZ | 23.79 | 22.37 | 21.8 | - |
| YUV | 131.97 | 122.94 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 123 | 0 | 0.20 | 0.20 | 0.4 | 0 | 0.13 | 0.54 |
| Hex | 99 | 7B | 7B | 0 | 14 | 14 | 28 | 0 | D | 36 |
| Octal | 231 | 173 | 173 | 0 | 24 | 24 | 50 | 0 | 15 | 66 |
| Binary | 10011001 | 1111011 | 1111011 | 0 | 10100 | 10100 | 101000 | 0 | 1101 | 110110 |
Color Harmonies of #997B7B
Complementary color
Monochromatic Colors of #997B7B
Black with #997B7B
Text Example
Text Example
White with #997B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997B7B; }
p { color: rgb(153,123,123); }
H1.HeaderClassName
{
color: #997B7B;
}
.AnyTagClassName
{
color: #997B7B;
}
</style>
background-color css
<style>
a { background-color: #997B7B; }
a { background-color: rgb(153,123,123); }
div.DivClassName
{
background-color: #997B7B;
}
.BgClassName
{
background-color: #997B7B;
}
</style>
border-color css
<style>
span { border-color: #997B7B; }
span { border-color: rgb(153,123,123); }
td.TdClassName
{
border-color: #997B7B;
}
.TagClassName
{
border-color: #997B7B;
}
</style>