Shades of Topaz #7C788D
Tints of Topaz #7C788D
RGB
CMYK
RGB Variations
Color information
#7C788D (or 0x7C788D) is known color: Topaz. HEX triplet: 7C, 78 and 8D. RGB value is (124,120,141). Sum of RGB (Red+Green+Blue) = 124+120+141=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 120 (47.27% from 255 or 31.17% 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 #7C788D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C788D is #838772. Grayscale: #7B7B7B. Windows color (decimal): -8619891 or 9271420. OLE color: 9271420.
HSL color Cylindrical-coordinate representation of color #7C788D: hue angle of 251.43º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7C788D is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 120 | 141 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.45 |
| HSL | 251.43º | 0.08% | 0.51% | - |
| HSV(B) | 251.43º | 0.15% | 0.55% | - |
| XYZ | 19.84 | 19.64 | 27.94 | - |
| YUV | 123.59 | 137.83 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 120 | 141 | 0.12 | 0.15 | 0 | 0.45 | 251.43 | 0.08 | 0.51 |
| Hex | 7C | 78 | 8D | C | F | 0 | 2D | FB | 8 | 33 |
| Octal | 174 | 170 | 215 | 14 | 17 | 0 | 55 | 373 | 10 | 63 |
| Binary | 1111100 | 1111000 | 10001101 | 1100 | 1111 | 0 | 101101 | 11111011 | 1000 | 110011 |
Color Harmonies of #7C788D
Complementary color
Monochromatic Colors of #7C788D
Black with #7C788D
Text Example
Text Example
White with #7C788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C788D; }
p { color: rgb(124,120,141); }
H1.HeaderClassName
{
color: #7C788D;
}
.AnyTagClassName
{
color: #7C788D;
}
</style>
background-color css
<style>
a { background-color: #7C788D; }
a { background-color: rgb(124,120,141); }
div.DivClassName
{
background-color: #7C788D;
}
.BgClassName
{
background-color: #7C788D;
}
</style>
border-color css
<style>
span { border-color: #7C788D; }
span { border-color: rgb(124,120,141); }
td.TdClassName
{
border-color: #7C788D;
}
.TagClassName
{
border-color: #7C788D;
}
</style>