Shades of Opium #9C827E
Tints of Opium #9C827E
RGB
CMYK
RGB Variations
Color information
#9C827E (or 0x9C827E) is known color: Opium. HEX triplet: 9C, 82 and 7E. RGB value is (156,130,126). Sum of RGB (Red+Green+Blue) = 156+130+126=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 156 - color contains mainly: red. Hex color #9C827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C827E is #637D81. Grayscale: #898989. Windows color (decimal): -6520194 or 8290972. OLE color: 8290972.
HSL color Cylindrical-coordinate representation of color #9C827E: hue angle of 8º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9C827E is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 130 | 126 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.39 |
| HSL | 8º | 0.13% | 0.55% | - |
| HSV(B) | 8º | 0.19% | 0.61% | - |
| XYZ | 25.46 | 24.54 | 23.13 | - |
| YUV | 137.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 126 | 0 | 0.17 | 0.19 | 0.39 | 8 | 0.13 | 0.55 |
| Hex | 9C | 82 | 7E | 0 | 11 | 13 | 27 | 8 | D | 37 |
| Octal | 234 | 202 | 176 | 0 | 21 | 23 | 47 | 10 | 15 | 67 |
| Binary | 10011100 | 10000010 | 1111110 | 0 | 10001 | 10011 | 100111 | 1000 | 1101 | 110111 |
Color Harmonies of #9C827E
Complementary color
Monochromatic Colors of #9C827E
Black with #9C827E
Text Example
Text Example
White with #9C827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C827E; }
p { color: rgb(156,130,126); }
H1.HeaderClassName
{
color: #9C827E;
}
.AnyTagClassName
{
color: #9C827E;
}
</style>
background-color css
<style>
a { background-color: #9C827E; }
a { background-color: rgb(156,130,126); }
div.DivClassName
{
background-color: #9C827E;
}
.BgClassName
{
background-color: #9C827E;
}
</style>
border-color css
<style>
span { border-color: #9C827E; }
span { border-color: rgb(156,130,126); }
td.TdClassName
{
border-color: #9C827E;
}
.TagClassName
{
border-color: #9C827E;
}
</style>