Shades of Topaz #84798C
Tints of Topaz #84798C
RGB
CMYK
RGB Variations
Color information
#84798C (or 0x84798C) is known color: Topaz. HEX triplet: 84, 79 and 8C. RGB value is (132,121,140). Sum of RGB (Red+Green+Blue) = 132+121+140=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 140 - color contains mainly: blue. Hex color #84798C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84798C is #7B8673. Grayscale: #7E7E7E. Windows color (decimal): -8095348 or 9206148. OLE color: 9206148.
HSL color Cylindrical-coordinate representation of color #84798C: hue angle of 274.74º 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 #84798C is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 121 | 140 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.45 |
| HSL | 274.74º | 0.08% | 0.51% | - |
| HSV(B) | 274.74º | 0.14% | 0.55% | - |
| XYZ | 21.09 | 20.47 | 27.65 | - |
| YUV | 126.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 121 | 140 | 0.06 | 0.14 | 0 | 0.45 | 274.74 | 0.08 | 0.51 |
| Hex | 84 | 79 | 8C | 6 | E | 0 | 2D | 113 | 8 | 33 |
| Octal | 204 | 171 | 214 | 6 | 16 | 0 | 55 | 423 | 10 | 63 |
| Binary | 10000100 | 1111001 | 10001100 | 110 | 1110 | 0 | 101101 | 100010011 | 1000 | 110011 |
Color Harmonies of #84798C
Complementary color
Monochromatic Colors of #84798C
Black with #84798C
Text Example
Text Example
White with #84798C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84798C; }
p { color: rgb(132,121,140); }
H1.HeaderClassName
{
color: #84798C;
}
.AnyTagClassName
{
color: #84798C;
}
</style>
background-color css
<style>
a { background-color: #84798C; }
a { background-color: rgb(132,121,140); }
div.DivClassName
{
background-color: #84798C;
}
.BgClassName
{
background-color: #84798C;
}
</style>
border-color css
<style>
span { border-color: #84798C; }
span { border-color: rgb(132,121,140); }
td.TdClassName
{
border-color: #84798C;
}
.TagClassName
{
border-color: #84798C;
}
</style>