Shades of Topaz #80748B
Tints of Topaz #80748B
RGB
CMYK
RGB Variations
Color information
#80748B (or 0x80748B) is known color: Topaz. HEX triplet: 80, 74 and 8B. RGB value is (128,116,139). Sum of RGB (Red+Green+Blue) = 128+116+139=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 139 - color contains mainly: blue. Hex color #80748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80748B is #7F8B74. Grayscale: #7A7A7A. Windows color (decimal): -8358773 or 9139328. OLE color: 9139328.
HSL color Cylindrical-coordinate representation of color #80748B: hue angle of 271.3º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #80748B is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 116 | 139 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.45 |
| HSL | 271.3º | 0.09% | 0.5% | - |
| HSV(B) | 271.3º | 0.17% | 0.55% | - |
| XYZ | 19.81 | 18.94 | 27.04 | - |
| YUV | 122.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 116 | 139 | 0.08 | 0.17 | 0 | 0.45 | 271.3 | 0.09 | 0.5 |
| Hex | 80 | 74 | 8B | 8 | 11 | 0 | 2D | 10F | 9 | 32 |
| Octal | 200 | 164 | 213 | 10 | 21 | 0 | 55 | 417 | 11 | 62 |
| Binary | 10000000 | 1110100 | 10001011 | 1000 | 10001 | 0 | 101101 | 100001111 | 1001 | 110010 |
Color Harmonies of #80748B
Complementary color
Monochromatic Colors of #80748B
Black with #80748B
Text Example
Text Example
White with #80748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80748B; }
p { color: rgb(128,116,139); }
H1.HeaderClassName
{
color: #80748B;
}
.AnyTagClassName
{
color: #80748B;
}
</style>
background-color css
<style>
a { background-color: #80748B; }
a { background-color: rgb(128,116,139); }
div.DivClassName
{
background-color: #80748B;
}
.BgClassName
{
background-color: #80748B;
}
</style>
border-color css
<style>
span { border-color: #80748B; }
span { border-color: rgb(128,116,139); }
td.TdClassName
{
border-color: #80748B;
}
.TagClassName
{
border-color: #80748B;
}
</style>