Shades of Topaz #807A88
Tints of Topaz #807A88
RGB
CMYK
RGB Variations
Color information
#807A88 (or 0x807A88) is known color: Topaz. HEX triplet: 80, 7A and 88. RGB value is (128,122,136). Sum of RGB (Red+Green+Blue) = 128+122+136=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 136 - color contains mainly: blue. Hex color #807A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807A88 is #7F8577. Grayscale: #7D7D7D. Windows color (decimal): -8357240 or 8944256. OLE color: 8944256.
HSL color Cylindrical-coordinate representation of color #807A88: hue angle of 265.71º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #807A88 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 122 | 136 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.47 |
| HSL | 265.71º | 0.06% | 0.51% | - |
| HSV(B) | 265.71º | 0.1% | 0.53% | - |
| XYZ | 20.31 | 20.29 | 26.14 | - |
| YUV | 125.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 122 | 136 | 0.06 | 0.10 | 0 | 0.47 | 265.71 | 0.06 | 0.51 |
| Hex | 80 | 7A | 88 | 6 | A | 0 | 2F | 10A | 6 | 33 |
| Octal | 200 | 172 | 210 | 6 | 12 | 0 | 57 | 412 | 6 | 63 |
| Binary | 10000000 | 1111010 | 10001000 | 110 | 1010 | 0 | 101111 | 100001010 | 110 | 110011 |
Color Harmonies of #807A88
Complementary color
Monochromatic Colors of #807A88
Black with #807A88
Text Example
Text Example
White with #807A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807A88; }
p { color: rgb(128,122,136); }
H1.HeaderClassName
{
color: #807A88;
}
.AnyTagClassName
{
color: #807A88;
}
</style>
background-color css
<style>
a { background-color: #807A88; }
a { background-color: rgb(128,122,136); }
div.DivClassName
{
background-color: #807A88;
}
.BgClassName
{
background-color: #807A88;
}
</style>
border-color css
<style>
span { border-color: #807A88; }
span { border-color: rgb(128,122,136); }
td.TdClassName
{
border-color: #807A88;
}
.TagClassName
{
border-color: #807A88;
}
</style>