Shades of Topaz #807F85
Tints of Topaz #807F85
RGB
CMYK
RGB Variations
Color information
#807F85 (or 0x807F85) is known color: Topaz. HEX triplet: 80, 7F and 85. RGB value is (128,127,133). Sum of RGB (Red+Green+Blue) = 128+127+133=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 133 - color contains mainly: blue. Hex color #807F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807F85 is #7F807A. Grayscale: #7F7F7F. Windows color (decimal): -8355963 or 8748928. OLE color: 8748928.
HSL color Cylindrical-coordinate representation of color #807F85: hue angle of 250º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #807F85 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 127 | 133 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.48 |
| HSL | 250º | 0.02% | 0.51% | - |
| HSV(B) | 250º | 0.05% | 0.52% | - |
| XYZ | 20.73 | 21.46 | 25.24 | - |
| YUV | 127.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 133 | 0.04 | 0.05 | 0 | 0.48 | 250 | 0.02 | 0.51 |
| Hex | 80 | 7F | 85 | 4 | 5 | 0 | 30 | FA | 2 | 33 |
| Octal | 200 | 177 | 205 | 4 | 5 | 0 | 60 | 372 | 2 | 63 |
| Binary | 10000000 | 1111111 | 10000101 | 100 | 101 | 0 | 110000 | 11111010 | 10 | 110011 |
Color Harmonies of #807F85
Complementary color
Monochromatic Colors of #807F85
Black with #807F85
Text Example
Text Example
White with #807F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807F85; }
p { color: rgb(128,127,133); }
H1.HeaderClassName
{
color: #807F85;
}
.AnyTagClassName
{
color: #807F85;
}
</style>
background-color css
<style>
a { background-color: #807F85; }
a { background-color: rgb(128,127,133); }
div.DivClassName
{
background-color: #807F85;
}
.BgClassName
{
background-color: #807F85;
}
</style>
border-color css
<style>
span { border-color: #807F85; }
span { border-color: rgb(128,127,133); }
td.TdClassName
{
border-color: #807F85;
}
.TagClassName
{
border-color: #807F85;
}
</style>