Shades of Topaz #807F83
Tints of Topaz #807F83
RGB
CMYK
RGB Variations
Color information
#807F83 (or 0x807F83) is known color: Topaz. HEX triplet: 80, 7F and 83. RGB value is (128,127,131). Sum of RGB (Red+Green+Blue) = 128+127+131=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 131 - color contains mainly: blue. Hex color #807F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807F83 is #7F807C. Grayscale: #7F7F7F. Windows color (decimal): -8355965 or 8617856. OLE color: 8617856.
HSL color Cylindrical-coordinate representation of color #807F83: hue angle of 255º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #807F83 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 127 | 131 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.49 |
| HSL | 255º | 0.02% | 0.51% | - |
| HSV(B) | 255º | 0.03% | 0.51% | - |
| XYZ | 20.59 | 21.41 | 24.52 | - |
| YUV | 127.76 | 129.83 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 131 | 0.02 | 0.03 | 0 | 0.49 | 255 | 0.02 | 0.51 |
| Hex | 80 | 7F | 83 | 2 | 3 | 0 | 31 | FF | 2 | 33 |
| Octal | 200 | 177 | 203 | 2 | 3 | 0 | 61 | 377 | 2 | 63 |
| Binary | 10000000 | 1111111 | 10000011 | 10 | 11 | 0 | 110001 | 11111111 | 10 | 110011 |
Color Harmonies of #807F83
Complementary color
Monochromatic Colors of #807F83
Black with #807F83
Text Example
Text Example
White with #807F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807F83; }
p { color: rgb(128,127,131); }
H1.HeaderClassName
{
color: #807F83;
}
.AnyTagClassName
{
color: #807F83;
}
</style>
background-color css
<style>
a { background-color: #807F83; }
a { background-color: rgb(128,127,131); }
div.DivClassName
{
background-color: #807F83;
}
.BgClassName
{
background-color: #807F83;
}
</style>
border-color css
<style>
span { border-color: #807F83; }
span { border-color: rgb(128,127,131); }
td.TdClassName
{
border-color: #807F83;
}
.TagClassName
{
border-color: #807F83;
}
</style>