Shades of Opium #9C7B78
Tints of Opium #9C7B78
RGB
CMYK
RGB Variations
Color information
#9C7B78 (or 0x9C7B78) is known color: Opium. HEX triplet: 9C, 7B and 78. RGB value is (156,123,120). Sum of RGB (Red+Green+Blue) = 156+123+120=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7B78 is #638487. Grayscale: #848484. Windows color (decimal): -6521992 or 7895964. OLE color: 7895964.
HSL color Cylindrical-coordinate representation of color #9C7B78: hue angle of 5º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9C7B78 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 123 | 120 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.39 |
| HSL | 5º | 0.15% | 0.54% | - |
| HSV(B) | 5º | 0.23% | 0.61% | - |
| XYZ | 24.18 | 22.59 | 20.85 | - |
| YUV | 132.53 | 120.93 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 120 | 0 | 0.21 | 0.23 | 0.39 | 5 | 0.15 | 0.54 |
| Hex | 9C | 7B | 78 | 0 | 15 | 17 | 27 | 5 | F | 36 |
| Octal | 234 | 173 | 170 | 0 | 25 | 27 | 47 | 5 | 17 | 66 |
| Binary | 10011100 | 1111011 | 1111000 | 0 | 10101 | 10111 | 100111 | 101 | 1111 | 110110 |
Color Harmonies of #9C7B78
Complementary color
Monochromatic Colors of #9C7B78
Black with #9C7B78
Text Example
Text Example
White with #9C7B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7B78; }
p { color: rgb(156,123,120); }
H1.HeaderClassName
{
color: #9C7B78;
}
.AnyTagClassName
{
color: #9C7B78;
}
</style>
background-color css
<style>
a { background-color: #9C7B78; }
a { background-color: rgb(156,123,120); }
div.DivClassName
{
background-color: #9C7B78;
}
.BgClassName
{
background-color: #9C7B78;
}
</style>
border-color css
<style>
span { border-color: #9C7B78; }
span { border-color: rgb(156,123,120); }
td.TdClassName
{
border-color: #9C7B78;
}
.TagClassName
{
border-color: #9C7B78;
}
</style>