Shades of Topaz #8C8A90
Tints of Topaz #8C8A90
RGB
CMYK
RGB Variations
Color information
#8C8A90 (or 0x8C8A90) is known color: Topaz. HEX triplet: 8C, 8A and 90. RGB value is (140,138,144). Sum of RGB (Red+Green+Blue) = 140+138+144=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 144 - color contains mainly: blue. Hex color #8C8A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8A90 is #73756F. Grayscale: #8B8B8B. Windows color (decimal): -7566704 or 9472652. OLE color: 9472652.
HSL color Cylindrical-coordinate representation of color #8C8A90: hue angle of 260º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8C8A90 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 138 | 144 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.44 |
| HSL | 260º | 0.03% | 0.55% | - |
| HSV(B) | 260º | 0.04% | 0.56% | - |
| XYZ | 24.94 | 25.77 | 30.04 | - |
| YUV | 139.28 | 130.66 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 138 | 144 | 0.03 | 0.04 | 0 | 0.44 | 260 | 0.03 | 0.55 |
| Hex | 8C | 8A | 90 | 3 | 4 | 0 | 2C | 104 | 3 | 37 |
| Octal | 214 | 212 | 220 | 3 | 4 | 0 | 54 | 404 | 3 | 67 |
| Binary | 10001100 | 10001010 | 10010000 | 11 | 100 | 0 | 101100 | 100000100 | 11 | 110111 |
Color Harmonies of #8C8A90
Complementary color
Monochromatic Colors of #8C8A90
Black with #8C8A90
Text Example
Text Example
White with #8C8A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8A90; }
p { color: rgb(140,138,144); }
H1.HeaderClassName
{
color: #8C8A90;
}
.AnyTagClassName
{
color: #8C8A90;
}
</style>
background-color css
<style>
a { background-color: #8C8A90; }
a { background-color: rgb(140,138,144); }
div.DivClassName
{
background-color: #8C8A90;
}
.BgClassName
{
background-color: #8C8A90;
}
</style>
border-color css
<style>
span { border-color: #8C8A90; }
span { border-color: rgb(140,138,144); }
td.TdClassName
{
border-color: #8C8A90;
}
.TagClassName
{
border-color: #8C8A90;
}
</style>