Shades of Opium #9D807C
Tints of Opium #9D807C
RGB
CMYK
RGB Variations
Color information
#9D807C (or 0x9D807C) is known color: Opium. HEX triplet: 9D, 80 and 7C. RGB value is (157,128,124). Sum of RGB (Red+Green+Blue) = 157+128+124=409 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.39% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 157 - color contains mainly: red. Hex color #9D807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D807C is #627F83. Grayscale: #888888. Windows color (decimal): -6455172 or 8159389. OLE color: 8159389.
HSL color Cylindrical-coordinate representation of color #9D807C: hue angle of 7.27º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9D807C is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 128 | 124 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.38 |
| HSL | 7.27º | 0.14% | 0.55% | - |
| HSV(B) | 7.27º | 0.21% | 0.62% | - |
| XYZ | 25.26 | 24.06 | 22.38 | - |
| YUV | 136.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 128 | 124 | 0 | 0.18 | 0.21 | 0.38 | 7.27 | 0.14 | 0.55 |
| Hex | 9D | 80 | 7C | 0 | 12 | 15 | 26 | 7 | E | 37 |
| Octal | 235 | 200 | 174 | 0 | 22 | 25 | 46 | 7 | 16 | 67 |
| Binary | 10011101 | 10000000 | 1111100 | 0 | 10010 | 10101 | 100110 | 111 | 1110 | 110111 |
Color Harmonies of #9D807C
Complementary color
Monochromatic Colors of #9D807C
Black with #9D807C
Text Example
Text Example
White with #9D807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D807C; }
p { color: rgb(157,128,124); }
H1.HeaderClassName
{
color: #9D807C;
}
.AnyTagClassName
{
color: #9D807C;
}
</style>
background-color css
<style>
a { background-color: #9D807C; }
a { background-color: rgb(157,128,124); }
div.DivClassName
{
background-color: #9D807C;
}
.BgClassName
{
background-color: #9D807C;
}
</style>
border-color css
<style>
span { border-color: #9D807C; }
span { border-color: rgb(157,128,124); }
td.TdClassName
{
border-color: #9D807C;
}
.TagClassName
{
border-color: #9D807C;
}
</style>