Shades of Opium #997777
Tints of Opium #997777
RGB
CMYK
RGB Variations
Color information
#997777 (or 0x997777) is known color: Opium. HEX triplet: 99, 77 and 77. RGB value is (153,119,119). Sum of RGB (Red+Green+Blue) = 153+119+119=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #997777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997777 is #668888. Grayscale: #818181. Windows color (decimal): -6719625 or 7829401. OLE color: 7829401.
HSL color Cylindrical-coordinate representation of color #997777: hue angle of 0º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #997777 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 119 | 119 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.4 |
| HSL | 0º | 0.14% | 0.53% | - |
| HSV(B) | 0º | 0.22% | 0.6% | - |
| XYZ | 23.06 | 21.3 | 20.35 | - |
| YUV | 129.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 119 | 0 | 0.22 | 0.22 | 0.4 | 0 | 0.14 | 0.53 |
| Hex | 99 | 77 | 77 | 0 | 16 | 16 | 28 | 0 | E | 35 |
| Octal | 231 | 167 | 167 | 0 | 26 | 26 | 50 | 0 | 16 | 65 |
| Binary | 10011001 | 1110111 | 1110111 | 0 | 10110 | 10110 | 101000 | 0 | 1110 | 110101 |
Color Harmonies of #997777
Complementary color
Monochromatic Colors of #997777
Black with #997777
Text Example
Text Example
White with #997777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997777; }
p { color: rgb(153,119,119); }
H1.HeaderClassName
{
color: #997777;
}
.AnyTagClassName
{
color: #997777;
}
</style>
background-color css
<style>
a { background-color: #997777; }
a { background-color: rgb(153,119,119); }
div.DivClassName
{
background-color: #997777;
}
.BgClassName
{
background-color: #997777;
}
</style>
border-color css
<style>
span { border-color: #997777; }
span { border-color: rgb(153,119,119); }
td.TdClassName
{
border-color: #997777;
}
.TagClassName
{
border-color: #997777;
}
</style>