Shades of Topaz #7D778A
Tints of Topaz #7D778A
RGB
CMYK
RGB Variations
Color information
#7D778A (or 0x7D778A) is known color: Topaz. HEX triplet: 7D, 77 and 8A. RGB value is (125,119,138). Sum of RGB (Red+Green+Blue) = 125+119+138=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 138 - color contains mainly: blue. Hex color #7D778A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D778A is #828875. Grayscale: #7A7A7A. Windows color (decimal): -8554614 or 9074557. OLE color: 9074557.
HSL color Cylindrical-coordinate representation of color #7D778A: hue angle of 258.95º 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 #7D778A is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 125 | 119 | 138 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.46 |
| HSL | 258.95º | 0.08% | 0.5% | - |
| HSV(B) | 258.95º | 0.14% | 0.54% | - |
| XYZ | 19.64 | 19.39 | 26.75 | - |
| YUV | 122.96 | 136.49 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 119 | 138 | 0.09 | 0.14 | 0 | 0.46 | 258.95 | 0.08 | 0.5 |
| Hex | 7D | 77 | 8A | 9 | E | 0 | 2E | 103 | 8 | 32 |
| Octal | 175 | 167 | 212 | 11 | 16 | 0 | 56 | 403 | 10 | 62 |
| Binary | 1111101 | 1110111 | 10001010 | 1001 | 1110 | 0 | 101110 | 100000011 | 1000 | 110010 |
Color Harmonies of #7D778A
Complementary color
Monochromatic Colors of #7D778A
Black with #7D778A
Text Example
Text Example
White with #7D778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D778A; }
p { color: rgb(125,119,138); }
H1.HeaderClassName
{
color: #7D778A;
}
.AnyTagClassName
{
color: #7D778A;
}
</style>
background-color css
<style>
a { background-color: #7D778A; }
a { background-color: rgb(125,119,138); }
div.DivClassName
{
background-color: #7D778A;
}
.BgClassName
{
background-color: #7D778A;
}
</style>
border-color css
<style>
span { border-color: #7D778A; }
span { border-color: rgb(125,119,138); }
td.TdClassName
{
border-color: #7D778A;
}
.TagClassName
{
border-color: #7D778A;
}
</style>