Shades of Topaz #807885
Tints of Topaz #807885
RGB
CMYK
RGB Variations
Color information
#807885 (or 0x807885) is known color: Topaz. HEX triplet: 80, 78 and 85. RGB value is (128,120,133). Sum of RGB (Red+Green+Blue) = 128+120+133=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 133 - color contains mainly: blue. Hex color #807885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807885 is #7F877A. Grayscale: #7B7B7B. Windows color (decimal): -8357755 or 8747136. OLE color: 8747136.
HSL color Cylindrical-coordinate representation of color #807885: hue angle of 276.92º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #807885 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 120 | 133 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.48 |
| HSL | 276.92º | 0.05% | 0.5% | - |
| HSV(B) | 276.92º | 0.1% | 0.52% | - |
| XYZ | 19.85 | 19.72 | 24.95 | - |
| YUV | 123.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 133 | 0.04 | 0.10 | 0 | 0.48 | 276.92 | 0.05 | 0.5 |
| Hex | 80 | 78 | 85 | 4 | A | 0 | 30 | 115 | 5 | 32 |
| Octal | 200 | 170 | 205 | 4 | 12 | 0 | 60 | 425 | 5 | 62 |
| Binary | 10000000 | 1111000 | 10000101 | 100 | 1010 | 0 | 110000 | 100010101 | 101 | 110010 |
Color Harmonies of #807885
Complementary color
Monochromatic Colors of #807885
Black with #807885
Text Example
Text Example
White with #807885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807885; }
p { color: rgb(128,120,133); }
H1.HeaderClassName
{
color: #807885;
}
.AnyTagClassName
{
color: #807885;
}
</style>
background-color css
<style>
a { background-color: #807885; }
a { background-color: rgb(128,120,133); }
div.DivClassName
{
background-color: #807885;
}
.BgClassName
{
background-color: #807885;
}
</style>
border-color css
<style>
span { border-color: #807885; }
span { border-color: rgb(128,120,133); }
td.TdClassName
{
border-color: #807885;
}
.TagClassName
{
border-color: #807885;
}
</style>