Shades of Topaz #8C8890
Tints of Topaz #8C8890
RGB
CMYK
RGB Variations
Color information
#8C8890 (or 0x8C8890) is known color: Topaz. HEX triplet: 8C, 88 and 90. RGB value is (140,136,144). Sum of RGB (Red+Green+Blue) = 140+136+144=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 144 - color contains mainly: blue. Hex color #8C8890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8890 is #73776F. Grayscale: #8A8A8A. Windows color (decimal): -7567216 or 9472140. OLE color: 9472140.
HSL color Cylindrical-coordinate representation of color #8C8890: hue angle of 270º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8C8890 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 136 | 144 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.44 |
| HSL | 270º | 0.03% | 0.55% | - |
| HSV(B) | 270º | 0.06% | 0.56% | - |
| XYZ | 24.65 | 25.2 | 29.95 | - |
| YUV | 138.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 144 | 0.03 | 0.06 | 0 | 0.44 | 270 | 0.03 | 0.55 |
| Hex | 8C | 88 | 90 | 3 | 6 | 0 | 2C | 10E | 3 | 37 |
| Octal | 214 | 210 | 220 | 3 | 6 | 0 | 54 | 416 | 3 | 67 |
| Binary | 10001100 | 10001000 | 10010000 | 11 | 110 | 0 | 101100 | 100001110 | 11 | 110111 |
Color Harmonies of #8C8890
Complementary color
Monochromatic Colors of #8C8890
Black with #8C8890
Text Example
Text Example
White with #8C8890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8890; }
p { color: rgb(140,136,144); }
H1.HeaderClassName
{
color: #8C8890;
}
.AnyTagClassName
{
color: #8C8890;
}
</style>
background-color css
<style>
a { background-color: #8C8890; }
a { background-color: rgb(140,136,144); }
div.DivClassName
{
background-color: #8C8890;
}
.BgClassName
{
background-color: #8C8890;
}
</style>
border-color css
<style>
span { border-color: #8C8890; }
span { border-color: rgb(140,136,144); }
td.TdClassName
{
border-color: #8C8890;
}
.TagClassName
{
border-color: #8C8890;
}
</style>