Shades of Topaz #7C7687
Tints of Topaz #7C7687
RGB
CMYK
RGB Variations
Color information
#7C7687 (or 0x7C7687) is known color: Topaz. HEX triplet: 7C, 76 and 87. RGB value is (124,118,135). Sum of RGB (Red+Green+Blue) = 124+118+135=377 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.89% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 135 - color contains mainly: blue. Hex color #7C7687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7687 is #838978. Grayscale: #797979. Windows color (decimal): -8620409 or 8877692. OLE color: 8877692.
HSL color Cylindrical-coordinate representation of color #7C7687: hue angle of 261.18º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7C7687 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 118 | 135 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.47 |
| HSL | 261.18º | 0.07% | 0.5% | - |
| HSV(B) | 261.18º | 0.13% | 0.53% | - |
| XYZ | 19.16 | 18.99 | 25.58 | - |
| YUV | 121.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 135 | 0.08 | 0.13 | 0 | 0.47 | 261.18 | 0.07 | 0.5 |
| Hex | 7C | 76 | 87 | 8 | D | 0 | 2F | 105 | 7 | 32 |
| Octal | 174 | 166 | 207 | 10 | 15 | 0 | 57 | 405 | 7 | 62 |
| Binary | 1111100 | 1110110 | 10000111 | 1000 | 1101 | 0 | 101111 | 100000101 | 111 | 110010 |
Color Harmonies of #7C7687
Complementary color
Monochromatic Colors of #7C7687
Black with #7C7687
Text Example
Text Example
White with #7C7687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7687; }
p { color: rgb(124,118,135); }
H1.HeaderClassName
{
color: #7C7687;
}
.AnyTagClassName
{
color: #7C7687;
}
</style>
background-color css
<style>
a { background-color: #7C7687; }
a { background-color: rgb(124,118,135); }
div.DivClassName
{
background-color: #7C7687;
}
.BgClassName
{
background-color: #7C7687;
}
</style>
border-color css
<style>
span { border-color: #7C7687; }
span { border-color: rgb(124,118,135); }
td.TdClassName
{
border-color: #7C7687;
}
.TagClassName
{
border-color: #7C7687;
}
</style>