Shades of Topaz #7D798B
Tints of Topaz #7D798B
RGB
CMYK
RGB Variations
Color information
#7D798B (or 0x7D798B) is known color: Topaz. HEX triplet: 7D, 79 and 8B. RGB value is (125,121,139). Sum of RGB (Red+Green+Blue) = 125+121+139=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D798B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D798B is #828674. Grayscale: #7C7C7C. Windows color (decimal): -8554101 or 9140605. OLE color: 9140605.
HSL color Cylindrical-coordinate representation of color #7D798B: hue angle of 253.33º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7D798B is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 121 | 139 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.45 |
| HSL | 253.33º | 0.07% | 0.51% | - |
| HSV(B) | 253.33º | 0.13% | 0.55% | - |
| XYZ | 19.96 | 19.9 | 27.22 | - |
| YUV | 124.25 | 136.33 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 121 | 139 | 0.10 | 0.13 | 0 | 0.45 | 253.33 | 0.07 | 0.51 |
| Hex | 7D | 79 | 8B | A | D | 0 | 2D | FD | 7 | 33 |
| Octal | 175 | 171 | 213 | 12 | 15 | 0 | 55 | 375 | 7 | 63 |
| Binary | 1111101 | 1111001 | 10001011 | 1010 | 1101 | 0 | 101101 | 11111101 | 111 | 110011 |
Color Harmonies of #7D798B
Complementary color
Monochromatic Colors of #7D798B
Black with #7D798B
Text Example
Text Example
White with #7D798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D798B; }
p { color: rgb(125,121,139); }
H1.HeaderClassName
{
color: #7D798B;
}
.AnyTagClassName
{
color: #7D798B;
}
</style>
background-color css
<style>
a { background-color: #7D798B; }
a { background-color: rgb(125,121,139); }
div.DivClassName
{
background-color: #7D798B;
}
.BgClassName
{
background-color: #7D798B;
}
</style>
border-color css
<style>
span { border-color: #7D798B; }
span { border-color: rgb(125,121,139); }
td.TdClassName
{
border-color: #7D798B;
}
.TagClassName
{
border-color: #7D798B;
}
</style>