Shades of Topaz #807E8B
Tints of Topaz #807E8B
RGB
CMYK
RGB Variations
Color information
#807E8B (or 0x807E8B) is known color: Topaz. HEX triplet: 80, 7E and 8B. RGB value is (128,126,139). Sum of RGB (Red+Green+Blue) = 128+126+139=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 139 - color contains mainly: blue. Hex color #807E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807E8B is #7F8174. Grayscale: #808080. Windows color (decimal): -8356213 or 9141888. OLE color: 9141888.
HSL color Cylindrical-coordinate representation of color #807E8B: hue angle of 249.23º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #807E8B is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 126 | 139 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.45 |
| HSL | 249.23º | 0.05% | 0.52% | - |
| HSV(B) | 249.23º | 0.09% | 0.55% | - |
| XYZ | 21.02 | 21.37 | 27.44 | - |
| YUV | 128.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 126 | 139 | 0.08 | 0.09 | 0 | 0.45 | 249.23 | 0.05 | 0.52 |
| Hex | 80 | 7E | 8B | 8 | 9 | 0 | 2D | F9 | 5 | 34 |
| Octal | 200 | 176 | 213 | 10 | 11 | 0 | 55 | 371 | 5 | 64 |
| Binary | 10000000 | 1111110 | 10001011 | 1000 | 1001 | 0 | 101101 | 11111001 | 101 | 110100 |
Color Harmonies of #807E8B
Complementary color
Monochromatic Colors of #807E8B
Black with #807E8B
Text Example
Text Example
White with #807E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807E8B; }
p { color: rgb(128,126,139); }
H1.HeaderClassName
{
color: #807E8B;
}
.AnyTagClassName
{
color: #807E8B;
}
</style>
background-color css
<style>
a { background-color: #807E8B; }
a { background-color: rgb(128,126,139); }
div.DivClassName
{
background-color: #807E8B;
}
.BgClassName
{
background-color: #807E8B;
}
</style>
border-color css
<style>
span { border-color: #807E8B; }
span { border-color: rgb(128,126,139); }
td.TdClassName
{
border-color: #807E8B;
}
.TagClassName
{
border-color: #807E8B;
}
</style>