Shades of Topaz #80738D
Tints of Topaz #80738D
RGB
CMYK
RGB Variations
Color information
#80738D (or 0x80738D) is known color: Topaz. HEX triplet: 80, 73 and 8D. RGB value is (128,115,141). Sum of RGB (Red+Green+Blue) = 128+115+141=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 141 - color contains mainly: blue. Hex color #80738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80738D is #7F8C72. Grayscale: #797979. Windows color (decimal): -8359027 or 9270144. OLE color: 9270144.
HSL color Cylindrical-coordinate representation of color #80738D: hue angle of 270º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #80738D is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 115 | 141 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.45 |
| HSL | 270º | 0.1% | 0.5% | - |
| HSV(B) | 270º | 0.18% | 0.55% | - |
| XYZ | 19.84 | 18.77 | 27.78 | - |
| YUV | 121.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 141 | 0.09 | 0.18 | 0 | 0.45 | 270 | 0.1 | 0.5 |
| Hex | 80 | 73 | 8D | 9 | 12 | 0 | 2D | 10E | A | 32 |
| Octal | 200 | 163 | 215 | 11 | 22 | 0 | 55 | 416 | 12 | 62 |
| Binary | 10000000 | 1110011 | 10001101 | 1001 | 10010 | 0 | 101101 | 100001110 | 1010 | 110010 |
Color Harmonies of #80738D
Complementary color
Monochromatic Colors of #80738D
Black with #80738D
Text Example
Text Example
White with #80738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80738D; }
p { color: rgb(128,115,141); }
H1.HeaderClassName
{
color: #80738D;
}
.AnyTagClassName
{
color: #80738D;
}
</style>
background-color css
<style>
a { background-color: #80738D; }
a { background-color: rgb(128,115,141); }
div.DivClassName
{
background-color: #80738D;
}
.BgClassName
{
background-color: #80738D;
}
</style>
border-color css
<style>
span { border-color: #80738D; }
span { border-color: rgb(128,115,141); }
td.TdClassName
{
border-color: #80738D;
}
.TagClassName
{
border-color: #80738D;
}
</style>