Shades of Opium #94807D
Tints of Opium #94807D
RGB
CMYK
RGB Variations
Color information
#94807D (or 0x94807D) is known color: Opium. HEX triplet: 94, 80 and 7D. RGB value is (148,128,125). Sum of RGB (Red+Green+Blue) = 148+128+125=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #94807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94807D is #6B7F82. Grayscale: #858585. Windows color (decimal): -7044995 or 8224916. OLE color: 8224916.
HSL color Cylindrical-coordinate representation of color #94807D: hue angle of 7.83º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94807D is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 128 | 125 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.42 |
| HSL | 7.83º | 0.1% | 0.54% | - |
| HSV(B) | 7.83º | 0.16% | 0.58% | - |
| XYZ | 23.63 | 23.21 | 22.64 | - |
| YUV | 133.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 128 | 125 | 0 | 0.14 | 0.16 | 0.42 | 7.83 | 0.1 | 0.54 |
| Hex | 94 | 80 | 7D | 0 | E | 10 | 2A | 8 | A | 36 |
| Octal | 224 | 200 | 175 | 0 | 16 | 20 | 52 | 10 | 12 | 66 |
| Binary | 10010100 | 10000000 | 1111101 | 0 | 1110 | 10000 | 101010 | 1000 | 1010 | 110110 |
Color Harmonies of #94807D
Complementary color
Monochromatic Colors of #94807D
Black with #94807D
Text Example
Text Example
White with #94807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94807D; }
p { color: rgb(148,128,125); }
H1.HeaderClassName
{
color: #94807D;
}
.AnyTagClassName
{
color: #94807D;
}
</style>
background-color css
<style>
a { background-color: #94807D; }
a { background-color: rgb(148,128,125); }
div.DivClassName
{
background-color: #94807D;
}
.BgClassName
{
background-color: #94807D;
}
</style>
border-color css
<style>
span { border-color: #94807D; }
span { border-color: rgb(148,128,125); }
td.TdClassName
{
border-color: #94807D;
}
.TagClassName
{
border-color: #94807D;
}
</style>