Shades of Topaz #7C7188
Tints of Topaz #7C7188
RGB
CMYK
RGB Variations
Color information
#7C7188 (or 0x7C7188) is known color: Topaz. HEX triplet: 7C, 71 and 88. RGB value is (124,113,136). Sum of RGB (Red+Green+Blue) = 124+113+136=373 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.24% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 136 - color contains mainly: blue. Hex color #7C7188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7188 is #838E77. Grayscale: #767676. Windows color (decimal): -8621688 or 8941948. OLE color: 8941948.
HSL color Cylindrical-coordinate representation of color #7C7188: hue angle of 268.7º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7C7188 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 113 | 136 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.47 |
| HSL | 268.7º | 0.09% | 0.49% | - |
| HSV(B) | 268.7º | 0.17% | 0.53% | - |
| XYZ | 18.66 | 17.87 | 25.76 | - |
| YUV | 118.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 113 | 136 | 0.09 | 0.17 | 0 | 0.47 | 268.7 | 0.09 | 0.49 |
| Hex | 7C | 71 | 88 | 9 | 11 | 0 | 2F | 10D | 9 | 31 |
| Octal | 174 | 161 | 210 | 11 | 21 | 0 | 57 | 415 | 11 | 61 |
| Binary | 1111100 | 1110001 | 10001000 | 1001 | 10001 | 0 | 101111 | 100001101 | 1001 | 110001 |
Color Harmonies of #7C7188
Complementary color
Monochromatic Colors of #7C7188
Black with #7C7188
Text Example
Text Example
White with #7C7188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7188; }
p { color: rgb(124,113,136); }
H1.HeaderClassName
{
color: #7C7188;
}
.AnyTagClassName
{
color: #7C7188;
}
</style>
background-color css
<style>
a { background-color: #7C7188; }
a { background-color: rgb(124,113,136); }
div.DivClassName
{
background-color: #7C7188;
}
.BgClassName
{
background-color: #7C7188;
}
</style>
border-color css
<style>
span { border-color: #7C7188; }
span { border-color: rgb(124,113,136); }
td.TdClassName
{
border-color: #7C7188;
}
.TagClassName
{
border-color: #7C7188;
}
</style>