Shades of Topaz #84778B
Tints of Topaz #84778B
RGB
CMYK
RGB Variations
Color information
#84778B (or 0x84778B) is known color: Topaz. HEX triplet: 84, 77 and 8B. RGB value is (132,119,139). Sum of RGB (Red+Green+Blue) = 132+119+139=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 139 - color contains mainly: blue. Hex color #84778B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84778B is #7B8874. Grayscale: #7D7D7D. Windows color (decimal): -8095861 or 9140100. OLE color: 9140100.
HSL color Cylindrical-coordinate representation of color #84778B: hue angle of 279º 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 #84778B is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 119 | 139 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.45 |
| HSL | 279º | 0.08% | 0.51% | - |
| HSV(B) | 279º | 0.14% | 0.55% | - |
| XYZ | 20.77 | 19.96 | 27.18 | - |
| YUV | 125.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 119 | 139 | 0.05 | 0.14 | 0 | 0.45 | 279 | 0.08 | 0.51 |
| Hex | 84 | 77 | 8B | 5 | E | 0 | 2D | 117 | 8 | 33 |
| Octal | 204 | 167 | 213 | 5 | 16 | 0 | 55 | 427 | 10 | 63 |
| Binary | 10000100 | 1110111 | 10001011 | 101 | 1110 | 0 | 101101 | 100010111 | 1000 | 110011 |
Color Harmonies of #84778B
Complementary color
Monochromatic Colors of #84778B
Black with #84778B
Text Example
Text Example
White with #84778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84778B; }
p { color: rgb(132,119,139); }
H1.HeaderClassName
{
color: #84778B;
}
.AnyTagClassName
{
color: #84778B;
}
</style>
background-color css
<style>
a { background-color: #84778B; }
a { background-color: rgb(132,119,139); }
div.DivClassName
{
background-color: #84778B;
}
.BgClassName
{
background-color: #84778B;
}
</style>
border-color css
<style>
span { border-color: #84778B; }
span { border-color: rgb(132,119,139); }
td.TdClassName
{
border-color: #84778B;
}
.TagClassName
{
border-color: #84778B;
}
</style>