Shades of Opium #997878
Tints of Opium #997878
RGB
CMYK
RGB Variations
Color information
#997878 (or 0x997878) is known color: Opium. HEX triplet: 99, 78 and 78. RGB value is (153,120,120). Sum of RGB (Red+Green+Blue) = 153+120+120=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #997878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997878 is #668787. Grayscale: #818181. Windows color (decimal): -6719368 or 7895193. OLE color: 7895193.
HSL color Cylindrical-coordinate representation of color #997878: hue angle of 0º 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 #997878 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 120 | 120 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.4 |
| HSL | 0º | 0.14% | 0.54% | - |
| HSV(B) | 0º | 0.22% | 0.6% | - |
| XYZ | 23.24 | 21.56 | 20.71 | - |
| YUV | 129.87 | 122.43 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 120 | 0 | 0.22 | 0.22 | 0.4 | 0 | 0.14 | 0.54 |
| Hex | 99 | 78 | 78 | 0 | 16 | 16 | 28 | 0 | E | 36 |
| Octal | 231 | 170 | 170 | 0 | 26 | 26 | 50 | 0 | 16 | 66 |
| Binary | 10011001 | 1111000 | 1111000 | 0 | 10110 | 10110 | 101000 | 0 | 1110 | 110110 |
Color Harmonies of #997878
Complementary color
Monochromatic Colors of #997878
Black with #997878
Text Example
Text Example
White with #997878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997878; }
p { color: rgb(153,120,120); }
H1.HeaderClassName
{
color: #997878;
}
.AnyTagClassName
{
color: #997878;
}
</style>
background-color css
<style>
a { background-color: #997878; }
a { background-color: rgb(153,120,120); }
div.DivClassName
{
background-color: #997878;
}
.BgClassName
{
background-color: #997878;
}
</style>
border-color css
<style>
span { border-color: #997878; }
span { border-color: rgb(153,120,120); }
td.TdClassName
{
border-color: #997878;
}
.TagClassName
{
border-color: #997878;
}
</style>