Shades of Topaz #807E8A
Tints of Topaz #807E8A
RGB
CMYK
RGB Variations
Color information
#807E8A (or 0x807E8A) is known color: Topaz. HEX triplet: 80, 7E and 8A. RGB value is (128,126,138). Sum of RGB (Red+Green+Blue) = 128+126+138=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 138 - color contains mainly: blue. Hex color #807E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807E8A is #7F8175. Grayscale: #7F7F7F. Windows color (decimal): -8356214 or 9076352. OLE color: 9076352.
HSL color Cylindrical-coordinate representation of color #807E8A: hue angle of 250º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #807E8A is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 126 | 138 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.46 |
| HSL | 250º | 0.05% | 0.52% | - |
| HSV(B) | 250º | 0.09% | 0.54% | - |
| XYZ | 20.95 | 21.35 | 27.06 | - |
| YUV | 127.97 | 133.66 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 126 | 138 | 0.07 | 0.09 | 0 | 0.46 | 250 | 0.05 | 0.52 |
| Hex | 80 | 7E | 8A | 7 | 9 | 0 | 2E | FA | 5 | 34 |
| Octal | 200 | 176 | 212 | 7 | 11 | 0 | 56 | 372 | 5 | 64 |
| Binary | 10000000 | 1111110 | 10001010 | 111 | 1001 | 0 | 101110 | 11111010 | 101 | 110100 |
Color Harmonies of #807E8A
Complementary color
Monochromatic Colors of #807E8A
Black with #807E8A
Text Example
Text Example
White with #807E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807E8A; }
p { color: rgb(128,126,138); }
H1.HeaderClassName
{
color: #807E8A;
}
.AnyTagClassName
{
color: #807E8A;
}
</style>
background-color css
<style>
a { background-color: #807E8A; }
a { background-color: rgb(128,126,138); }
div.DivClassName
{
background-color: #807E8A;
}
.BgClassName
{
background-color: #807E8A;
}
</style>
border-color css
<style>
span { border-color: #807E8A; }
span { border-color: rgb(128,126,138); }
td.TdClassName
{
border-color: #807E8A;
}
.TagClassName
{
border-color: #807E8A;
}
</style>