Shades of Topaz #807F8B
Tints of Topaz #807F8B
RGB
CMYK
RGB Variations
Color information
#807F8B (or 0x807F8B) is known color: Topaz. HEX triplet: 80, 7F and 8B. RGB value is (128,127,139). Sum of RGB (Red+Green+Blue) = 128+127+139=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 139 - color contains mainly: blue. Hex color #807F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807F8B is #7F8074. Grayscale: #808080. Windows color (decimal): -8355957 or 9142144. OLE color: 9142144.
HSL color Cylindrical-coordinate representation of color #807F8B: hue angle of 245º 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 #807F8B is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 127 | 139 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.45 |
| HSL | 245º | 0.05% | 0.52% | - |
| HSV(B) | 245º | 0.09% | 0.55% | - |
| XYZ | 21.15 | 21.63 | 27.49 | - |
| YUV | 128.67 | 133.83 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 139 | 0.08 | 0.09 | 0 | 0.45 | 245 | 0.05 | 0.52 |
| Hex | 80 | 7F | 8B | 8 | 9 | 0 | 2D | F5 | 5 | 34 |
| Octal | 200 | 177 | 213 | 10 | 11 | 0 | 55 | 365 | 5 | 64 |
| Binary | 10000000 | 1111111 | 10001011 | 1000 | 1001 | 0 | 101101 | 11110101 | 101 | 110100 |
Color Harmonies of #807F8B
Complementary color
Monochromatic Colors of #807F8B
Black with #807F8B
Text Example
Text Example
White with #807F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807F8B; }
p { color: rgb(128,127,139); }
H1.HeaderClassName
{
color: #807F8B;
}
.AnyTagClassName
{
color: #807F8B;
}
</style>
background-color css
<style>
a { background-color: #807F8B; }
a { background-color: rgb(128,127,139); }
div.DivClassName
{
background-color: #807F8B;
}
.BgClassName
{
background-color: #807F8B;
}
</style>
border-color css
<style>
span { border-color: #807F8B; }
span { border-color: rgb(128,127,139); }
td.TdClassName
{
border-color: #807F8B;
}
.TagClassName
{
border-color: #807F8B;
}
</style>