Shades of Opium #937D7B
Tints of Opium #937D7B
RGB
CMYK
RGB Variations
Color information
#937D7B (or 0x937D7B) is known color: Opium. HEX triplet: 93, 7D and 7B. RGB value is (147,125,123). Sum of RGB (Red+Green+Blue) = 147+125+123=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 147 - color contains mainly: red. Hex color #937D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937D7B is #6C8284. Grayscale: #838383. Windows color (decimal): -7111301 or 8093075. OLE color: 8093075.
HSL color Cylindrical-coordinate representation of color #937D7B: hue angle of 5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #937D7B is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 125 | 123 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.42 |
| HSL | 5º | 0.1% | 0.53% | - |
| HSV(B) | 5º | 0.16% | 0.58% | - |
| XYZ | 22.94 | 22.3 | 21.83 | - |
| YUV | 131.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 123 | 0 | 0.15 | 0.16 | 0.42 | 5 | 0.1 | 0.53 |
| Hex | 93 | 7D | 7B | 0 | F | 10 | 2A | 5 | A | 35 |
| Octal | 223 | 175 | 173 | 0 | 17 | 20 | 52 | 5 | 12 | 65 |
| Binary | 10010011 | 1111101 | 1111011 | 0 | 1111 | 10000 | 101010 | 101 | 1010 | 110101 |
Color Harmonies of #937D7B
Complementary color
Monochromatic Colors of #937D7B
Black with #937D7B
Text Example
Text Example
White with #937D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937D7B; }
p { color: rgb(147,125,123); }
H1.HeaderClassName
{
color: #937D7B;
}
.AnyTagClassName
{
color: #937D7B;
}
</style>
background-color css
<style>
a { background-color: #937D7B; }
a { background-color: rgb(147,125,123); }
div.DivClassName
{
background-color: #937D7B;
}
.BgClassName
{
background-color: #937D7B;
}
</style>
border-color css
<style>
span { border-color: #937D7B; }
span { border-color: rgb(147,125,123); }
td.TdClassName
{
border-color: #937D7B;
}
.TagClassName
{
border-color: #937D7B;
}
</style>