Shades of Topaz #836F8E
Tints of Topaz #836F8E
RGB
CMYK
RGB Variations
Color information
#836F8E (or 0x836F8E) is known color: Topaz. HEX triplet: 83, 6F and 8E. RGB value is (131,111,142). Sum of RGB (Red+Green+Blue) = 131+111+142=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 142 - color contains mainly: blue. Hex color #836F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836F8E is #7C9071. Grayscale: #787878. Windows color (decimal): -8163442 or 9334659. OLE color: 9334659.
HSL color Cylindrical-coordinate representation of color #836F8E: hue angle of 278.71º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #836F8E is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 111 | 142 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.44 |
| HSL | 278.71º | 0.12% | 0.5% | - |
| HSV(B) | 278.71º | 0.22% | 0.56% | - |
| XYZ | 19.93 | 18.15 | 28.04 | - |
| YUV | 120.51 | 140.13 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 111 | 142 | 0.08 | 0.22 | 0 | 0.44 | 278.71 | 0.12 | 0.5 |
| Hex | 83 | 6F | 8E | 8 | 16 | 0 | 2C | 117 | C | 32 |
| Octal | 203 | 157 | 216 | 10 | 26 | 0 | 54 | 427 | 14 | 62 |
| Binary | 10000011 | 1101111 | 10001110 | 1000 | 10110 | 0 | 101100 | 100010111 | 1100 | 110010 |
Color Harmonies of #836F8E
Complementary color
Monochromatic Colors of #836F8E
Black with #836F8E
Text Example
Text Example
White with #836F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836F8E; }
p { color: rgb(131,111,142); }
H1.HeaderClassName
{
color: #836F8E;
}
.AnyTagClassName
{
color: #836F8E;
}
</style>
background-color css
<style>
a { background-color: #836F8E; }
a { background-color: rgb(131,111,142); }
div.DivClassName
{
background-color: #836F8E;
}
.BgClassName
{
background-color: #836F8E;
}
</style>
border-color css
<style>
span { border-color: #836F8E; }
span { border-color: rgb(131,111,142); }
td.TdClassName
{
border-color: #836F8E;
}
.TagClassName
{
border-color: #836F8E;
}
</style>