Shades of Topaz #827A92
Tints of Topaz #827A92
RGB
CMYK
RGB Variations
Color information
#827A92 (or 0x827A92) is known color: Topaz. HEX triplet: 82, 7A and 92. RGB value is (130,122,146). Sum of RGB (Red+Green+Blue) = 130+122+146=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 146 - color contains mainly: blue. Hex color #827A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827A92 is #7D856D. Grayscale: #7F7F7F. Windows color (decimal): -8226158 or 9599618. OLE color: 9599618.
HSL color Cylindrical-coordinate representation of color #827A92: hue angle of 260º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #827A92 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 122 | 146 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.43 |
| HSL | 260º | 0.1% | 0.53% | - |
| HSV(B) | 260º | 0.16% | 0.57% | - |
| XYZ | 21.35 | 20.74 | 30.07 | - |
| YUV | 127.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 146 | 0.11 | 0.16 | 0 | 0.43 | 260 | 0.1 | 0.53 |
| Hex | 82 | 7A | 92 | B | 10 | 0 | 2B | 104 | A | 35 |
| Octal | 202 | 172 | 222 | 13 | 20 | 0 | 53 | 404 | 12 | 65 |
| Binary | 10000010 | 1111010 | 10010010 | 1011 | 10000 | 0 | 101011 | 100000100 | 1010 | 110101 |
Color Harmonies of #827A92
Complementary color
Monochromatic Colors of #827A92
Black with #827A92
Text Example
Text Example
White with #827A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827A92; }
p { color: rgb(130,122,146); }
H1.HeaderClassName
{
color: #827A92;
}
.AnyTagClassName
{
color: #827A92;
}
</style>
background-color css
<style>
a { background-color: #827A92; }
a { background-color: rgb(130,122,146); }
div.DivClassName
{
background-color: #827A92;
}
.BgClassName
{
background-color: #827A92;
}
</style>
border-color css
<style>
span { border-color: #827A92; }
span { border-color: rgb(130,122,146); }
td.TdClassName
{
border-color: #827A92;
}
.TagClassName
{
border-color: #827A92;
}
</style>