Shades of Topaz #8B8A8D
Tints of Topaz #8B8A8D
RGB
CMYK
RGB Variations
Color information
#8B8A8D (or 0x8B8A8D) is known color: Topaz. HEX triplet: 8B, 8A and 8D. RGB value is (139,138,141). Sum of RGB (Red+Green+Blue) = 139+138+141=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B8A8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8A8D is #747572. Grayscale: #8A8A8A. Windows color (decimal): -7632243 or 9276043. OLE color: 9276043.
HSL color Cylindrical-coordinate representation of color #8B8A8D: hue angle of 260º degrees, saturation: 0.01, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #8B8A8D is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 139 | 138 | 141 | - |
CMYK | 0.01 | 0.02 | 0 | 0.45 |
HSL | 260º | 0.01% | 0.55% | - |
HSV(B) | 260º | 0.02% | 0.55% | - |
XYZ | 24.54 | 25.59 | 28.84 | - |
YUV | 138.64 | 129.33 | 128.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 139 | 138 | 141 | 0.01 | 0.02 | 0 | 0.45 | 260 | 0.01 | 0.55 |
Hex | 8B | 8A | 8D | 1 | 2 | 0 | 2D | 104 | 1 | 37 |
Octal | 213 | 212 | 215 | 1 | 2 | 0 | 55 | 404 | 1 | 67 |
Binary | 10001011 | 10001010 | 10001101 | 1 | 10 | 0 | 101101 | 100000100 | 1 | 110111 |
Color Harmonies of #8B8A8D
Complementary color
Monochromatic Colors of #8B8A8D
Black with #8B8A8D
Text Example
Text Example
White with #8B8A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8A8D; }
p { color: rgb(139,138,141); }
H1.HeaderClassName
{
color: #8B8A8D;
}
.AnyTagClassName
{
color: #8B8A8D;
}
</style>
background-color css
<style>
a { background-color: #8B8A8D; }
a { background-color: rgb(139,138,141); }
div.DivClassName
{
background-color: #8B8A8D;
}
.BgClassName
{
background-color: #8B8A8D;
}
</style>
border-color css
<style>
span { border-color: #8B8A8D; }
span { border-color: rgb(139,138,141); }
td.TdClassName
{
border-color: #8B8A8D;
}
.TagClassName
{
border-color: #8B8A8D;
}
</style>