Shades of Topaz #7D778D
Tints of Topaz #7D778D
RGB
CMYK
RGB Variations
Color information
#7D778D (or 0x7D778D) is known color: Topaz. HEX triplet: 7D, 77 and 8D. RGB value is (125,119,141). Sum of RGB (Red+Green+Blue) = 125+119+141=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 141 - color contains mainly: blue. Hex color #7D778D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D778D is #828872. Grayscale: #7B7B7B. Windows color (decimal): -8554611 or 9271165. OLE color: 9271165.
HSL color Cylindrical-coordinate representation of color #7D778D: hue angle of 256.36º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7D778D is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 119 | 141 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.45 |
| HSL | 256.36º | 0.09% | 0.51% | - |
| HSV(B) | 256.36º | 0.16% | 0.55% | - |
| XYZ | 19.86 | 19.48 | 27.91 | - |
| YUV | 123.3 | 137.99 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 119 | 141 | 0.11 | 0.16 | 0 | 0.45 | 256.36 | 0.09 | 0.51 |
| Hex | 7D | 77 | 8D | B | 10 | 0 | 2D | 100 | 9 | 33 |
| Octal | 175 | 167 | 215 | 13 | 20 | 0 | 55 | 400 | 11 | 63 |
| Binary | 1111101 | 1110111 | 10001101 | 1011 | 10000 | 0 | 101101 | 100000000 | 1001 | 110011 |
Color Harmonies of #7D778D
Complementary color
Monochromatic Colors of #7D778D
Black with #7D778D
Text Example
Text Example
White with #7D778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D778D; }
p { color: rgb(125,119,141); }
H1.HeaderClassName
{
color: #7D778D;
}
.AnyTagClassName
{
color: #7D778D;
}
</style>
background-color css
<style>
a { background-color: #7D778D; }
a { background-color: rgb(125,119,141); }
div.DivClassName
{
background-color: #7D778D;
}
.BgClassName
{
background-color: #7D778D;
}
</style>
border-color css
<style>
span { border-color: #7D778D; }
span { border-color: rgb(125,119,141); }
td.TdClassName
{
border-color: #7D778D;
}
.TagClassName
{
border-color: #7D778D;
}
</style>