Shades of Topaz #807191
Tints of Topaz #807191
RGB
CMYK
RGB Variations
Color information
#807191 (or 0x807191) is known color: Topaz. HEX triplet: 80, 71 and 91. RGB value is (128,113,145). Sum of RGB (Red+Green+Blue) = 128+113+145=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 145 - color contains mainly: blue. Hex color #807191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807191 is #7F8E6E. Grayscale: #797979. Windows color (decimal): -8359535 or 9531776. OLE color: 9531776.
HSL color Cylindrical-coordinate representation of color #807191: hue angle of 268.12º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #807191 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 113 | 145 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.43 |
| HSL | 268.13º | 0.13% | 0.51% | - |
| HSV(B) | 268.13º | 0.22% | 0.57% | - |
| XYZ | 19.92 | 18.44 | 29.3 | - |
| YUV | 121.13 | 141.47 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 113 | 145 | 0.12 | 0.22 | 0 | 0.43 | 268.13 | 0.13 | 0.51 |
| Hex | 80 | 71 | 91 | C | 16 | 0 | 2B | 10C | D | 33 |
| Octal | 200 | 161 | 221 | 14 | 26 | 0 | 53 | 414 | 15 | 63 |
| Binary | 10000000 | 1110001 | 10010001 | 1100 | 10110 | 0 | 101011 | 100001100 | 1101 | 110011 |
Color Harmonies of #807191
Complementary color
Monochromatic Colors of #807191
Black with #807191
Text Example
Text Example
White with #807191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807191; }
p { color: rgb(128,113,145); }
H1.HeaderClassName
{
color: #807191;
}
.AnyTagClassName
{
color: #807191;
}
</style>
background-color css
<style>
a { background-color: #807191; }
a { background-color: rgb(128,113,145); }
div.DivClassName
{
background-color: #807191;
}
.BgClassName
{
background-color: #807191;
}
</style>
border-color css
<style>
span { border-color: #807191; }
span { border-color: rgb(128,113,145); }
td.TdClassName
{
border-color: #807191;
}
.TagClassName
{
border-color: #807191;
}
</style>