Shades of Topaz #868090
Tints of Topaz #868090
RGB
CMYK
RGB Variations
Color information
#868090 (or 0x868090) is known color: Topaz. HEX triplet: 86, 80 and 90. RGB value is (134,128,144). Sum of RGB (Red+Green+Blue) = 134+128+144=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 144 - color contains mainly: blue. Hex color #868090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868090 is #797F6F. Grayscale: #838383. Windows color (decimal): -7962480 or 9470086. OLE color: 9470086.
HSL color Cylindrical-coordinate representation of color #868090: hue angle of 262.5º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #868090 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 128 | 144 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.44 |
| HSL | 262.5º | 0.07% | 0.53% | - |
| HSV(B) | 262.5º | 0.11% | 0.56% | - |
| XYZ | 22.58 | 22.52 | 29.54 | - |
| YUV | 131.62 | 134.99 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 128 | 144 | 0.07 | 0.11 | 0 | 0.44 | 262.5 | 0.07 | 0.53 |
| Hex | 86 | 80 | 90 | 7 | B | 0 | 2C | 106 | 7 | 35 |
| Octal | 206 | 200 | 220 | 7 | 13 | 0 | 54 | 406 | 7 | 65 |
| Binary | 10000110 | 10000000 | 10010000 | 111 | 1011 | 0 | 101100 | 100000110 | 111 | 110101 |
Color Harmonies of #868090
Complementary color
Monochromatic Colors of #868090
Black with #868090
Text Example
Text Example
White with #868090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868090; }
p { color: rgb(134,128,144); }
H1.HeaderClassName
{
color: #868090;
}
.AnyTagClassName
{
color: #868090;
}
</style>
background-color css
<style>
a { background-color: #868090; }
a { background-color: rgb(134,128,144); }
div.DivClassName
{
background-color: #868090;
}
.BgClassName
{
background-color: #868090;
}
</style>
border-color css
<style>
span { border-color: #868090; }
span { border-color: rgb(134,128,144); }
td.TdClassName
{
border-color: #868090;
}
.TagClassName
{
border-color: #868090;
}
</style>