Shades of Opium #9D7775
Tints of Opium #9D7775
RGB
CMYK
RGB Variations
Color information
#9D7775 (or 0x9D7775) is known color: Opium. HEX triplet: 9D, 77 and 75. RGB value is (157,119,117). Sum of RGB (Red+Green+Blue) = 157+119+117=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7775 is #62888A. Grayscale: #828282. Windows color (decimal): -6457483 or 7698333. OLE color: 7698333.
HSL color Cylindrical-coordinate representation of color #9D7775: hue angle of 3º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9D7775 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 119 | 117 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.38 |
| HSL | 3º | 0.17% | 0.54% | - |
| HSV(B) | 3º | 0.25% | 0.62% | - |
| XYZ | 23.71 | 21.65 | 19.76 | - |
| YUV | 130.13 | 120.59 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 119 | 117 | 0 | 0.24 | 0.25 | 0.38 | 3 | 0.17 | 0.54 |
| Hex | 9D | 77 | 75 | 0 | 18 | 19 | 26 | 3 | 11 | 36 |
| Octal | 235 | 167 | 165 | 0 | 30 | 31 | 46 | 3 | 21 | 66 |
| Binary | 10011101 | 1110111 | 1110101 | 0 | 11000 | 11001 | 100110 | 11 | 10001 | 110110 |
Color Harmonies of #9D7775
Complementary color
Monochromatic Colors of #9D7775
Black with #9D7775
Text Example
Text Example
White with #9D7775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7775; }
p { color: rgb(157,119,117); }
H1.HeaderClassName
{
color: #9D7775;
}
.AnyTagClassName
{
color: #9D7775;
}
</style>
background-color css
<style>
a { background-color: #9D7775; }
a { background-color: rgb(157,119,117); }
div.DivClassName
{
background-color: #9D7775;
}
.BgClassName
{
background-color: #9D7775;
}
</style>
border-color css
<style>
span { border-color: #9D7775; }
span { border-color: rgb(157,119,117); }
td.TdClassName
{
border-color: #9D7775;
}
.TagClassName
{
border-color: #9D7775;
}
</style>