Shades of Opium #977A79
Tints of Opium #977A79
RGB
CMYK
RGB Variations
Color information
#977A79 (or 0x977A79) is known color: Opium. HEX triplet: 97, 7A and 79. RGB value is (151,122,121). Sum of RGB (Red+Green+Blue) = 151+122+121=394 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.32% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 151 - color contains mainly: red. Hex color #977A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977A79 is #688586. Grayscale: #828282. Windows color (decimal): -6849927 or 7961239. OLE color: 7961239.
HSL color Cylindrical-coordinate representation of color #977A79: hue angle of 2º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #977A79 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 122 | 121 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.41 |
| HSL | 2º | 0.13% | 0.53% | - |
| HSV(B) | 2º | 0.2% | 0.59% | - |
| XYZ | 23.17 | 21.88 | 21.09 | - |
| YUV | 130.56 | 122.61 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 121 | 0 | 0.19 | 0.20 | 0.41 | 2 | 0.13 | 0.53 |
| Hex | 97 | 7A | 79 | 0 | 13 | 14 | 29 | 2 | D | 35 |
| Octal | 227 | 172 | 171 | 0 | 23 | 24 | 51 | 2 | 15 | 65 |
| Binary | 10010111 | 1111010 | 1111001 | 0 | 10011 | 10100 | 101001 | 10 | 1101 | 110101 |
Color Harmonies of #977A79
Complementary color
Monochromatic Colors of #977A79
Black with #977A79
Text Example
Text Example
White with #977A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977A79; }
p { color: rgb(151,122,121); }
H1.HeaderClassName
{
color: #977A79;
}
.AnyTagClassName
{
color: #977A79;
}
</style>
background-color css
<style>
a { background-color: #977A79; }
a { background-color: rgb(151,122,121); }
div.DivClassName
{
background-color: #977A79;
}
.BgClassName
{
background-color: #977A79;
}
</style>
border-color css
<style>
span { border-color: #977A79; }
span { border-color: rgb(151,122,121); }
td.TdClassName
{
border-color: #977A79;
}
.TagClassName
{
border-color: #977A79;
}
</style>