Shades of Topaz #7D7890
Tints of Topaz #7D7890
RGB
CMYK
RGB Variations
Color information
#7D7890 (or 0x7D7890) is known color: Topaz. HEX triplet: 7D, 78 and 90. RGB value is (125,120,144). Sum of RGB (Red+Green+Blue) = 125+120+144=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 144 - color contains mainly: blue. Hex color #7D7890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7890 is #82876F. Grayscale: #7C7C7C. Windows color (decimal): -8554352 or 9468029. OLE color: 9468029.
HSL color Cylindrical-coordinate representation of color #7D7890: hue angle of 252.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7D7890 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 120 | 144 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.44 |
| HSL | 252.5º | 0.1% | 0.52% | - |
| HSV(B) | 252.5º | 0.17% | 0.56% | - |
| XYZ | 20.21 | 19.81 | 29.14 | - |
| YUV | 124.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 120 | 144 | 0.13 | 0.17 | 0 | 0.44 | 252.5 | 0.1 | 0.52 |
| Hex | 7D | 78 | 90 | D | 11 | 0 | 2C | FD | A | 34 |
| Octal | 175 | 170 | 220 | 15 | 21 | 0 | 54 | 375 | 12 | 64 |
| Binary | 1111101 | 1111000 | 10010000 | 1101 | 10001 | 0 | 101100 | 11111101 | 1010 | 110100 |
Color Harmonies of #7D7890
Complementary color
Monochromatic Colors of #7D7890
Black with #7D7890
Text Example
Text Example
White with #7D7890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7890; }
p { color: rgb(125,120,144); }
H1.HeaderClassName
{
color: #7D7890;
}
.AnyTagClassName
{
color: #7D7890;
}
</style>
background-color css
<style>
a { background-color: #7D7890; }
a { background-color: rgb(125,120,144); }
div.DivClassName
{
background-color: #7D7890;
}
.BgClassName
{
background-color: #7D7890;
}
</style>
border-color css
<style>
span { border-color: #7D7890; }
span { border-color: rgb(125,120,144); }
td.TdClassName
{
border-color: #7D7890;
}
.TagClassName
{
border-color: #7D7890;
}
</style>