Shades of Topaz #84798A
Tints of Topaz #84798A
RGB
CMYK
RGB Variations
Color information
#84798A (or 0x84798A) is known color: Topaz. HEX triplet: 84, 79 and 8A. RGB value is (132,121,138). Sum of RGB (Red+Green+Blue) = 132+121+138=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 138 - color contains mainly: blue. Hex color #84798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84798A is #7B8675. Grayscale: #7E7E7E. Windows color (decimal): -8095350 or 9075076. OLE color: 9075076.
HSL color Cylindrical-coordinate representation of color #84798A: hue angle of 278.82º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #84798A is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 121 | 138 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.46 |
| HSL | 278.82º | 0.07% | 0.51% | - |
| HSV(B) | 278.82º | 0.12% | 0.54% | - |
| XYZ | 20.94 | 20.42 | 26.88 | - |
| YUV | 126.23 | 134.64 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 121 | 138 | 0.04 | 0.12 | 0 | 0.46 | 278.82 | 0.07 | 0.51 |
| Hex | 84 | 79 | 8A | 4 | C | 0 | 2E | 117 | 7 | 33 |
| Octal | 204 | 171 | 212 | 4 | 14 | 0 | 56 | 427 | 7 | 63 |
| Binary | 10000100 | 1111001 | 10001010 | 100 | 1100 | 0 | 101110 | 100010111 | 111 | 110011 |
Color Harmonies of #84798A
Complementary color
Monochromatic Colors of #84798A
Black with #84798A
Text Example
Text Example
White with #84798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84798A; }
p { color: rgb(132,121,138); }
H1.HeaderClassName
{
color: #84798A;
}
.AnyTagClassName
{
color: #84798A;
}
</style>
background-color css
<style>
a { background-color: #84798A; }
a { background-color: rgb(132,121,138); }
div.DivClassName
{
background-color: #84798A;
}
.BgClassName
{
background-color: #84798A;
}
</style>
border-color css
<style>
span { border-color: #84798A; }
span { border-color: rgb(132,121,138); }
td.TdClassName
{
border-color: #84798A;
}
.TagClassName
{
border-color: #84798A;
}
</style>