Shades of Topaz #848386
Tints of Topaz #848386
RGB
CMYK
RGB Variations
Color information
#848386 (or 0x848386) is known color: Topaz. HEX triplet: 84, 83 and 86. RGB value is (132,131,134). Sum of RGB (Red+Green+Blue) = 132+131+134=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 134 - color contains mainly: blue. Hex color #848386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848386 is #7B7C79. Grayscale: #838383. Windows color (decimal): -8092794 or 8815492. OLE color: 8815492.
HSL color Cylindrical-coordinate representation of color #848386: hue angle of 260º degrees, saturation: 0.01, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #848386 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 131 | 134 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.47 |
| HSL | 260º | 0.01% | 0.52% | - |
| HSV(B) | 260º | 0.02% | 0.53% | - |
| XYZ | 21.94 | 22.86 | 25.81 | - |
| YUV | 131.64 | 129.33 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 131 | 134 | 0.01 | 0.02 | 0 | 0.47 | 260 | 0.01 | 0.52 |
| Hex | 84 | 83 | 86 | 1 | 2 | 0 | 2F | 104 | 1 | 34 |
| Octal | 204 | 203 | 206 | 1 | 2 | 0 | 57 | 404 | 1 | 64 |
| Binary | 10000100 | 10000011 | 10000110 | 1 | 10 | 0 | 101111 | 100000100 | 1 | 110100 |
Color Harmonies of #848386
Complementary color
Monochromatic Colors of #848386
Black with #848386
Text Example
Text Example
White with #848386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848386; }
p { color: rgb(132,131,134); }
H1.HeaderClassName
{
color: #848386;
}
.AnyTagClassName
{
color: #848386;
}
</style>
background-color css
<style>
a { background-color: #848386; }
a { background-color: rgb(132,131,134); }
div.DivClassName
{
background-color: #848386;
}
.BgClassName
{
background-color: #848386;
}
</style>
border-color css
<style>
span { border-color: #848386; }
span { border-color: rgb(132,131,134); }
td.TdClassName
{
border-color: #848386;
}
.TagClassName
{
border-color: #848386;
}
</style>