Shades of Opium #947E7B
Tints of Opium #947E7B
RGB
CMYK
RGB Variations
Color information
#947E7B (or 0x947E7B) is known color: Opium. HEX triplet: 94, 7E and 7B. RGB value is (148,126,123). Sum of RGB (Red+Green+Blue) = 148+126+123=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #947E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947E7B is #6B8184. Grayscale: #848484. Windows color (decimal): -7045509 or 8093332. OLE color: 8093332.
HSL color Cylindrical-coordinate representation of color #947E7B: hue angle of 7.2º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #947E7B is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 126 | 123 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.42 |
| HSL | 7.2º | 0.1% | 0.53% | - |
| HSV(B) | 7.2º | 0.17% | 0.58% | - |
| XYZ | 23.25 | 22.65 | 21.88 | - |
| YUV | 132.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 126 | 123 | 0 | 0.15 | 0.17 | 0.42 | 7.2 | 0.1 | 0.53 |
| Hex | 94 | 7E | 7B | 0 | F | 11 | 2A | 7 | A | 35 |
| Octal | 224 | 176 | 173 | 0 | 17 | 21 | 52 | 7 | 12 | 65 |
| Binary | 10010100 | 1111110 | 1111011 | 0 | 1111 | 10001 | 101010 | 111 | 1010 | 110101 |
Color Harmonies of #947E7B
Complementary color
Monochromatic Colors of #947E7B
Black with #947E7B
Text Example
Text Example
White with #947E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947E7B; }
p { color: rgb(148,126,123); }
H1.HeaderClassName
{
color: #947E7B;
}
.AnyTagClassName
{
color: #947E7B;
}
</style>
background-color css
<style>
a { background-color: #947E7B; }
a { background-color: rgb(148,126,123); }
div.DivClassName
{
background-color: #947E7B;
}
.BgClassName
{
background-color: #947E7B;
}
</style>
border-color css
<style>
span { border-color: #947E7B; }
span { border-color: rgb(148,126,123); }
td.TdClassName
{
border-color: #947E7B;
}
.TagClassName
{
border-color: #947E7B;
}
</style>