Shades of Topaz #827D87
Tints of Topaz #827D87
RGB
CMYK
RGB Variations
Color information
#827D87 (or 0x827D87) is known color: Topaz. HEX triplet: 82, 7D and 87. RGB value is (130,125,135). Sum of RGB (Red+Green+Blue) = 130+125+135=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 135 - color contains mainly: blue. Hex color #827D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827D87 is #7D8278. Grayscale: #7F7F7F. Windows color (decimal): -8225401 or 8879490. OLE color: 8879490.
HSL color Cylindrical-coordinate representation of color #827D87: hue angle of 270º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #827D87 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 125 | 135 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.47 |
| HSL | 270º | 0.04% | 0.51% | - |
| HSV(B) | 270º | 0.07% | 0.53% | - |
| XYZ | 20.91 | 21.16 | 25.9 | - |
| YUV | 127.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 135 | 0.04 | 0.07 | 0 | 0.47 | 270 | 0.04 | 0.51 |
| Hex | 82 | 7D | 87 | 4 | 7 | 0 | 2F | 10E | 4 | 33 |
| Octal | 202 | 175 | 207 | 4 | 7 | 0 | 57 | 416 | 4 | 63 |
| Binary | 10000010 | 1111101 | 10000111 | 100 | 111 | 0 | 101111 | 100001110 | 100 | 110011 |
Color Harmonies of #827D87
Complementary color
Monochromatic Colors of #827D87
Black with #827D87
Text Example
Text Example
White with #827D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827D87; }
p { color: rgb(130,125,135); }
H1.HeaderClassName
{
color: #827D87;
}
.AnyTagClassName
{
color: #827D87;
}
</style>
background-color css
<style>
a { background-color: #827D87; }
a { background-color: rgb(130,125,135); }
div.DivClassName
{
background-color: #827D87;
}
.BgClassName
{
background-color: #827D87;
}
</style>
border-color css
<style>
span { border-color: #827D87; }
span { border-color: rgb(130,125,135); }
td.TdClassName
{
border-color: #827D87;
}
.TagClassName
{
border-color: #827D87;
}
</style>