Shades of Opium #A47B78
Tints of Opium #A47B78
RGB
CMYK
RGB Variations
Color information
#A47B78 (or 0xA47B78) is known color: Opium. HEX triplet: A4, 7B and 78. RGB value is (164,123,120). Sum of RGB (Red+Green+Blue) = 164+123+120=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47B78 is #5B8487. Grayscale: #868686. Windows color (decimal): -5997704 or 7895972. OLE color: 7895972.
HSL color Cylindrical-coordinate representation of color #A47B78: hue angle of 4.09º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A47B78 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 123 | 120 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.36 |
| HSL | 4.09º | 0.19% | 0.56% | - |
| HSV(B) | 4.09º | 0.27% | 0.64% | - |
| XYZ | 25.78 | 23.41 | 20.93 | - |
| YUV | 134.92 | 119.58 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 123 | 120 | 0 | 0.25 | 0.27 | 0.36 | 4.09 | 0.19 | 0.56 |
| Hex | A4 | 7B | 78 | 0 | 19 | 1B | 24 | 4 | 13 | 38 |
| Octal | 244 | 173 | 170 | 0 | 31 | 33 | 44 | 4 | 23 | 70 |
| Binary | 10100100 | 1111011 | 1111000 | 0 | 11001 | 11011 | 100100 | 100 | 10011 | 111000 |
Color Harmonies of #A47B78
Complementary color
Monochromatic Colors of #A47B78
Black with #A47B78
Text Example
Text Example
White with #A47B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47B78; }
p { color: rgb(164,123,120); }
H1.HeaderClassName
{
color: #A47B78;
}
.AnyTagClassName
{
color: #A47B78;
}
</style>
background-color css
<style>
a { background-color: #A47B78; }
a { background-color: rgb(164,123,120); }
div.DivClassName
{
background-color: #A47B78;
}
.BgClassName
{
background-color: #A47B78;
}
</style>
border-color css
<style>
span { border-color: #A47B78; }
span { border-color: rgb(164,123,120); }
td.TdClassName
{
border-color: #A47B78;
}
.TagClassName
{
border-color: #A47B78;
}
</style>