Shades of Topaz #807D8B
Tints of Topaz #807D8B
RGB
CMYK
RGB Variations
Color information
#807D8B (or 0x807D8B) is known color: Topaz. HEX triplet: 80, 7D and 8B. RGB value is (128,125,139). Sum of RGB (Red+Green+Blue) = 128+125+139=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 139 - color contains mainly: blue. Hex color #807D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807D8B is #7F8274. Grayscale: #7F7F7F. Windows color (decimal): -8356469 or 9141632. OLE color: 9141632.
HSL color Cylindrical-coordinate representation of color #807D8B: hue angle of 252.86º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #807D8B is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 125 | 139 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.45 |
| HSL | 252.86º | 0.06% | 0.52% | - |
| HSV(B) | 252.86º | 0.1% | 0.55% | - |
| XYZ | 20.9 | 21.12 | 27.4 | - |
| YUV | 127.49 | 134.49 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 125 | 139 | 0.08 | 0.10 | 0 | 0.45 | 252.86 | 0.06 | 0.52 |
| Hex | 80 | 7D | 8B | 8 | A | 0 | 2D | FD | 6 | 34 |
| Octal | 200 | 175 | 213 | 10 | 12 | 0 | 55 | 375 | 6 | 64 |
| Binary | 10000000 | 1111101 | 10001011 | 1000 | 1010 | 0 | 101101 | 11111101 | 110 | 110100 |
Color Harmonies of #807D8B
Complementary color
Monochromatic Colors of #807D8B
Black with #807D8B
Text Example
Text Example
White with #807D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807D8B; }
p { color: rgb(128,125,139); }
H1.HeaderClassName
{
color: #807D8B;
}
.AnyTagClassName
{
color: #807D8B;
}
</style>
background-color css
<style>
a { background-color: #807D8B; }
a { background-color: rgb(128,125,139); }
div.DivClassName
{
background-color: #807D8B;
}
.BgClassName
{
background-color: #807D8B;
}
</style>
border-color css
<style>
span { border-color: #807D8B; }
span { border-color: rgb(128,125,139); }
td.TdClassName
{
border-color: #807D8B;
}
.TagClassName
{
border-color: #807D8B;
}
</style>