Shades of Topaz #887D92
Tints of Topaz #887D92
RGB
CMYK
RGB Variations
Color information
#887D92 (or 0x887D92) is known color: Topaz. HEX triplet: 88, 7D and 92. RGB value is (136,125,146). Sum of RGB (Red+Green+Blue) = 136+125+146=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 146 - color contains mainly: blue. Hex color #887D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887D92 is #77826D. Grayscale: #828282. Windows color (decimal): -7832174 or 9600392. OLE color: 9600392.
HSL color Cylindrical-coordinate representation of color #887D92: hue angle of 271.43º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #887D92 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 125 | 146 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.43 |
| HSL | 271.43º | 0.09% | 0.53% | - |
| HSV(B) | 271.43º | 0.14% | 0.57% | - |
| XYZ | 22.68 | 21.98 | 30.24 | - |
| YUV | 130.68 | 136.64 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 146 | 0.07 | 0.14 | 0 | 0.43 | 271.43 | 0.09 | 0.53 |
| Hex | 88 | 7D | 92 | 7 | E | 0 | 2B | 10F | 9 | 35 |
| Octal | 210 | 175 | 222 | 7 | 16 | 0 | 53 | 417 | 11 | 65 |
| Binary | 10001000 | 1111101 | 10010010 | 111 | 1110 | 0 | 101011 | 100001111 | 1001 | 110101 |
Color Harmonies of #887D92
Complementary color
Monochromatic Colors of #887D92
Black with #887D92
Text Example
Text Example
White with #887D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887D92; }
p { color: rgb(136,125,146); }
H1.HeaderClassName
{
color: #887D92;
}
.AnyTagClassName
{
color: #887D92;
}
</style>
background-color css
<style>
a { background-color: #887D92; }
a { background-color: rgb(136,125,146); }
div.DivClassName
{
background-color: #887D92;
}
.BgClassName
{
background-color: #887D92;
}
</style>
border-color css
<style>
span { border-color: #887D92; }
span { border-color: rgb(136,125,146); }
td.TdClassName
{
border-color: #887D92;
}
.TagClassName
{
border-color: #887D92;
}
</style>