Shades of Topaz #80758A
Tints of Topaz #80758A
RGB
CMYK
RGB Variations
Color information
#80758A (or 0x80758A) is known color: Topaz. HEX triplet: 80, 75 and 8A. RGB value is (128,117,138). Sum of RGB (Red+Green+Blue) = 128+117+138=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 138 - color contains mainly: blue. Hex color #80758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80758A is #7F8A75. Grayscale: #7A7A7A. Windows color (decimal): -8358518 or 9074048. OLE color: 9074048.
HSL color Cylindrical-coordinate representation of color #80758A: hue angle of 271.43º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #80758A is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 117 | 138 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.46 |
| HSL | 271.43º | 0.08% | 0.5% | - |
| HSV(B) | 271.43º | 0.15% | 0.54% | - |
| XYZ | 19.85 | 19.15 | 26.69 | - |
| YUV | 122.68 | 136.64 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 117 | 138 | 0.07 | 0.15 | 0 | 0.46 | 271.43 | 0.08 | 0.5 |
| Hex | 80 | 75 | 8A | 7 | F | 0 | 2E | 10F | 8 | 32 |
| Octal | 200 | 165 | 212 | 7 | 17 | 0 | 56 | 417 | 10 | 62 |
| Binary | 10000000 | 1110101 | 10001010 | 111 | 1111 | 0 | 101110 | 100001111 | 1000 | 110010 |
Color Harmonies of #80758A
Complementary color
Monochromatic Colors of #80758A
Black with #80758A
Text Example
Text Example
White with #80758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80758A; }
p { color: rgb(128,117,138); }
H1.HeaderClassName
{
color: #80758A;
}
.AnyTagClassName
{
color: #80758A;
}
</style>
background-color css
<style>
a { background-color: #80758A; }
a { background-color: rgb(128,117,138); }
div.DivClassName
{
background-color: #80758A;
}
.BgClassName
{
background-color: #80758A;
}
</style>
border-color css
<style>
span { border-color: #80758A; }
span { border-color: rgb(128,117,138); }
td.TdClassName
{
border-color: #80758A;
}
.TagClassName
{
border-color: #80758A;
}
</style>