Shades of Opium #99807E
Tints of Opium #99807E
RGB
CMYK
RGB Variations
Color information
#99807E (or 0x99807E) is known color: Opium. HEX triplet: 99, 80 and 7E. RGB value is (153,128,126). Sum of RGB (Red+Green+Blue) = 153+128+126=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #99807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99807E is #667F81. Grayscale: #878787. Windows color (decimal): -6717314 or 8290457. OLE color: 8290457.
HSL color Cylindrical-coordinate representation of color #99807E: hue angle of 4.44º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99807E is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 128 | 126 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.4 |
| HSL | 4.44º | 0.12% | 0.55% | - |
| HSV(B) | 4.44º | 0.18% | 0.6% | - |
| XYZ | 24.62 | 23.72 | 23.02 | - |
| YUV | 135.25 | 122.78 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 126 | 0 | 0.16 | 0.18 | 0.4 | 4.44 | 0.12 | 0.55 |
| Hex | 99 | 80 | 7E | 0 | 10 | 12 | 28 | 4 | C | 37 |
| Octal | 231 | 200 | 176 | 0 | 20 | 22 | 50 | 4 | 14 | 67 |
| Binary | 10011001 | 10000000 | 1111110 | 0 | 10000 | 10010 | 101000 | 100 | 1100 | 110111 |
Color Harmonies of #99807E
Complementary color
Monochromatic Colors of #99807E
Black with #99807E
Text Example
Text Example
White with #99807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99807E; }
p { color: rgb(153,128,126); }
H1.HeaderClassName
{
color: #99807E;
}
.AnyTagClassName
{
color: #99807E;
}
</style>
background-color css
<style>
a { background-color: #99807E; }
a { background-color: rgb(153,128,126); }
div.DivClassName
{
background-color: #99807E;
}
.BgClassName
{
background-color: #99807E;
}
</style>
border-color css
<style>
span { border-color: #99807E; }
span { border-color: rgb(153,128,126); }
td.TdClassName
{
border-color: #99807E;
}
.TagClassName
{
border-color: #99807E;
}
</style>