Shades of Topaz #7D7882
Tints of Topaz #7D7882
RGB
CMYK
RGB Variations
Color information
#7D7882 (or 0x7D7882) is known color: Topaz. HEX triplet: 7D, 78 and 82. RGB value is (125,120,130). Sum of RGB (Red+Green+Blue) = 125+120+130=375 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.33% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 130 - color contains mainly: blue. Hex color #7D7882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7882 is #82877D. Grayscale: #7A7A7A. Windows color (decimal): -8554366 or 8550525. OLE color: 8550525.
HSL color Cylindrical-coordinate representation of color #7D7882: hue angle of 270º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7D7882 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 120 | 130 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.49 |
| HSL | 270º | 0.04% | 0.49% | - |
| HSV(B) | 270º | 0.08% | 0.51% | - |
| XYZ | 19.2 | 19.4 | 23.85 | - |
| YUV | 122.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 120 | 130 | 0.04 | 0.08 | 0 | 0.49 | 270 | 0.04 | 0.49 |
| Hex | 7D | 78 | 82 | 4 | 8 | 0 | 31 | 10E | 4 | 31 |
| Octal | 175 | 170 | 202 | 4 | 10 | 0 | 61 | 416 | 4 | 61 |
| Binary | 1111101 | 1111000 | 10000010 | 100 | 1000 | 0 | 110001 | 100001110 | 100 | 110001 |
Color Harmonies of #7D7882
Complementary color
Monochromatic Colors of #7D7882
Black with #7D7882
Text Example
Text Example
White with #7D7882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7882; }
p { color: rgb(125,120,130); }
H1.HeaderClassName
{
color: #7D7882;
}
.AnyTagClassName
{
color: #7D7882;
}
</style>
background-color css
<style>
a { background-color: #7D7882; }
a { background-color: rgb(125,120,130); }
div.DivClassName
{
background-color: #7D7882;
}
.BgClassName
{
background-color: #7D7882;
}
</style>
border-color css
<style>
span { border-color: #7D7882; }
span { border-color: rgb(125,120,130); }
td.TdClassName
{
border-color: #7D7882;
}
.TagClassName
{
border-color: #7D7882;
}
</style>