Shades of Opium #A47A77
Tints of Opium #A47A77
RGB
CMYK
RGB Variations
Color information
#A47A77 (or 0xA47A77) is known color: Opium. HEX triplet: A4, 7A and 77. RGB value is (164,122,119). Sum of RGB (Red+Green+Blue) = 164+122+119=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47A77 is #5B8588. Grayscale: #868686. Windows color (decimal): -5997961 or 7830180. OLE color: 7830180.
HSL color Cylindrical-coordinate representation of color #A47A77: hue angle of 4º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A47A77 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 122 | 119 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.36 |
| HSL | 4º | 0.2% | 0.55% | - |
| HSV(B) | 4º | 0.27% | 0.64% | - |
| XYZ | 25.6 | 23.14 | 20.57 | - |
| YUV | 134.22 | 119.41 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 119 | 0 | 0.26 | 0.27 | 0.36 | 4 | 0.2 | 0.55 |
| Hex | A4 | 7A | 77 | 0 | 1A | 1B | 24 | 4 | 14 | 37 |
| Octal | 244 | 172 | 167 | 0 | 32 | 33 | 44 | 4 | 24 | 67 |
| Binary | 10100100 | 1111010 | 1110111 | 0 | 11010 | 11011 | 100100 | 100 | 10100 | 110111 |
Color Harmonies of #A47A77
Complementary color
Monochromatic Colors of #A47A77
Black with #A47A77
Text Example
Text Example
White with #A47A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47A77; }
p { color: rgb(164,122,119); }
H1.HeaderClassName
{
color: #A47A77;
}
.AnyTagClassName
{
color: #A47A77;
}
</style>
background-color css
<style>
a { background-color: #A47A77; }
a { background-color: rgb(164,122,119); }
div.DivClassName
{
background-color: #A47A77;
}
.BgClassName
{
background-color: #A47A77;
}
</style>
border-color css
<style>
span { border-color: #A47A77; }
span { border-color: rgb(164,122,119); }
td.TdClassName
{
border-color: #A47A77;
}
.TagClassName
{
border-color: #A47A77;
}
</style>