Shades of Topaz #7C778A
Tints of Topaz #7C778A
RGB
CMYK
RGB Variations
Color information
#7C778A (or 0x7C778A) is known color: Topaz. HEX triplet: 7C, 77 and 8A. RGB value is (124,119,138). Sum of RGB (Red+Green+Blue) = 124+119+138=381 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.55% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 138 - color contains mainly: blue. Hex color #7C778A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C778A is #838875. Grayscale: #7A7A7A. Windows color (decimal): -8620150 or 9074556. OLE color: 9074556.
HSL color Cylindrical-coordinate representation of color #7C778A: hue angle of 255.79º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7C778A is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 119 | 138 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.46 |
| HSL | 255.79º | 0.08% | 0.5% | - |
| HSV(B) | 255.79º | 0.14% | 0.54% | - |
| XYZ | 19.5 | 19.31 | 26.75 | - |
| YUV | 122.66 | 136.66 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 119 | 138 | 0.10 | 0.14 | 0 | 0.46 | 255.79 | 0.08 | 0.5 |
| Hex | 7C | 77 | 8A | A | E | 0 | 2E | 100 | 8 | 32 |
| Octal | 174 | 167 | 212 | 12 | 16 | 0 | 56 | 400 | 10 | 62 |
| Binary | 1111100 | 1110111 | 10001010 | 1010 | 1110 | 0 | 101110 | 100000000 | 1000 | 110010 |
Color Harmonies of #7C778A
Complementary color
Monochromatic Colors of #7C778A
Black with #7C778A
Text Example
Text Example
White with #7C778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C778A; }
p { color: rgb(124,119,138); }
H1.HeaderClassName
{
color: #7C778A;
}
.AnyTagClassName
{
color: #7C778A;
}
</style>
background-color css
<style>
a { background-color: #7C778A; }
a { background-color: rgb(124,119,138); }
div.DivClassName
{
background-color: #7C778A;
}
.BgClassName
{
background-color: #7C778A;
}
</style>
border-color css
<style>
span { border-color: #7C778A; }
span { border-color: rgb(124,119,138); }
td.TdClassName
{
border-color: #7C778A;
}
.TagClassName
{
border-color: #7C778A;
}
</style>