Shades of Topaz #7C708B
Tints of Topaz #7C708B
RGB
CMYK
RGB Variations
Color information
#7C708B (or 0x7C708B) is known color: Topaz. HEX triplet: 7C, 70 and 8B. RGB value is (124,112,139). Sum of RGB (Red+Green+Blue) = 124+112+139=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C708B is #838F74. Grayscale: #767676. Windows color (decimal): -8621941 or 9138300. OLE color: 9138300.
HSL color Cylindrical-coordinate representation of color #7C708B: hue angle of 266.67º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7C708B is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 112 | 139 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.45 |
| HSL | 266.67º | 0.11% | 0.49% | - |
| HSV(B) | 266.67º | 0.19% | 0.55% | - |
| XYZ | 18.77 | 17.74 | 26.86 | - |
| YUV | 118.67 | 139.48 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 112 | 139 | 0.11 | 0.19 | 0 | 0.45 | 266.67 | 0.11 | 0.49 |
| Hex | 7C | 70 | 8B | B | 13 | 0 | 2D | 10B | B | 31 |
| Octal | 174 | 160 | 213 | 13 | 23 | 0 | 55 | 413 | 13 | 61 |
| Binary | 1111100 | 1110000 | 10001011 | 1011 | 10011 | 0 | 101101 | 100001011 | 1011 | 110001 |
Color Harmonies of #7C708B
Complementary color
Monochromatic Colors of #7C708B
Black with #7C708B
Text Example
Text Example
White with #7C708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C708B; }
p { color: rgb(124,112,139); }
H1.HeaderClassName
{
color: #7C708B;
}
.AnyTagClassName
{
color: #7C708B;
}
</style>
background-color css
<style>
a { background-color: #7C708B; }
a { background-color: rgb(124,112,139); }
div.DivClassName
{
background-color: #7C708B;
}
.BgClassName
{
background-color: #7C708B;
}
</style>
border-color css
<style>
span { border-color: #7C708B; }
span { border-color: rgb(124,112,139); }
td.TdClassName
{
border-color: #7C708B;
}
.TagClassName
{
border-color: #7C708B;
}
</style>