Shades of Topaz #827D8A
Tints of Topaz #827D8A
RGB
CMYK
RGB Variations
Color information
#827D8A (or 0x827D8A) is known color: Topaz. HEX triplet: 82, 7D and 8A. RGB value is (130,125,138). Sum of RGB (Red+Green+Blue) = 130+125+138=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 138 - color contains mainly: blue. Hex color #827D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827D8A is #7D8275. Grayscale: #7F7F7F. Windows color (decimal): -8225398 or 9076098. OLE color: 9076098.
HSL color Cylindrical-coordinate representation of color #827D8A: hue angle of 263.08º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #827D8A is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 125 | 138 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.46 |
| HSL | 263.08º | 0.05% | 0.52% | - |
| HSV(B) | 263.08º | 0.09% | 0.54% | - |
| XYZ | 21.13 | 21.25 | 27.03 | - |
| YUV | 127.98 | 133.66 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 138 | 0.06 | 0.09 | 0 | 0.46 | 263.08 | 0.05 | 0.52 |
| Hex | 82 | 7D | 8A | 6 | 9 | 0 | 2E | 107 | 5 | 34 |
| Octal | 202 | 175 | 212 | 6 | 11 | 0 | 56 | 407 | 5 | 64 |
| Binary | 10000010 | 1111101 | 10001010 | 110 | 1001 | 0 | 101110 | 100000111 | 101 | 110100 |
Color Harmonies of #827D8A
Complementary color
Monochromatic Colors of #827D8A
Black with #827D8A
Text Example
Text Example
White with #827D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827D8A; }
p { color: rgb(130,125,138); }
H1.HeaderClassName
{
color: #827D8A;
}
.AnyTagClassName
{
color: #827D8A;
}
</style>
background-color css
<style>
a { background-color: #827D8A; }
a { background-color: rgb(130,125,138); }
div.DivClassName
{
background-color: #827D8A;
}
.BgClassName
{
background-color: #827D8A;
}
</style>
border-color css
<style>
span { border-color: #827D8A; }
span { border-color: rgb(130,125,138); }
td.TdClassName
{
border-color: #827D8A;
}
.TagClassName
{
border-color: #827D8A;
}
</style>