Shades of Topaz #8C8891
Tints of Topaz #8C8891
RGB
CMYK
RGB Variations
Color information
#8C8891 (or 0x8C8891) is known color: Topaz. HEX triplet: 8C, 88 and 91. RGB value is (140,136,145). Sum of RGB (Red+Green+Blue) = 140+136+145=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 145 - color contains mainly: blue. Hex color #8C8891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8891 is #73776E. Grayscale: #8A8A8A. Windows color (decimal): -7567215 or 9537676. OLE color: 9537676.
HSL color Cylindrical-coordinate representation of color #8C8891: hue angle of 266.67º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8C8891 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 136 | 145 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.43 |
| HSL | 266.67º | 0.04% | 0.55% | - |
| HSV(B) | 266.67º | 0.06% | 0.57% | - |
| XYZ | 24.73 | 25.23 | 30.35 | - |
| YUV | 138.22 | 131.83 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 145 | 0.03 | 0.06 | 0 | 0.43 | 266.67 | 0.04 | 0.55 |
| Hex | 8C | 88 | 91 | 3 | 6 | 0 | 2B | 10B | 4 | 37 |
| Octal | 214 | 210 | 221 | 3 | 6 | 0 | 53 | 413 | 4 | 67 |
| Binary | 10001100 | 10001000 | 10010001 | 11 | 110 | 0 | 101011 | 100001011 | 100 | 110111 |
Color Harmonies of #8C8891
Complementary color
Monochromatic Colors of #8C8891
Black with #8C8891
Text Example
Text Example
White with #8C8891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8891; }
p { color: rgb(140,136,145); }
H1.HeaderClassName
{
color: #8C8891;
}
.AnyTagClassName
{
color: #8C8891;
}
</style>
background-color css
<style>
a { background-color: #8C8891; }
a { background-color: rgb(140,136,145); }
div.DivClassName
{
background-color: #8C8891;
}
.BgClassName
{
background-color: #8C8891;
}
</style>
border-color css
<style>
span { border-color: #8C8891; }
span { border-color: rgb(140,136,145); }
td.TdClassName
{
border-color: #8C8891;
}
.TagClassName
{
border-color: #8C8891;
}
</style>