Shades of Topaz #807B90
Tints of Topaz #807B90
RGB
CMYK
RGB Variations
Color information
#807B90 (or 0x807B90) is known color: Topaz. HEX triplet: 80, 7B and 90. RGB value is (128,123,144). Sum of RGB (Red+Green+Blue) = 128+123+144=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 144 - color contains mainly: blue. Hex color #807B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807B90 is #7F846F. Grayscale: #7E7E7E. Windows color (decimal): -8356976 or 9468800. OLE color: 9468800.
HSL color Cylindrical-coordinate representation of color #807B90: hue angle of 254.29º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #807B90 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 123 | 144 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.44 |
| HSL | 254.29º | 0.09% | 0.52% | - |
| HSV(B) | 254.29º | 0.15% | 0.56% | - |
| XYZ | 21.02 | 20.77 | 29.29 | - |
| YUV | 126.89 | 137.66 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 144 | 0.11 | 0.15 | 0 | 0.44 | 254.29 | 0.09 | 0.52 |
| Hex | 80 | 7B | 90 | B | F | 0 | 2C | FE | 9 | 34 |
| Octal | 200 | 173 | 220 | 13 | 17 | 0 | 54 | 376 | 11 | 64 |
| Binary | 10000000 | 1111011 | 10010000 | 1011 | 1111 | 0 | 101100 | 11111110 | 1001 | 110100 |
Color Harmonies of #807B90
Complementary color
Monochromatic Colors of #807B90
Black with #807B90
Text Example
Text Example
White with #807B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807B90; }
p { color: rgb(128,123,144); }
H1.HeaderClassName
{
color: #807B90;
}
.AnyTagClassName
{
color: #807B90;
}
</style>
background-color css
<style>
a { background-color: #807B90; }
a { background-color: rgb(128,123,144); }
div.DivClassName
{
background-color: #807B90;
}
.BgClassName
{
background-color: #807B90;
}
</style>
border-color css
<style>
span { border-color: #807B90; }
span { border-color: rgb(128,123,144); }
td.TdClassName
{
border-color: #807B90;
}
.TagClassName
{
border-color: #807B90;
}
</style>