Shades of Opium #997A78
Tints of Opium #997A78
RGB
CMYK
RGB Variations
Color information
#997A78 (or 0x997A78) is known color: Opium. HEX triplet: 99, 7A and 78. RGB value is (153,122,120). Sum of RGB (Red+Green+Blue) = 153+122+120=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #997A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997A78 is #668587. Grayscale: #838383. Windows color (decimal): -6718856 or 7895705. OLE color: 7895705.
HSL color Cylindrical-coordinate representation of color #997A78: hue angle of 3.64º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #997A78 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 122 | 120 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.4 |
| HSL | 3.64º | 0.14% | 0.54% | - |
| HSV(B) | 3.64º | 0.22% | 0.6% | - |
| XYZ | 23.49 | 22.05 | 20.79 | - |
| YUV | 131.04 | 121.77 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 120 | 0 | 0.20 | 0.22 | 0.4 | 3.64 | 0.14 | 0.54 |
| Hex | 99 | 7A | 78 | 0 | 14 | 16 | 28 | 4 | E | 36 |
| Octal | 231 | 172 | 170 | 0 | 24 | 26 | 50 | 4 | 16 | 66 |
| Binary | 10011001 | 1111010 | 1111000 | 0 | 10100 | 10110 | 101000 | 100 | 1110 | 110110 |
Color Harmonies of #997A78
Complementary color
Monochromatic Colors of #997A78
Black with #997A78
Text Example
Text Example
White with #997A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997A78; }
p { color: rgb(153,122,120); }
H1.HeaderClassName
{
color: #997A78;
}
.AnyTagClassName
{
color: #997A78;
}
</style>
background-color css
<style>
a { background-color: #997A78; }
a { background-color: rgb(153,122,120); }
div.DivClassName
{
background-color: #997A78;
}
.BgClassName
{
background-color: #997A78;
}
</style>
border-color css
<style>
span { border-color: #997A78; }
span { border-color: rgb(153,122,120); }
td.TdClassName
{
border-color: #997A78;
}
.TagClassName
{
border-color: #997A78;
}
</style>