Shades of Opium #947F7E
Tints of Opium #947F7E
RGB
CMYK
RGB Variations
Color information
#947F7E (or 0x947F7E) is known color: Opium. HEX triplet: 94, 7F and 7E. RGB value is (148,127,126). Sum of RGB (Red+Green+Blue) = 148+127+126=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #947F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947F7E is #6B8081. Grayscale: #858585. Windows color (decimal): -7045250 or 8290196. OLE color: 8290196.
HSL color Cylindrical-coordinate representation of color #947F7E: hue angle of 2.73º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #947F7E is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 127 | 126 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.42 |
| HSL | 2.73º | 0.09% | 0.54% | - |
| HSV(B) | 2.73º | 0.15% | 0.58% | - |
| XYZ | 23.57 | 22.98 | 22.93 | - |
| YUV | 133.17 | 123.96 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 126 | 0 | 0.14 | 0.15 | 0.42 | 2.73 | 0.09 | 0.54 |
| Hex | 94 | 7F | 7E | 0 | E | F | 2A | 3 | 9 | 36 |
| Octal | 224 | 177 | 176 | 0 | 16 | 17 | 52 | 3 | 11 | 66 |
| Binary | 10010100 | 1111111 | 1111110 | 0 | 1110 | 1111 | 101010 | 11 | 1001 | 110110 |
Color Harmonies of #947F7E
Complementary color
Monochromatic Colors of #947F7E
Black with #947F7E
Text Example
Text Example
White with #947F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947F7E; }
p { color: rgb(148,127,126); }
H1.HeaderClassName
{
color: #947F7E;
}
.AnyTagClassName
{
color: #947F7E;
}
</style>
background-color css
<style>
a { background-color: #947F7E; }
a { background-color: rgb(148,127,126); }
div.DivClassName
{
background-color: #947F7E;
}
.BgClassName
{
background-color: #947F7E;
}
</style>
border-color css
<style>
span { border-color: #947F7E; }
span { border-color: rgb(148,127,126); }
td.TdClassName
{
border-color: #947F7E;
}
.TagClassName
{
border-color: #947F7E;
}
</style>