Shades of Topaz #807B85
Tints of Topaz #807B85
RGB
CMYK
RGB Variations
Color information
#807B85 (or 0x807B85) is known color: Topaz. HEX triplet: 80, 7B and 85. RGB value is (128,123,133). Sum of RGB (Red+Green+Blue) = 128+123+133=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 133 - color contains mainly: blue. Hex color #807B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807B85 is #7F847A. Grayscale: #7D7D7D. Windows color (decimal): -8356987 or 8747904. OLE color: 8747904.
HSL color Cylindrical-coordinate representation of color #807B85: hue angle of 270º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #807B85 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 123 | 133 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.48 |
| HSL | 270º | 0.04% | 0.5% | - |
| HSV(B) | 270º | 0.08% | 0.52% | - |
| XYZ | 20.22 | 20.45 | 25.07 | - |
| YUV | 125.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 133 | 0.04 | 0.08 | 0 | 0.48 | 270 | 0.04 | 0.5 |
| Hex | 80 | 7B | 85 | 4 | 8 | 0 | 30 | 10E | 4 | 32 |
| Octal | 200 | 173 | 205 | 4 | 10 | 0 | 60 | 416 | 4 | 62 |
| Binary | 10000000 | 1111011 | 10000101 | 100 | 1000 | 0 | 110000 | 100001110 | 100 | 110010 |
Color Harmonies of #807B85
Complementary color
Monochromatic Colors of #807B85
Black with #807B85
Text Example
Text Example
White with #807B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807B85; }
p { color: rgb(128,123,133); }
H1.HeaderClassName
{
color: #807B85;
}
.AnyTagClassName
{
color: #807B85;
}
</style>
background-color css
<style>
a { background-color: #807B85; }
a { background-color: rgb(128,123,133); }
div.DivClassName
{
background-color: #807B85;
}
.BgClassName
{
background-color: #807B85;
}
</style>
border-color css
<style>
span { border-color: #807B85; }
span { border-color: rgb(128,123,133); }
td.TdClassName
{
border-color: #807B85;
}
.TagClassName
{
border-color: #807B85;
}
</style>