Shades of Topaz #7D798A
Tints of Topaz #7D798A
RGB
CMYK
RGB Variations
Color information
#7D798A (or 0x7D798A) is known color: Topaz. HEX triplet: 7D, 79 and 8A. RGB value is (125,121,138). Sum of RGB (Red+Green+Blue) = 125+121+138=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 138 - color contains mainly: blue. Hex color #7D798A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D798A is #828675. Grayscale: #7C7C7C. Windows color (decimal): -8554102 or 9075069. OLE color: 9075069.
HSL color Cylindrical-coordinate representation of color #7D798A: hue angle of 254.12º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7D798A is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 125 | 121 | 138 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.46 |
| HSL | 254.12º | 0.07% | 0.51% | - |
| HSV(B) | 254.12º | 0.12% | 0.54% | - |
| XYZ | 19.88 | 19.87 | 26.83 | - |
| YUV | 124.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 121 | 138 | 0.09 | 0.12 | 0 | 0.46 | 254.12 | 0.07 | 0.51 |
| Hex | 7D | 79 | 8A | 9 | C | 0 | 2E | FE | 7 | 33 |
| Octal | 175 | 171 | 212 | 11 | 14 | 0 | 56 | 376 | 7 | 63 |
| Binary | 1111101 | 1111001 | 10001010 | 1001 | 1100 | 0 | 101110 | 11111110 | 111 | 110011 |
Color Harmonies of #7D798A
Complementary color
Monochromatic Colors of #7D798A
Black with #7D798A
Text Example
Text Example
White with #7D798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D798A; }
p { color: rgb(125,121,138); }
H1.HeaderClassName
{
color: #7D798A;
}
.AnyTagClassName
{
color: #7D798A;
}
</style>
background-color css
<style>
a { background-color: #7D798A; }
a { background-color: rgb(125,121,138); }
div.DivClassName
{
background-color: #7D798A;
}
.BgClassName
{
background-color: #7D798A;
}
</style>
border-color css
<style>
span { border-color: #7D798A; }
span { border-color: rgb(125,121,138); }
td.TdClassName
{
border-color: #7D798A;
}
.TagClassName
{
border-color: #7D798A;
}
</style>