Shades of Topaz #868388
Tints of Topaz #868388
RGB
CMYK
RGB Variations
Color information
#868388 (or 0x868388) is known color: Topaz. HEX triplet: 86, 83 and 88. RGB value is (134,131,136). Sum of RGB (Red+Green+Blue) = 134+131+136=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 136 - color contains mainly: blue. Hex color #868388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868388 is #797C77. Grayscale: #848484. Windows color (decimal): -7961720 or 8946566. OLE color: 8946566.
HSL color Cylindrical-coordinate representation of color #868388: hue angle of 276º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #868388 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 131 | 136 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.47 |
| HSL | 276º | 0.02% | 0.52% | - |
| HSV(B) | 276º | 0.04% | 0.53% | - |
| XYZ | 22.39 | 23.08 | 26.57 | - |
| YUV | 132.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 136 | 0.01 | 0.04 | 0 | 0.47 | 276 | 0.02 | 0.52 |
| Hex | 86 | 83 | 88 | 1 | 4 | 0 | 2F | 114 | 2 | 34 |
| Octal | 206 | 203 | 210 | 1 | 4 | 0 | 57 | 424 | 2 | 64 |
| Binary | 10000110 | 10000011 | 10001000 | 1 | 100 | 0 | 101111 | 100010100 | 10 | 110100 |
Color Harmonies of #868388
Complementary color
Monochromatic Colors of #868388
Black with #868388
Text Example
Text Example
White with #868388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868388; }
p { color: rgb(134,131,136); }
H1.HeaderClassName
{
color: #868388;
}
.AnyTagClassName
{
color: #868388;
}
</style>
background-color css
<style>
a { background-color: #868388; }
a { background-color: rgb(134,131,136); }
div.DivClassName
{
background-color: #868388;
}
.BgClassName
{
background-color: #868388;
}
</style>
border-color css
<style>
span { border-color: #868388; }
span { border-color: rgb(134,131,136); }
td.TdClassName
{
border-color: #868388;
}
.TagClassName
{
border-color: #868388;
}
</style>