Shades of Topaz #84788B
Tints of Topaz #84788B
RGB
CMYK
RGB Variations
Color information
#84788B (or 0x84788B) is known color: Topaz. HEX triplet: 84, 78 and 8B. RGB value is (132,120,139). Sum of RGB (Red+Green+Blue) = 132+120+139=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 139 - color contains mainly: blue. Hex color #84788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84788B is #7B8774. Grayscale: #7D7D7D. Windows color (decimal): -8095605 or 9140356. OLE color: 9140356.
HSL color Cylindrical-coordinate representation of color #84788B: hue angle of 277.89º 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 #84788B is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 120 | 139 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.45 |
| HSL | 277.89º | 0.08% | 0.51% | - |
| HSV(B) | 277.89º | 0.14% | 0.55% | - |
| XYZ | 20.89 | 20.2 | 27.22 | - |
| YUV | 125.75 | 135.48 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 120 | 139 | 0.05 | 0.14 | 0 | 0.45 | 277.89 | 0.08 | 0.51 |
| Hex | 84 | 78 | 8B | 5 | E | 0 | 2D | 116 | 8 | 33 |
| Octal | 204 | 170 | 213 | 5 | 16 | 0 | 55 | 426 | 10 | 63 |
| Binary | 10000100 | 1111000 | 10001011 | 101 | 1110 | 0 | 101101 | 100010110 | 1000 | 110011 |
Color Harmonies of #84788B
Complementary color
Monochromatic Colors of #84788B
Black with #84788B
Text Example
Text Example
White with #84788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84788B; }
p { color: rgb(132,120,139); }
H1.HeaderClassName
{
color: #84788B;
}
.AnyTagClassName
{
color: #84788B;
}
</style>
background-color css
<style>
a { background-color: #84788B; }
a { background-color: rgb(132,120,139); }
div.DivClassName
{
background-color: #84788B;
}
.BgClassName
{
background-color: #84788B;
}
</style>
border-color css
<style>
span { border-color: #84788B; }
span { border-color: rgb(132,120,139); }
td.TdClassName
{
border-color: #84788B;
}
.TagClassName
{
border-color: #84788B;
}
</style>