Shades of Topaz #807987
Tints of Topaz #807987
RGB
CMYK
RGB Variations
Color information
#807987 (or 0x807987) is known color: Topaz. HEX triplet: 80, 79 and 87. RGB value is (128,121,135). Sum of RGB (Red+Green+Blue) = 128+121+135=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 135 - color contains mainly: blue. Hex color #807987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807987 is #7F8678. Grayscale: #7C7C7C. Windows color (decimal): -8357497 or 8878464. OLE color: 8878464.
HSL color Cylindrical-coordinate representation of color #807987: hue angle of 270º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #807987 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 121 | 135 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.47 |
| HSL | 270º | 0.06% | 0.5% | - |
| HSV(B) | 270º | 0.1% | 0.53% | - |
| XYZ | 20.11 | 20.01 | 25.72 | - |
| YUV | 124.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 121 | 135 | 0.05 | 0.10 | 0 | 0.47 | 270 | 0.06 | 0.5 |
| Hex | 80 | 79 | 87 | 5 | A | 0 | 2F | 10E | 6 | 32 |
| Octal | 200 | 171 | 207 | 5 | 12 | 0 | 57 | 416 | 6 | 62 |
| Binary | 10000000 | 1111001 | 10000111 | 101 | 1010 | 0 | 101111 | 100001110 | 110 | 110010 |
Color Harmonies of #807987
Complementary color
Monochromatic Colors of #807987
Black with #807987
Text Example
Text Example
White with #807987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807987; }
p { color: rgb(128,121,135); }
H1.HeaderClassName
{
color: #807987;
}
.AnyTagClassName
{
color: #807987;
}
</style>
background-color css
<style>
a { background-color: #807987; }
a { background-color: rgb(128,121,135); }
div.DivClassName
{
background-color: #807987;
}
.BgClassName
{
background-color: #807987;
}
</style>
border-color css
<style>
span { border-color: #807987; }
span { border-color: rgb(128,121,135); }
td.TdClassName
{
border-color: #807987;
}
.TagClassName
{
border-color: #807987;
}
</style>