Shades of Topaz #827C89
Tints of Topaz #827C89
RGB
CMYK
RGB Variations
Color information
#827C89 (or 0x827C89) is known color: Topaz. HEX triplet: 82, 7C and 89. RGB value is (130,124,137). Sum of RGB (Red+Green+Blue) = 130+124+137=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 137 - color contains mainly: blue. Hex color #827C89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827C89 is #7D8376. Grayscale: #7F7F7F. Windows color (decimal): -8225655 or 9010306. OLE color: 9010306.
HSL color Cylindrical-coordinate representation of color #827C89: hue angle of 267.69º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #827C89 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 124 | 137 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.46 |
| HSL | 267.69º | 0.05% | 0.51% | - |
| HSV(B) | 267.69º | 0.09% | 0.54% | - |
| XYZ | 20.93 | 20.97 | 26.61 | - |
| YUV | 127.28 | 133.49 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 124 | 137 | 0.05 | 0.09 | 0 | 0.46 | 267.69 | 0.05 | 0.51 |
| Hex | 82 | 7C | 89 | 5 | 9 | 0 | 2E | 10C | 5 | 33 |
| Octal | 202 | 174 | 211 | 5 | 11 | 0 | 56 | 414 | 5 | 63 |
| Binary | 10000010 | 1111100 | 10001001 | 101 | 1001 | 0 | 101110 | 100001100 | 101 | 110011 |
Color Harmonies of #827C89
Complementary color
Monochromatic Colors of #827C89
Black with #827C89
Text Example
Text Example
White with #827C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827C89; }
p { color: rgb(130,124,137); }
H1.HeaderClassName
{
color: #827C89;
}
.AnyTagClassName
{
color: #827C89;
}
</style>
background-color css
<style>
a { background-color: #827C89; }
a { background-color: rgb(130,124,137); }
div.DivClassName
{
background-color: #827C89;
}
.BgClassName
{
background-color: #827C89;
}
</style>
border-color css
<style>
span { border-color: #827C89; }
span { border-color: rgb(130,124,137); }
td.TdClassName
{
border-color: #827C89;
}
.TagClassName
{
border-color: #827C89;
}
</style>