Shades of Opium #A37B78
Tints of Opium #A37B78
RGB
CMYK
RGB Variations
Color information
#A37B78 (or 0xA37B78) is known color: Opium. HEX triplet: A3, 7B and 78. RGB value is (163,123,120). Sum of RGB (Red+Green+Blue) = 163+123+120=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37B78 is #5C8487. Grayscale: #868686. Windows color (decimal): -6063240 or 7895971. OLE color: 7895971.
HSL color Cylindrical-coordinate representation of color #A37B78: hue angle of 4.19º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A37B78 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 123 | 120 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.36 |
| HSL | 4.19º | 0.19% | 0.55% | - |
| HSV(B) | 4.19º | 0.26% | 0.64% | - |
| XYZ | 25.58 | 23.31 | 20.92 | - |
| YUV | 134.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 123 | 120 | 0 | 0.25 | 0.26 | 0.36 | 4.19 | 0.19 | 0.55 |
| Hex | A3 | 7B | 78 | 0 | 19 | 1A | 24 | 4 | 13 | 37 |
| Octal | 243 | 173 | 170 | 0 | 31 | 32 | 44 | 4 | 23 | 67 |
| Binary | 10100011 | 1111011 | 1111000 | 0 | 11001 | 11010 | 100100 | 100 | 10011 | 110111 |
Color Harmonies of #A37B78
Complementary color
Monochromatic Colors of #A37B78
Black with #A37B78
Text Example
Text Example
White with #A37B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37B78; }
p { color: rgb(163,123,120); }
H1.HeaderClassName
{
color: #A37B78;
}
.AnyTagClassName
{
color: #A37B78;
}
</style>
background-color css
<style>
a { background-color: #A37B78; }
a { background-color: rgb(163,123,120); }
div.DivClassName
{
background-color: #A37B78;
}
.BgClassName
{
background-color: #A37B78;
}
</style>
border-color css
<style>
span { border-color: #A37B78; }
span { border-color: rgb(163,123,120); }
td.TdClassName
{
border-color: #A37B78;
}
.TagClassName
{
border-color: #A37B78;
}
</style>