Shades of Topaz #7C778B
Tints of Topaz #7C778B
RGB
CMYK
RGB Variations
Color information
#7C778B (or 0x7C778B) is known color: Topaz. HEX triplet: 7C, 77 and 8B. RGB value is (124,119,139). Sum of RGB (Red+Green+Blue) = 124+119+139=382 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.46% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C778B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C778B is #838874. Grayscale: #7A7A7A. Windows color (decimal): -8620149 or 9140092. OLE color: 9140092.
HSL color Cylindrical-coordinate representation of color #7C778B: hue angle of 255º 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 #7C778B is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 119 | 139 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.45 |
| HSL | 255º | 0.08% | 0.51% | - |
| HSV(B) | 255º | 0.14% | 0.55% | - |
| XYZ | 19.57 | 19.34 | 27.13 | - |
| YUV | 122.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 119 | 139 | 0.11 | 0.14 | 0 | 0.45 | 255 | 0.08 | 0.51 |
| Hex | 7C | 77 | 8B | B | E | 0 | 2D | FF | 8 | 33 |
| Octal | 174 | 167 | 213 | 13 | 16 | 0 | 55 | 377 | 10 | 63 |
| Binary | 1111100 | 1110111 | 10001011 | 1011 | 1110 | 0 | 101101 | 11111111 | 1000 | 110011 |
Color Harmonies of #7C778B
Complementary color
Monochromatic Colors of #7C778B
Black with #7C778B
Text Example
Text Example
White with #7C778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C778B; }
p { color: rgb(124,119,139); }
H1.HeaderClassName
{
color: #7C778B;
}
.AnyTagClassName
{
color: #7C778B;
}
</style>
background-color css
<style>
a { background-color: #7C778B; }
a { background-color: rgb(124,119,139); }
div.DivClassName
{
background-color: #7C778B;
}
.BgClassName
{
background-color: #7C778B;
}
</style>
border-color css
<style>
span { border-color: #7C778B; }
span { border-color: rgb(124,119,139); }
td.TdClassName
{
border-color: #7C778B;
}
.TagClassName
{
border-color: #7C778B;
}
</style>