Shades of Topaz #827D88
Tints of Topaz #827D88
RGB
CMYK
RGB Variations
Color information
#827D88 (or 0x827D88) is known color: Topaz. HEX triplet: 82, 7D and 88. RGB value is (130,125,136). Sum of RGB (Red+Green+Blue) = 130+125+136=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 136 - color contains mainly: blue. Hex color #827D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827D88 is #7D8277. Grayscale: #7F7F7F. Windows color (decimal): -8225400 or 8945026. OLE color: 8945026.
HSL color Cylindrical-coordinate representation of color #827D88: hue angle of 267.27º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #827D88 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 125 | 136 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.47 |
| HSL | 267.27º | 0.04% | 0.51% | - |
| HSV(B) | 267.27º | 0.08% | 0.53% | - |
| XYZ | 20.98 | 21.19 | 26.28 | - |
| YUV | 127.75 | 132.66 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 136 | 0.04 | 0.08 | 0 | 0.47 | 267.27 | 0.04 | 0.51 |
| Hex | 82 | 7D | 88 | 4 | 8 | 0 | 2F | 10B | 4 | 33 |
| Octal | 202 | 175 | 210 | 4 | 10 | 0 | 57 | 413 | 4 | 63 |
| Binary | 10000010 | 1111101 | 10001000 | 100 | 1000 | 0 | 101111 | 100001011 | 100 | 110011 |
Color Harmonies of #827D88
Complementary color
Monochromatic Colors of #827D88
Black with #827D88
Text Example
Text Example
White with #827D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827D88; }
p { color: rgb(130,125,136); }
H1.HeaderClassName
{
color: #827D88;
}
.AnyTagClassName
{
color: #827D88;
}
</style>
background-color css
<style>
a { background-color: #827D88; }
a { background-color: rgb(130,125,136); }
div.DivClassName
{
background-color: #827D88;
}
.BgClassName
{
background-color: #827D88;
}
</style>
border-color css
<style>
span { border-color: #827D88; }
span { border-color: rgb(130,125,136); }
td.TdClassName
{
border-color: #827D88;
}
.TagClassName
{
border-color: #827D88;
}
</style>