Shades of Topaz #807C85
Tints of Topaz #807C85
RGB
CMYK
RGB Variations
Color information
#807C85 (or 0x807C85) is known color: Topaz. HEX triplet: 80, 7C and 85. RGB value is (128,124,133). Sum of RGB (Red+Green+Blue) = 128+124+133=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 133 - color contains mainly: blue. Hex color #807C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807C85 is #7F837A. Grayscale: #7E7E7E. Windows color (decimal): -8356731 or 8748160. OLE color: 8748160.
HSL color Cylindrical-coordinate representation of color #807C85: hue angle of 266.67º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #807C85 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 124 | 133 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.48 |
| HSL | 266.67º | 0.04% | 0.5% | - |
| HSV(B) | 266.67º | 0.07% | 0.52% | - |
| XYZ | 20.34 | 20.7 | 25.11 | - |
| YUV | 126.22 | 131.83 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 133 | 0.04 | 0.07 | 0 | 0.48 | 266.67 | 0.04 | 0.5 |
| Hex | 80 | 7C | 85 | 4 | 7 | 0 | 30 | 10B | 4 | 32 |
| Octal | 200 | 174 | 205 | 4 | 7 | 0 | 60 | 413 | 4 | 62 |
| Binary | 10000000 | 1111100 | 10000101 | 100 | 111 | 0 | 110000 | 100001011 | 100 | 110010 |
Color Harmonies of #807C85
Complementary color
Monochromatic Colors of #807C85
Black with #807C85
Text Example
Text Example
White with #807C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807C85; }
p { color: rgb(128,124,133); }
H1.HeaderClassName
{
color: #807C85;
}
.AnyTagClassName
{
color: #807C85;
}
</style>
background-color css
<style>
a { background-color: #807C85; }
a { background-color: rgb(128,124,133); }
div.DivClassName
{
background-color: #807C85;
}
.BgClassName
{
background-color: #807C85;
}
</style>
border-color css
<style>
span { border-color: #807C85; }
span { border-color: rgb(128,124,133); }
td.TdClassName
{
border-color: #807C85;
}
.TagClassName
{
border-color: #807C85;
}
</style>