Shades of Topaz #8C898F
Tints of Topaz #8C898F
RGB
CMYK
RGB Variations
Color information
#8C898F (or 0x8C898F) is known color: Topaz. HEX triplet: 8C, 89 and 8F. RGB value is (140,137,143). Sum of RGB (Red+Green+Blue) = 140+137+143=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 143 - color contains mainly: blue. Hex color #8C898F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C898F is #737670. Grayscale: #8A8A8A. Windows color (decimal): -7566961 or 9406860. OLE color: 9406860.
HSL color Cylindrical-coordinate representation of color #8C898F: 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.04%. Process color model (Four color, CMYK) of #8C898F is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
RGB | 140 | 137 | 143 | - |
CMYK | 0.02 | 0.04 | 0 | 0.44 |
HSL | 270º | 0.03% | 0.55% | - |
HSV(B) | 270º | 0.04% | 0.56% | - |
XYZ | 24.72 | 25.45 | 29.6 | - |
YUV | 138.58 | 130.49 | 129.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 137 | 143 | 0.02 | 0.04 | 0 | 0.44 | 270 | 0.03 | 0.55 |
Hex | 8C | 89 | 8F | 2 | 4 | 0 | 2C | 10E | 3 | 37 |
Octal | 214 | 211 | 217 | 2 | 4 | 0 | 54 | 416 | 3 | 67 |
Binary | 10001100 | 10001001 | 10001111 | 10 | 100 | 0 | 101100 | 100001110 | 11 | 110111 |
Color Harmonies of #8C898F
Complementary color
Monochromatic Colors of #8C898F
Black with #8C898F
Text Example
Text Example
White with #8C898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C898F; }
p { color: rgb(140,137,143); }
H1.HeaderClassName
{
color: #8C898F;
}
.AnyTagClassName
{
color: #8C898F;
}
</style>
background-color css
<style>
a { background-color: #8C898F; }
a { background-color: rgb(140,137,143); }
div.DivClassName
{
background-color: #8C898F;
}
.BgClassName
{
background-color: #8C898F;
}
</style>
border-color css
<style>
span { border-color: #8C898F; }
span { border-color: rgb(140,137,143); }
td.TdClassName
{
border-color: #8C898F;
}
.TagClassName
{
border-color: #8C898F;
}
</style>