Shades of Topaz #8B8792
Tints of Topaz #8B8792
RGB
CMYK
RGB Variations
Color information
#8B8792 (or 0x8B8792) is known color: Topaz. HEX triplet: 8B, 87 and 92. RGB value is (139,135,146). Sum of RGB (Red+Green+Blue) = 139+135+146=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 146 - color contains mainly: blue. Hex color #8B8792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8792 is #74786D. Grayscale: #898989. Windows color (decimal): -7633006 or 9602955. OLE color: 9602955.
HSL color Cylindrical-coordinate representation of color #8B8792: hue angle of 261.82º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8B8792 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 135 | 146 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.43 |
| HSL | 261.82º | 0.05% | 0.55% | - |
| HSV(B) | 261.82º | 0.08% | 0.57% | - |
| XYZ | 24.5 | 24.89 | 30.71 | - |
| YUV | 137.45 | 132.83 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 146 | 0.05 | 0.08 | 0 | 0.43 | 261.82 | 0.05 | 0.55 |
| Hex | 8B | 87 | 92 | 5 | 8 | 0 | 2B | 106 | 5 | 37 |
| Octal | 213 | 207 | 222 | 5 | 10 | 0 | 53 | 406 | 5 | 67 |
| Binary | 10001011 | 10000111 | 10010010 | 101 | 1000 | 0 | 101011 | 100000110 | 101 | 110111 |
Color Harmonies of #8B8792
Complementary color
Monochromatic Colors of #8B8792
Black with #8B8792
Text Example
Text Example
White with #8B8792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8792; }
p { color: rgb(139,135,146); }
H1.HeaderClassName
{
color: #8B8792;
}
.AnyTagClassName
{
color: #8B8792;
}
</style>
background-color css
<style>
a { background-color: #8B8792; }
a { background-color: rgb(139,135,146); }
div.DivClassName
{
background-color: #8B8792;
}
.BgClassName
{
background-color: #8B8792;
}
</style>
border-color css
<style>
span { border-color: #8B8792; }
span { border-color: rgb(139,135,146); }
td.TdClassName
{
border-color: #8B8792;
}
.TagClassName
{
border-color: #8B8792;
}
</style>