Shades of Opium #967B7B
Tints of Opium #967B7B
RGB
CMYK
RGB Variations
Color information
#967B7B (or 0x967B7B) is known color: Opium. HEX triplet: 96, 7B and 7B. RGB value is (150,123,123). Sum of RGB (Red+Green+Blue) = 150+123+123=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #967B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967B7B is #698484. Grayscale: #838383. Windows color (decimal): -6915205 or 8092566. OLE color: 8092566.
HSL color Cylindrical-coordinate representation of color #967B7B: hue angle of 0º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #967B7B is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
RGB | 150 | 123 | 123 | - |
CMYK | 0 | 0.18 | 0.18 | 0.41 |
HSL | 0º | 0.11% | 0.54% | - |
HSV(B) | 0º | 0.18% | 0.59% | - |
XYZ | 23.24 | 22.08 | 21.78 | - |
YUV | 131.07 | 123.45 | 141.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 150 | 123 | 123 | 0 | 0.18 | 0.18 | 0.41 | 0 | 0.11 | 0.54 |
Hex | 96 | 7B | 7B | 0 | 12 | 12 | 29 | 0 | B | 36 |
Octal | 226 | 173 | 173 | 0 | 22 | 22 | 51 | 0 | 13 | 66 |
Binary | 10010110 | 1111011 | 1111011 | 0 | 10010 | 10010 | 101001 | 0 | 1011 | 110110 |
Color Harmonies of #967B7B
Complementary color
Monochromatic Colors of #967B7B
Black with #967B7B
Text Example
Text Example
White with #967B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967B7B; }
p { color: rgb(150,123,123); }
H1.HeaderClassName
{
color: #967B7B;
}
.AnyTagClassName
{
color: #967B7B;
}
</style>
background-color css
<style>
a { background-color: #967B7B; }
a { background-color: rgb(150,123,123); }
div.DivClassName
{
background-color: #967B7B;
}
.BgClassName
{
background-color: #967B7B;
}
</style>
border-color css
<style>
span { border-color: #967B7B; }
span { border-color: rgb(150,123,123); }
td.TdClassName
{
border-color: #967B7B;
}
.TagClassName
{
border-color: #967B7B;
}
</style>