Shades of Topaz #7C738A
Tints of Topaz #7C738A
RGB
CMYK
RGB Variations
Color information
#7C738A (or 0x7C738A) is known color: Topaz. HEX triplet: 7C, 73 and 8A. RGB value is (124,115,138). Sum of RGB (Red+Green+Blue) = 124+115+138=377 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.89% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 138 - color contains mainly: blue. Hex color #7C738A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C738A is #838C75. Grayscale: #787878. Windows color (decimal): -8621174 or 9073532. OLE color: 9073532.
HSL color Cylindrical-coordinate representation of color #7C738A: hue angle of 263.48º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7C738A is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 115 | 138 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.46 |
| HSL | 263.48º | 0.09% | 0.5% | - |
| HSV(B) | 263.48º | 0.17% | 0.54% | - |
| XYZ | 19.03 | 18.38 | 26.59 | - |
| YUV | 120.31 | 137.98 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 115 | 138 | 0.10 | 0.17 | 0 | 0.46 | 263.48 | 0.09 | 0.5 |
| Hex | 7C | 73 | 8A | A | 11 | 0 | 2E | 107 | 9 | 32 |
| Octal | 174 | 163 | 212 | 12 | 21 | 0 | 56 | 407 | 11 | 62 |
| Binary | 1111100 | 1110011 | 10001010 | 1010 | 10001 | 0 | 101110 | 100000111 | 1001 | 110010 |
Color Harmonies of #7C738A
Complementary color
Monochromatic Colors of #7C738A
Black with #7C738A
Text Example
Text Example
White with #7C738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C738A; }
p { color: rgb(124,115,138); }
H1.HeaderClassName
{
color: #7C738A;
}
.AnyTagClassName
{
color: #7C738A;
}
</style>
background-color css
<style>
a { background-color: #7C738A; }
a { background-color: rgb(124,115,138); }
div.DivClassName
{
background-color: #7C738A;
}
.BgClassName
{
background-color: #7C738A;
}
</style>
border-color css
<style>
span { border-color: #7C738A; }
span { border-color: rgb(124,115,138); }
td.TdClassName
{
border-color: #7C738A;
}
.TagClassName
{
border-color: #7C738A;
}
</style>