Shades of Opium #AB7B7A
Tints of Opium #AB7B7A
RGB
CMYK
RGB Variations
Color information
#AB7B7A (or 0xAB7B7A) is known color: Opium. HEX triplet: AB, 7B and 7A. RGB value is (171,123,122). Sum of RGB (Red+Green+Blue) = 171+123+122=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7B7A is #548485. Grayscale: #898989. Windows color (decimal): -5538950 or 8027051. OLE color: 8027051.
HSL color Cylindrical-coordinate representation of color #AB7B7A: hue angle of 1.22º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB7B7A is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 123 | 122 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.33 |
| HSL | 1.22º | 0.23% | 0.57% | - |
| HSV(B) | 1.22º | 0.29% | 0.67% | - |
| XYZ | 27.39 | 24.23 | 21.65 | - |
| YUV | 137.24 | 119.4 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 122 | 0 | 0.28 | 0.29 | 0.33 | 1.22 | 0.23 | 0.57 |
| Hex | AB | 7B | 7A | 0 | 1C | 1D | 21 | 1 | 17 | 39 |
| Octal | 253 | 173 | 172 | 0 | 34 | 35 | 41 | 1 | 27 | 71 |
| Binary | 10101011 | 1111011 | 1111010 | 0 | 11100 | 11101 | 100001 | 1 | 10111 | 111001 |
Color Harmonies of #AB7B7A
Complementary color
Monochromatic Colors of #AB7B7A
Black with #AB7B7A
Text Example
Text Example
White with #AB7B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7B7A; }
p { color: rgb(171,123,122); }
H1.HeaderClassName
{
color: #AB7B7A;
}
.AnyTagClassName
{
color: #AB7B7A;
}
</style>
background-color css
<style>
a { background-color: #AB7B7A; }
a { background-color: rgb(171,123,122); }
div.DivClassName
{
background-color: #AB7B7A;
}
.BgClassName
{
background-color: #AB7B7A;
}
</style>
border-color css
<style>
span { border-color: #AB7B7A; }
span { border-color: rgb(171,123,122); }
td.TdClassName
{
border-color: #AB7B7A;
}
.TagClassName
{
border-color: #AB7B7A;
}
</style>