Shades of Topaz #827F85
Tints of Topaz #827F85
RGB
CMYK
RGB Variations
Color information
#827F85 (or 0x827F85) is known color: Topaz. HEX triplet: 82, 7F and 85. RGB value is (130,127,133). Sum of RGB (Red+Green+Blue) = 130+127+133=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 133 - color contains mainly: blue. Hex color #827F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827F85 is #7D807A. Grayscale: #808080. Windows color (decimal): -8224891 or 8748930. OLE color: 8748930.
HSL color Cylindrical-coordinate representation of color #827F85: hue angle of 270º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #827F85 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 127 | 133 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.48 |
| HSL | 270º | 0.02% | 0.51% | - |
| HSV(B) | 270º | 0.05% | 0.52% | - |
| XYZ | 21.03 | 21.62 | 25.25 | - |
| YUV | 128.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 133 | 0.02 | 0.05 | 0 | 0.48 | 270 | 0.02 | 0.51 |
| Hex | 82 | 7F | 85 | 2 | 5 | 0 | 30 | 10E | 2 | 33 |
| Octal | 202 | 177 | 205 | 2 | 5 | 0 | 60 | 416 | 2 | 63 |
| Binary | 10000010 | 1111111 | 10000101 | 10 | 101 | 0 | 110000 | 100001110 | 10 | 110011 |
Color Harmonies of #827F85
Complementary color
Monochromatic Colors of #827F85
Black with #827F85
Text Example
Text Example
White with #827F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827F85; }
p { color: rgb(130,127,133); }
H1.HeaderClassName
{
color: #827F85;
}
.AnyTagClassName
{
color: #827F85;
}
</style>
background-color css
<style>
a { background-color: #827F85; }
a { background-color: rgb(130,127,133); }
div.DivClassName
{
background-color: #827F85;
}
.BgClassName
{
background-color: #827F85;
}
</style>
border-color css
<style>
span { border-color: #827F85; }
span { border-color: rgb(130,127,133); }
td.TdClassName
{
border-color: #827F85;
}
.TagClassName
{
border-color: #827F85;
}
</style>