Shades of Topaz #807C82
Tints of Topaz #807C82
RGB
CMYK
RGB Variations
Color information
#807C82 (or 0x807C82) is known color: Topaz. HEX triplet: 80, 7C and 82. RGB value is (128,124,130). Sum of RGB (Red+Green+Blue) = 128+124+130=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 130 - color contains mainly: blue. Hex color #807C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807C82 is #7F837D. Grayscale: #7D7D7D. Windows color (decimal): -8356734 or 8551552. OLE color: 8551552.
HSL color Cylindrical-coordinate representation of color #807C82: hue angle of 280º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #807C82 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 124 | 130 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.49 |
| HSL | 280º | 0.02% | 0.5% | - |
| HSV(B) | 280º | 0.05% | 0.51% | - |
| XYZ | 20.14 | 20.62 | 24.04 | - |
| YUV | 125.88 | 130.33 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 130 | 0.02 | 0.05 | 0 | 0.49 | 280 | 0.02 | 0.5 |
| Hex | 80 | 7C | 82 | 2 | 5 | 0 | 31 | 118 | 2 | 32 |
| Octal | 200 | 174 | 202 | 2 | 5 | 0 | 61 | 430 | 2 | 62 |
| Binary | 10000000 | 1111100 | 10000010 | 10 | 101 | 0 | 110001 | 100011000 | 10 | 110010 |
Color Harmonies of #807C82
Complementary color
Monochromatic Colors of #807C82
Black with #807C82
Text Example
Text Example
White with #807C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807C82; }
p { color: rgb(128,124,130); }
H1.HeaderClassName
{
color: #807C82;
}
.AnyTagClassName
{
color: #807C82;
}
</style>
background-color css
<style>
a { background-color: #807C82; }
a { background-color: rgb(128,124,130); }
div.DivClassName
{
background-color: #807C82;
}
.BgClassName
{
background-color: #807C82;
}
</style>
border-color css
<style>
span { border-color: #807C82; }
span { border-color: rgb(128,124,130); }
td.TdClassName
{
border-color: #807C82;
}
.TagClassName
{
border-color: #807C82;
}
</style>