Shades of Opium #948484
Tints of Opium #948484
RGB
CMYK
RGB Variations
Color information
#948484 (or 0x948484) is known color: Opium. HEX triplet: 94, 84 and 84. RGB value is (148,132,132). Sum of RGB (Red+Green+Blue) = 148+132+132=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 148 - color contains mainly: red. Hex color #948484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948484 is #6B7B7B. Grayscale: #888888. Windows color (decimal): -7043964 or 8684692. OLE color: 8684692.
HSL color Cylindrical-coordinate representation of color #948484: hue angle of 0º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #948484 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 132 | 132 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.42 |
| HSL | 0º | 0.07% | 0.55% | - |
| HSV(B) | 0º | 0.11% | 0.58% | - |
| XYZ | 24.63 | 24.46 | 25.25 | - |
| YUV | 136.78 | 125.3 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 132 | 132 | 0 | 0.11 | 0.11 | 0.42 | 0 | 0.07 | 0.55 |
| Hex | 94 | 84 | 84 | 0 | B | B | 2A | 0 | 7 | 37 |
| Octal | 224 | 204 | 204 | 0 | 13 | 13 | 52 | 0 | 7 | 67 |
| Binary | 10010100 | 10000100 | 10000100 | 0 | 1011 | 1011 | 101010 | 0 | 111 | 110111 |
Color Harmonies of #948484
Complementary color
Monochromatic Colors of #948484
Black with #948484
Text Example
Text Example
White with #948484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948484; }
p { color: rgb(148,132,132); }
H1.HeaderClassName
{
color: #948484;
}
.AnyTagClassName
{
color: #948484;
}
</style>
background-color css
<style>
a { background-color: #948484; }
a { background-color: rgb(148,132,132); }
div.DivClassName
{
background-color: #948484;
}
.BgClassName
{
background-color: #948484;
}
</style>
border-color css
<style>
span { border-color: #948484; }
span { border-color: rgb(148,132,132); }
td.TdClassName
{
border-color: #948484;
}
.TagClassName
{
border-color: #948484;
}
</style>