Shades of Topaz #7C788B
Tints of Topaz #7C788B
RGB
CMYK
RGB Variations
Color information
#7C788B (or 0x7C788B) is known color: Topaz. HEX triplet: 7C, 78 and 8B. RGB value is (124,120,139). Sum of RGB (Red+Green+Blue) = 124+120+139=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C788B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C788B is #838774. Grayscale: #7B7B7B. Windows color (decimal): -8619893 or 9140348. OLE color: 9140348.
HSL color Cylindrical-coordinate representation of color #7C788B: hue angle of 252.63º 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 #7C788B is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 120 | 139 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.45 |
| HSL | 252.63º | 0.08% | 0.51% | - |
| HSV(B) | 252.63º | 0.14% | 0.55% | - |
| XYZ | 19.69 | 19.58 | 27.17 | - |
| YUV | 123.36 | 136.83 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 120 | 139 | 0.11 | 0.14 | 0 | 0.45 | 252.63 | 0.08 | 0.51 |
| Hex | 7C | 78 | 8B | B | E | 0 | 2D | FD | 8 | 33 |
| Octal | 174 | 170 | 213 | 13 | 16 | 0 | 55 | 375 | 10 | 63 |
| Binary | 1111100 | 1111000 | 10001011 | 1011 | 1110 | 0 | 101101 | 11111101 | 1000 | 110011 |
Color Harmonies of #7C788B
Complementary color
Monochromatic Colors of #7C788B
Black with #7C788B
Text Example
Text Example
White with #7C788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C788B; }
p { color: rgb(124,120,139); }
H1.HeaderClassName
{
color: #7C788B;
}
.AnyTagClassName
{
color: #7C788B;
}
</style>
background-color css
<style>
a { background-color: #7C788B; }
a { background-color: rgb(124,120,139); }
div.DivClassName
{
background-color: #7C788B;
}
.BgClassName
{
background-color: #7C788B;
}
</style>
border-color css
<style>
span { border-color: #7C788B; }
span { border-color: rgb(124,120,139); }
td.TdClassName
{
border-color: #7C788B;
}
.TagClassName
{
border-color: #7C788B;
}
</style>