Shades of Topaz #827A88
Tints of Topaz #827A88
RGB
CMYK
RGB Variations
Color information
#827A88 (or 0x827A88) is known color: Topaz. HEX triplet: 82, 7A and 88. RGB value is (130,122,136). Sum of RGB (Red+Green+Blue) = 130+122+136=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 136 - color contains mainly: blue. Hex color #827A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827A88 is #7D8577. Grayscale: #7D7D7D. Windows color (decimal): -8226168 or 8944258. OLE color: 8944258.
HSL color Cylindrical-coordinate representation of color #827A88: hue angle of 274.29º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #827A88 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 122 | 136 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.47 |
| HSL | 274.29º | 0.06% | 0.51% | - |
| HSV(B) | 274.29º | 0.1% | 0.53% | - |
| XYZ | 20.61 | 20.44 | 26.15 | - |
| YUV | 125.99 | 133.65 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 136 | 0.04 | 0.10 | 0 | 0.47 | 274.29 | 0.06 | 0.51 |
| Hex | 82 | 7A | 88 | 4 | A | 0 | 2F | 112 | 6 | 33 |
| Octal | 202 | 172 | 210 | 4 | 12 | 0 | 57 | 422 | 6 | 63 |
| Binary | 10000010 | 1111010 | 10001000 | 100 | 1010 | 0 | 101111 | 100010010 | 110 | 110011 |
Color Harmonies of #827A88
Complementary color
Monochromatic Colors of #827A88
Black with #827A88
Text Example
Text Example
White with #827A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827A88; }
p { color: rgb(130,122,136); }
H1.HeaderClassName
{
color: #827A88;
}
.AnyTagClassName
{
color: #827A88;
}
</style>
background-color css
<style>
a { background-color: #827A88; }
a { background-color: rgb(130,122,136); }
div.DivClassName
{
background-color: #827A88;
}
.BgClassName
{
background-color: #827A88;
}
</style>
border-color css
<style>
span { border-color: #827A88; }
span { border-color: rgb(130,122,136); }
td.TdClassName
{
border-color: #827A88;
}
.TagClassName
{
border-color: #827A88;
}
</style>