Shades of Topaz #8A878C
Tints of Topaz #8A878C
RGB
CMYK
RGB Variations
Color information
#8A878C (or 0x8A878C) is known color: Topaz. HEX triplet: 8A, 87 and 8C. RGB value is (138,135,140). Sum of RGB (Red+Green+Blue) = 138+135+140=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 140 - color contains mainly: blue. Hex color #8A878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A878C is #757873. Grayscale: #888888. Windows color (decimal): -7698548 or 9209738. OLE color: 9209738.
HSL color Cylindrical-coordinate representation of color #8A878C: hue angle of 276º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8A878C is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 138 | 135 | 140 | - |
CMYK | 0.01 | 0.04 | 0 | 0.45 |
HSL | 276º | 0.02% | 0.54% | - |
HSV(B) | 276º | 0.04% | 0.55% | - |
XYZ | 23.88 | 24.62 | 28.31 | - |
YUV | 136.47 | 129.99 | 129.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 138 | 135 | 140 | 0.01 | 0.04 | 0 | 0.45 | 276 | 0.02 | 0.54 |
Hex | 8A | 87 | 8C | 1 | 4 | 0 | 2D | 114 | 2 | 36 |
Octal | 212 | 207 | 214 | 1 | 4 | 0 | 55 | 424 | 2 | 66 |
Binary | 10001010 | 10000111 | 10001100 | 1 | 100 | 0 | 101101 | 100010100 | 10 | 110110 |
Color Harmonies of #8A878C
Complementary color
Monochromatic Colors of #8A878C
Black with #8A878C
Text Example
Text Example
White with #8A878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A878C; }
p { color: rgb(138,135,140); }
H1.HeaderClassName
{
color: #8A878C;
}
.AnyTagClassName
{
color: #8A878C;
}
</style>
background-color css
<style>
a { background-color: #8A878C; }
a { background-color: rgb(138,135,140); }
div.DivClassName
{
background-color: #8A878C;
}
.BgClassName
{
background-color: #8A878C;
}
</style>
border-color css
<style>
span { border-color: #8A878C; }
span { border-color: rgb(138,135,140); }
td.TdClassName
{
border-color: #8A878C;
}
.TagClassName
{
border-color: #8A878C;
}
</style>