Shades of Opium #9C827F
Tints of Opium #9C827F
RGB
CMYK
RGB Variations
Color information
#9C827F (or 0x9C827F) is known color: Opium. HEX triplet: 9C, 82 and 7F. RGB value is (156,130,127). Sum of RGB (Red+Green+Blue) = 156+130+127=413 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.77% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 156 - color contains mainly: red. Hex color #9C827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C827F is #637D80. Grayscale: #898989. Windows color (decimal): -6520193 or 8356508. OLE color: 8356508.
HSL color Cylindrical-coordinate representation of color #9C827F: hue angle of 6.21º 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 #9C827F is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 130 | 127 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.39 |
| HSL | 6.21º | 0.13% | 0.55% | - |
| HSV(B) | 6.21º | 0.19% | 0.61% | - |
| XYZ | 25.52 | 24.57 | 23.48 | - |
| YUV | 137.43 | 122.11 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 127 | 0 | 0.17 | 0.19 | 0.39 | 6.21 | 0.13 | 0.55 |
| Hex | 9C | 82 | 7F | 0 | 11 | 13 | 27 | 6 | D | 37 |
| Octal | 234 | 202 | 177 | 0 | 21 | 23 | 47 | 6 | 15 | 67 |
| Binary | 10011100 | 10000010 | 1111111 | 0 | 10001 | 10011 | 100111 | 110 | 1101 | 110111 |
Color Harmonies of #9C827F
Complementary color
Monochromatic Colors of #9C827F
Black with #9C827F
Text Example
Text Example
White with #9C827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C827F; }
p { color: rgb(156,130,127); }
H1.HeaderClassName
{
color: #9C827F;
}
.AnyTagClassName
{
color: #9C827F;
}
</style>
background-color css
<style>
a { background-color: #9C827F; }
a { background-color: rgb(156,130,127); }
div.DivClassName
{
background-color: #9C827F;
}
.BgClassName
{
background-color: #9C827F;
}
</style>
border-color css
<style>
span { border-color: #9C827F; }
span { border-color: rgb(156,130,127); }
td.TdClassName
{
border-color: #9C827F;
}
.TagClassName
{
border-color: #9C827F;
}
</style>