Shades of Opium #99807D
Tints of Opium #99807D
RGB
CMYK
RGB Variations
Color information
#99807D (or 0x99807D) is known color: Opium. HEX triplet: 99, 80 and 7D. RGB value is (153,128,125). Sum of RGB (Red+Green+Blue) = 153+128+125=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #99807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99807D is #667F82. Grayscale: #878787. Windows color (decimal): -6717315 or 8224921. OLE color: 8224921.
HSL color Cylindrical-coordinate representation of color #99807D: hue angle of 6.43º 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 #99807D is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 128 | 125 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.4 |
| HSL | 6.43º | 0.12% | 0.55% | - |
| HSV(B) | 6.43º | 0.18% | 0.6% | - |
| XYZ | 24.56 | 23.69 | 22.68 | - |
| YUV | 135.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 125 | 0 | 0.16 | 0.18 | 0.4 | 6.43 | 0.12 | 0.55 |
| Hex | 99 | 80 | 7D | 0 | 10 | 12 | 28 | 6 | C | 37 |
| Octal | 231 | 200 | 175 | 0 | 20 | 22 | 50 | 6 | 14 | 67 |
| Binary | 10011001 | 10000000 | 1111101 | 0 | 10000 | 10010 | 101000 | 110 | 1100 | 110111 |
Color Harmonies of #99807D
Complementary color
Monochromatic Colors of #99807D
Black with #99807D
Text Example
Text Example
White with #99807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99807D; }
p { color: rgb(153,128,125); }
H1.HeaderClassName
{
color: #99807D;
}
.AnyTagClassName
{
color: #99807D;
}
</style>
background-color css
<style>
a { background-color: #99807D; }
a { background-color: rgb(153,128,125); }
div.DivClassName
{
background-color: #99807D;
}
.BgClassName
{
background-color: #99807D;
}
</style>
border-color css
<style>
span { border-color: #99807D; }
span { border-color: rgb(153,128,125); }
td.TdClassName
{
border-color: #99807D;
}
.TagClassName
{
border-color: #99807D;
}
</style>