Shades of Topaz #82778D
Tints of Topaz #82778D
RGB
CMYK
RGB Variations
Color information
#82778D (or 0x82778D) is known color: Topaz. HEX triplet: 82, 77 and 8D. RGB value is (130,119,141). Sum of RGB (Red+Green+Blue) = 130+119+141=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 141 - color contains mainly: blue. Hex color #82778D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82778D is #7D8872. Grayscale: #7C7C7C. Windows color (decimal): -8226931 or 9271170. OLE color: 9271170.
HSL color Cylindrical-coordinate representation of color #82778D: hue angle of 270º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #82778D is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 119 | 141 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.45 |
| HSL | 270º | 0.09% | 0.51% | - |
| HSV(B) | 270º | 0.16% | 0.55% | - |
| XYZ | 20.61 | 19.86 | 27.95 | - |
| YUV | 124.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 119 | 141 | 0.08 | 0.16 | 0 | 0.45 | 270 | 0.09 | 0.51 |
| Hex | 82 | 77 | 8D | 8 | 10 | 0 | 2D | 10E | 9 | 33 |
| Octal | 202 | 167 | 215 | 10 | 20 | 0 | 55 | 416 | 11 | 63 |
| Binary | 10000010 | 1110111 | 10001101 | 1000 | 10000 | 0 | 101101 | 100001110 | 1001 | 110011 |
Color Harmonies of #82778D
Complementary color
Monochromatic Colors of #82778D
Black with #82778D
Text Example
Text Example
White with #82778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82778D; }
p { color: rgb(130,119,141); }
H1.HeaderClassName
{
color: #82778D;
}
.AnyTagClassName
{
color: #82778D;
}
</style>
background-color css
<style>
a { background-color: #82778D; }
a { background-color: rgb(130,119,141); }
div.DivClassName
{
background-color: #82778D;
}
.BgClassName
{
background-color: #82778D;
}
</style>
border-color css
<style>
span { border-color: #82778D; }
span { border-color: rgb(130,119,141); }
td.TdClassName
{
border-color: #82778D;
}
.TagClassName
{
border-color: #82778D;
}
</style>