Shades of Topaz #807389
Tints of Topaz #807389
RGB
CMYK
RGB Variations
Color information
#807389 (or 0x807389) is known color: Topaz. HEX triplet: 80, 73 and 89. RGB value is (128,115,137). Sum of RGB (Red+Green+Blue) = 128+115+137=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 137 - color contains mainly: blue. Hex color #807389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807389 is #7F8C76. Grayscale: #797979. Windows color (decimal): -8359031 or 9008000. OLE color: 9008000.
HSL color Cylindrical-coordinate representation of color #807389: hue angle of 275.45º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #807389 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 115 | 137 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.46 |
| HSL | 275.45º | 0.09% | 0.49% | - |
| HSV(B) | 275.45º | 0.16% | 0.54% | - |
| XYZ | 19.55 | 18.66 | 26.24 | - |
| YUV | 121.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 137 | 0.07 | 0.16 | 0 | 0.46 | 275.45 | 0.09 | 0.49 |
| Hex | 80 | 73 | 89 | 7 | 10 | 0 | 2E | 113 | 9 | 31 |
| Octal | 200 | 163 | 211 | 7 | 20 | 0 | 56 | 423 | 11 | 61 |
| Binary | 10000000 | 1110011 | 10001001 | 111 | 10000 | 0 | 101110 | 100010011 | 1001 | 110001 |
Color Harmonies of #807389
Complementary color
Monochromatic Colors of #807389
Black with #807389
Text Example
Text Example
White with #807389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807389; }
p { color: rgb(128,115,137); }
H1.HeaderClassName
{
color: #807389;
}
.AnyTagClassName
{
color: #807389;
}
</style>
background-color css
<style>
a { background-color: #807389; }
a { background-color: rgb(128,115,137); }
div.DivClassName
{
background-color: #807389;
}
.BgClassName
{
background-color: #807389;
}
</style>
border-color css
<style>
span { border-color: #807389; }
span { border-color: rgb(128,115,137); }
td.TdClassName
{
border-color: #807389;
}
.TagClassName
{
border-color: #807389;
}
</style>