Shades of Topaz #807A83
Tints of Topaz #807A83
RGB
CMYK
RGB Variations
Color information
#807A83 (or 0x807A83) is known color: Topaz. HEX triplet: 80, 7A and 83. RGB value is (128,122,131). Sum of RGB (Red+Green+Blue) = 128+122+131=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 131 - color contains mainly: blue. Hex color #807A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807A83 is #7F857C. Grayscale: #7C7C7C. Windows color (decimal): -8357245 or 8616576. OLE color: 8616576.
HSL color Cylindrical-coordinate representation of color #807A83: hue angle of 280º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #807A83 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 122 | 131 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.49 |
| HSL | 280º | 0.04% | 0.5% | - |
| HSV(B) | 280º | 0.07% | 0.51% | - |
| XYZ | 19.96 | 20.15 | 24.31 | - |
| YUV | 124.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 122 | 131 | 0.02 | 0.07 | 0 | 0.49 | 280 | 0.04 | 0.5 |
| Hex | 80 | 7A | 83 | 2 | 7 | 0 | 31 | 118 | 4 | 32 |
| Octal | 200 | 172 | 203 | 2 | 7 | 0 | 61 | 430 | 4 | 62 |
| Binary | 10000000 | 1111010 | 10000011 | 10 | 111 | 0 | 110001 | 100011000 | 100 | 110010 |
Color Harmonies of #807A83
Complementary color
Monochromatic Colors of #807A83
Black with #807A83
Text Example
Text Example
White with #807A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807A83; }
p { color: rgb(128,122,131); }
H1.HeaderClassName
{
color: #807A83;
}
.AnyTagClassName
{
color: #807A83;
}
</style>
background-color css
<style>
a { background-color: #807A83; }
a { background-color: rgb(128,122,131); }
div.DivClassName
{
background-color: #807A83;
}
.BgClassName
{
background-color: #807A83;
}
</style>
border-color css
<style>
span { border-color: #807A83; }
span { border-color: rgb(128,122,131); }
td.TdClassName
{
border-color: #807A83;
}
.TagClassName
{
border-color: #807A83;
}
</style>