Shades of Opium #AB7D7C
Tints of Opium #AB7D7C
RGB
CMYK
RGB Variations
Color information
#AB7D7C (or 0xAB7D7C) is known color: Opium. HEX triplet: AB, 7D and 7C. RGB value is (171,125,124). Sum of RGB (Red+Green+Blue) = 171+125+124=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7D7C is #548283. Grayscale: #8A8A8A. Windows color (decimal): -5538436 or 8158635. OLE color: 8158635.
HSL color Cylindrical-coordinate representation of color #AB7D7C: hue angle of 1.28º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB7D7C is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 125 | 124 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.33 |
| HSL | 1.28º | 0.22% | 0.58% | - |
| HSV(B) | 1.28º | 0.27% | 0.67% | - |
| XYZ | 27.77 | 24.78 | 22.39 | - |
| YUV | 138.64 | 119.74 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 124 | 0 | 0.27 | 0.27 | 0.33 | 1.28 | 0.22 | 0.58 |
| Hex | AB | 7D | 7C | 0 | 1B | 1B | 21 | 1 | 16 | 3A |
| Octal | 253 | 175 | 174 | 0 | 33 | 33 | 41 | 1 | 26 | 72 |
| Binary | 10101011 | 1111101 | 1111100 | 0 | 11011 | 11011 | 100001 | 1 | 10110 | 111010 |
Color Harmonies of #AB7D7C
Complementary color
Monochromatic Colors of #AB7D7C
Black with #AB7D7C
Text Example
Text Example
White with #AB7D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7D7C; }
p { color: rgb(171,125,124); }
H1.HeaderClassName
{
color: #AB7D7C;
}
.AnyTagClassName
{
color: #AB7D7C;
}
</style>
background-color css
<style>
a { background-color: #AB7D7C; }
a { background-color: rgb(171,125,124); }
div.DivClassName
{
background-color: #AB7D7C;
}
.BgClassName
{
background-color: #AB7D7C;
}
</style>
border-color css
<style>
span { border-color: #AB7D7C; }
span { border-color: rgb(171,125,124); }
td.TdClassName
{
border-color: #AB7D7C;
}
.TagClassName
{
border-color: #AB7D7C;
}
</style>