Shades of Topaz #80778B
Tints of Topaz #80778B
RGB
CMYK
RGB Variations
Color information
#80778B (or 0x80778B) is known color: Topaz. HEX triplet: 80, 77 and 8B. RGB value is (128,119,139). Sum of RGB (Red+Green+Blue) = 128+119+139=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 139 - color contains mainly: blue. Hex color #80778B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80778B is #7F8874. Grayscale: #7B7B7B. Windows color (decimal): -8358005 or 9140096. OLE color: 9140096.
HSL color Cylindrical-coordinate representation of color #80778B: hue angle of 267º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #80778B is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 119 | 139 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.45 |
| HSL | 267º | 0.08% | 0.51% | - |
| HSV(B) | 267º | 0.14% | 0.55% | - |
| XYZ | 20.16 | 19.65 | 27.16 | - |
| YUV | 123.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 119 | 139 | 0.08 | 0.14 | 0 | 0.45 | 267 | 0.08 | 0.51 |
| Hex | 80 | 77 | 8B | 8 | E | 0 | 2D | 10B | 8 | 33 |
| Octal | 200 | 167 | 213 | 10 | 16 | 0 | 55 | 413 | 10 | 63 |
| Binary | 10000000 | 1110111 | 10001011 | 1000 | 1110 | 0 | 101101 | 100001011 | 1000 | 110011 |
Color Harmonies of #80778B
Complementary color
Monochromatic Colors of #80778B
Black with #80778B
Text Example
Text Example
White with #80778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80778B; }
p { color: rgb(128,119,139); }
H1.HeaderClassName
{
color: #80778B;
}
.AnyTagClassName
{
color: #80778B;
}
</style>
background-color css
<style>
a { background-color: #80778B; }
a { background-color: rgb(128,119,139); }
div.DivClassName
{
background-color: #80778B;
}
.BgClassName
{
background-color: #80778B;
}
</style>
border-color css
<style>
span { border-color: #80778B; }
span { border-color: rgb(128,119,139); }
td.TdClassName
{
border-color: #80778B;
}
.TagClassName
{
border-color: #80778B;
}
</style>