Shades of Topaz #807A84
Tints of Topaz #807A84
RGB
CMYK
RGB Variations
Color information
#807A84 (or 0x807A84) is known color: Topaz. HEX triplet: 80, 7A and 84. RGB value is (128,122,132). Sum of RGB (Red+Green+Blue) = 128+122+132=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 132 - color contains mainly: blue. Hex color #807A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807A84 is #7F857B. Grayscale: #7C7C7C. Windows color (decimal): -8357244 or 8682112. OLE color: 8682112.
HSL color Cylindrical-coordinate representation of color #807A84: hue angle of 276º 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 #807A84 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 122 | 132 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.48 |
| HSL | 276º | 0.04% | 0.5% | - |
| HSV(B) | 276º | 0.08% | 0.52% | - |
| XYZ | 20.03 | 20.17 | 24.67 | - |
| YUV | 124.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 122 | 132 | 0.03 | 0.08 | 0 | 0.48 | 276 | 0.04 | 0.5 |
| Hex | 80 | 7A | 84 | 3 | 8 | 0 | 30 | 114 | 4 | 32 |
| Octal | 200 | 172 | 204 | 3 | 10 | 0 | 60 | 424 | 4 | 62 |
| Binary | 10000000 | 1111010 | 10000100 | 11 | 1000 | 0 | 110000 | 100010100 | 100 | 110010 |
Color Harmonies of #807A84
Complementary color
Monochromatic Colors of #807A84
Black with #807A84
Text Example
Text Example
White with #807A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807A84; }
p { color: rgb(128,122,132); }
H1.HeaderClassName
{
color: #807A84;
}
.AnyTagClassName
{
color: #807A84;
}
</style>
background-color css
<style>
a { background-color: #807A84; }
a { background-color: rgb(128,122,132); }
div.DivClassName
{
background-color: #807A84;
}
.BgClassName
{
background-color: #807A84;
}
</style>
border-color css
<style>
span { border-color: #807A84; }
span { border-color: rgb(128,122,132); }
td.TdClassName
{
border-color: #807A84;
}
.TagClassName
{
border-color: #807A84;
}
</style>