Shades of Opium #997F7F
Tints of Opium #997F7F
RGB
CMYK
RGB Variations
Color information
#997F7F (or 0x997F7F) is known color: Opium. HEX triplet: 99, 7F and 7F. RGB value is (153,127,127). Sum of RGB (Red+Green+Blue) = 153+127+127=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #997F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997F7F is #668080. Grayscale: #868686. Windows color (decimal): -6717569 or 8355737. OLE color: 8355737.
HSL color Cylindrical-coordinate representation of color #997F7F: hue angle of 0º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #997F7F is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 127 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.4 |
| HSL | 0º | 0.11% | 0.55% | - |
| HSV(B) | 0º | 0.17% | 0.6% | - |
| XYZ | 24.56 | 23.48 | 23.32 | - |
| YUV | 134.77 | 123.61 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 127 | 0 | 0.17 | 0.17 | 0.4 | 0 | 0.11 | 0.55 |
| Hex | 99 | 7F | 7F | 0 | 11 | 11 | 28 | 0 | B | 37 |
| Octal | 231 | 177 | 177 | 0 | 21 | 21 | 50 | 0 | 13 | 67 |
| Binary | 10011001 | 1111111 | 1111111 | 0 | 10001 | 10001 | 101000 | 0 | 1011 | 110111 |
Color Harmonies of #997F7F
Complementary color
Monochromatic Colors of #997F7F
Black with #997F7F
Text Example
Text Example
White with #997F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F7F; }
p { color: rgb(153,127,127); }
H1.HeaderClassName
{
color: #997F7F;
}
.AnyTagClassName
{
color: #997F7F;
}
</style>
background-color css
<style>
a { background-color: #997F7F; }
a { background-color: rgb(153,127,127); }
div.DivClassName
{
background-color: #997F7F;
}
.BgClassName
{
background-color: #997F7F;
}
</style>
border-color css
<style>
span { border-color: #997F7F; }
span { border-color: rgb(153,127,127); }
td.TdClassName
{
border-color: #997F7F;
}
.TagClassName
{
border-color: #997F7F;
}
</style>