Shades of Topaz #827F8B
Tints of Topaz #827F8B
RGB
CMYK
RGB Variations
Color information
#827F8B (or 0x827F8B) is known color: Topaz. HEX triplet: 82, 7F and 8B. RGB value is (130,127,139). Sum of RGB (Red+Green+Blue) = 130+127+139=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 139 - color contains mainly: blue. Hex color #827F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827F8B is #7D8074. Grayscale: #818181. Windows color (decimal): -8224885 or 9142146. OLE color: 9142146.
HSL color Cylindrical-coordinate representation of color #827F8B: hue angle of 255º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #827F8B is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 127 | 139 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.45 |
| HSL | 255º | 0.05% | 0.52% | - |
| HSV(B) | 255º | 0.09% | 0.55% | - |
| XYZ | 21.46 | 21.79 | 27.5 | - |
| YUV | 129.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 139 | 0.06 | 0.09 | 0 | 0.45 | 255 | 0.05 | 0.52 |
| Hex | 82 | 7F | 8B | 6 | 9 | 0 | 2D | FF | 5 | 34 |
| Octal | 202 | 177 | 213 | 6 | 11 | 0 | 55 | 377 | 5 | 64 |
| Binary | 10000010 | 1111111 | 10001011 | 110 | 1001 | 0 | 101101 | 11111111 | 101 | 110100 |
Color Harmonies of #827F8B
Complementary color
Monochromatic Colors of #827F8B
Black with #827F8B
Text Example
Text Example
White with #827F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827F8B; }
p { color: rgb(130,127,139); }
H1.HeaderClassName
{
color: #827F8B;
}
.AnyTagClassName
{
color: #827F8B;
}
</style>
background-color css
<style>
a { background-color: #827F8B; }
a { background-color: rgb(130,127,139); }
div.DivClassName
{
background-color: #827F8B;
}
.BgClassName
{
background-color: #827F8B;
}
</style>
border-color css
<style>
span { border-color: #827F8B; }
span { border-color: rgb(130,127,139); }
td.TdClassName
{
border-color: #827F8B;
}
.TagClassName
{
border-color: #827F8B;
}
</style>