Shades of Opium #9B7A7A
Tints of Opium #9B7A7A
RGB
CMYK
RGB Variations
Color information
#9B7A7A (or 0x9B7A7A) is known color: Opium. HEX triplet: 9B, 7A and 7A. RGB value is (155,122,122). Sum of RGB (Red+Green+Blue) = 155+122+122=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7A7A is #648585. Grayscale: #838383. Windows color (decimal): -6587782 or 8026779. OLE color: 8026779.
HSL color Cylindrical-coordinate representation of color #9B7A7A: hue angle of 0º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B7A7A is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 122 | 122 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.39 |
| HSL | 0º | 0.14% | 0.54% | - |
| HSV(B) | 0º | 0.21% | 0.61% | - |
| XYZ | 23.99 | 22.29 | 21.45 | - |
| YUV | 131.87 | 122.43 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 122 | 122 | 0 | 0.21 | 0.21 | 0.39 | 0 | 0.14 | 0.54 |
| Hex | 9B | 7A | 7A | 0 | 15 | 15 | 27 | 0 | E | 36 |
| Octal | 233 | 172 | 172 | 0 | 25 | 25 | 47 | 0 | 16 | 66 |
| Binary | 10011011 | 1111010 | 1111010 | 0 | 10101 | 10101 | 100111 | 0 | 1110 | 110110 |
Color Harmonies of #9B7A7A
Complementary color
Monochromatic Colors of #9B7A7A
Black with #9B7A7A
Text Example
Text Example
White with #9B7A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7A7A; }
p { color: rgb(155,122,122); }
H1.HeaderClassName
{
color: #9B7A7A;
}
.AnyTagClassName
{
color: #9B7A7A;
}
</style>
background-color css
<style>
a { background-color: #9B7A7A; }
a { background-color: rgb(155,122,122); }
div.DivClassName
{
background-color: #9B7A7A;
}
.BgClassName
{
background-color: #9B7A7A;
}
</style>
border-color css
<style>
span { border-color: #9B7A7A; }
span { border-color: rgb(155,122,122); }
td.TdClassName
{
border-color: #9B7A7A;
}
.TagClassName
{
border-color: #9B7A7A;
}
</style>