Shades of Topaz #7D788B
Tints of Topaz #7D788B
RGB
CMYK
RGB Variations
Color information
#7D788B (or 0x7D788B) is known color: Topaz. HEX triplet: 7D, 78 and 8B. RGB value is (125,120,139). Sum of RGB (Red+Green+Blue) = 125+120+139=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D788B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D788B is #828774. Grayscale: #7B7B7B. Windows color (decimal): -8554357 or 9140349. OLE color: 9140349.
HSL color Cylindrical-coordinate representation of color #7D788B: hue angle of 255.79º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7D788B is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 120 | 139 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.45 |
| HSL | 255.79º | 0.08% | 0.51% | - |
| HSV(B) | 255.79º | 0.14% | 0.55% | - |
| XYZ | 19.83 | 19.66 | 27.17 | - |
| YUV | 123.66 | 136.66 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 120 | 139 | 0.10 | 0.14 | 0 | 0.45 | 255.79 | 0.08 | 0.51 |
| Hex | 7D | 78 | 8B | A | E | 0 | 2D | 100 | 8 | 33 |
| Octal | 175 | 170 | 213 | 12 | 16 | 0 | 55 | 400 | 10 | 63 |
| Binary | 1111101 | 1111000 | 10001011 | 1010 | 1110 | 0 | 101101 | 100000000 | 1000 | 110011 |
Color Harmonies of #7D788B
Complementary color
Monochromatic Colors of #7D788B
Black with #7D788B
Text Example
Text Example
White with #7D788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D788B; }
p { color: rgb(125,120,139); }
H1.HeaderClassName
{
color: #7D788B;
}
.AnyTagClassName
{
color: #7D788B;
}
</style>
background-color css
<style>
a { background-color: #7D788B; }
a { background-color: rgb(125,120,139); }
div.DivClassName
{
background-color: #7D788B;
}
.BgClassName
{
background-color: #7D788B;
}
</style>
border-color css
<style>
span { border-color: #7D788B; }
span { border-color: rgb(125,120,139); }
td.TdClassName
{
border-color: #7D788B;
}
.TagClassName
{
border-color: #7D788B;
}
</style>