Shades of Topaz #7D6792
Tints of Topaz #7D6792
RGB
CMYK
RGB Variations
Color information
#7D6792 (or 0x7D6792) is known color: Topaz. HEX triplet: 7D, 67 and 92. RGB value is (125,103,146). Sum of RGB (Red+Green+Blue) = 125+103+146=374 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.42% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 146 - color contains mainly: blue. Hex color #7D6792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6792 is #82986D. Grayscale: #727272. Windows color (decimal): -8558702 or 9594749. OLE color: 9594749.
HSL color Cylindrical-coordinate representation of color #7D6792: hue angle of 270.7º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D6792 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 103 | 146 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.43 |
| HSL | 270.7º | 0.17% | 0.49% | - |
| HSV(B) | 270.7º | 0.29% | 0.57% | - |
| XYZ | 18.5 | 16.14 | 29.33 | - |
| YUV | 114.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 103 | 146 | 0.14 | 0.29 | 0 | 0.43 | 270.7 | 0.17 | 0.49 |
| Hex | 7D | 67 | 92 | E | 1D | 0 | 2B | 10F | 11 | 31 |
| Octal | 175 | 147 | 222 | 16 | 35 | 0 | 53 | 417 | 21 | 61 |
| Binary | 1111101 | 1100111 | 10010010 | 1110 | 11101 | 0 | 101011 | 100001111 | 10001 | 110001 |
Color Harmonies of #7D6792
Complementary color
Monochromatic Colors of #7D6792
Black with #7D6792
Text Example
Text Example
White with #7D6792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6792; }
p { color: rgb(125,103,146); }
H1.HeaderClassName
{
color: #7D6792;
}
.AnyTagClassName
{
color: #7D6792;
}
</style>
background-color css
<style>
a { background-color: #7D6792; }
a { background-color: rgb(125,103,146); }
div.DivClassName
{
background-color: #7D6792;
}
.BgClassName
{
background-color: #7D6792;
}
</style>
border-color css
<style>
span { border-color: #7D6792; }
span { border-color: rgb(125,103,146); }
td.TdClassName
{
border-color: #7D6792;
}
.TagClassName
{
border-color: #7D6792;
}
</style>