Shades of Topaz #837F87
Tints of Topaz #837F87
RGB
CMYK
RGB Variations
Color information
#837F87 (or 0x837F87) is known color: Topaz. HEX triplet: 83, 7F and 87. RGB value is (131,127,135). Sum of RGB (Red+Green+Blue) = 131+127+135=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 135 - color contains mainly: blue. Hex color #837F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837F87 is #7C8078. Grayscale: #818181. Windows color (decimal): -8159353 or 8880003. OLE color: 8880003.
HSL color Cylindrical-coordinate representation of color #837F87: hue angle of 270º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #837F87 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 127 | 135 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.47 |
| HSL | 270º | 0.03% | 0.51% | - |
| HSV(B) | 270º | 0.06% | 0.53% | - |
| XYZ | 21.32 | 21.75 | 26 | - |
| YUV | 129.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 135 | 0.03 | 0.06 | 0 | 0.47 | 270 | 0.03 | 0.51 |
| Hex | 83 | 7F | 87 | 3 | 6 | 0 | 2F | 10E | 3 | 33 |
| Octal | 203 | 177 | 207 | 3 | 6 | 0 | 57 | 416 | 3 | 63 |
| Binary | 10000011 | 1111111 | 10000111 | 11 | 110 | 0 | 101111 | 100001110 | 11 | 110011 |
Color Harmonies of #837F87
Complementary color
Monochromatic Colors of #837F87
Black with #837F87
Text Example
Text Example
White with #837F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837F87; }
p { color: rgb(131,127,135); }
H1.HeaderClassName
{
color: #837F87;
}
.AnyTagClassName
{
color: #837F87;
}
</style>
background-color css
<style>
a { background-color: #837F87; }
a { background-color: rgb(131,127,135); }
div.DivClassName
{
background-color: #837F87;
}
.BgClassName
{
background-color: #837F87;
}
</style>
border-color css
<style>
span { border-color: #837F87; }
span { border-color: rgb(131,127,135); }
td.TdClassName
{
border-color: #837F87;
}
.TagClassName
{
border-color: #837F87;
}
</style>