Shades of Opium #9C7B7A
Tints of Opium #9C7B7A
RGB
CMYK
RGB Variations
Color information
#9C7B7A (or 0x9C7B7A) is known color: Opium. HEX triplet: 9C, 7B and 7A. RGB value is (156,123,122). Sum of RGB (Red+Green+Blue) = 156+123+122=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7B7A is #638485. Grayscale: #848484. Windows color (decimal): -6521990 or 8027036. OLE color: 8027036.
HSL color Cylindrical-coordinate representation of color #9C7B7A: hue angle of 1.76º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9C7B7A is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 123 | 122 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.39 |
| HSL | 1.76º | 0.15% | 0.55% | - |
| HSV(B) | 1.76º | 0.22% | 0.61% | - |
| XYZ | 24.31 | 22.64 | 21.5 | - |
| YUV | 132.75 | 121.93 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 122 | 0 | 0.21 | 0.22 | 0.39 | 1.76 | 0.15 | 0.55 |
| Hex | 9C | 7B | 7A | 0 | 15 | 16 | 27 | 2 | F | 37 |
| Octal | 234 | 173 | 172 | 0 | 25 | 26 | 47 | 2 | 17 | 67 |
| Binary | 10011100 | 1111011 | 1111010 | 0 | 10101 | 10110 | 100111 | 10 | 1111 | 110111 |
Color Harmonies of #9C7B7A
Complementary color
Monochromatic Colors of #9C7B7A
Black with #9C7B7A
Text Example
Text Example
White with #9C7B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7B7A; }
p { color: rgb(156,123,122); }
H1.HeaderClassName
{
color: #9C7B7A;
}
.AnyTagClassName
{
color: #9C7B7A;
}
</style>
background-color css
<style>
a { background-color: #9C7B7A; }
a { background-color: rgb(156,123,122); }
div.DivClassName
{
background-color: #9C7B7A;
}
.BgClassName
{
background-color: #9C7B7A;
}
</style>
border-color css
<style>
span { border-color: #9C7B7A; }
span { border-color: rgb(156,123,122); }
td.TdClassName
{
border-color: #9C7B7A;
}
.TagClassName
{
border-color: #9C7B7A;
}
</style>