Shades of Topaz #7D728B
Tints of Topaz #7D728B
RGB
CMYK
RGB Variations
Color information
#7D728B (or 0x7D728B) is known color: Topaz. HEX triplet: 7D, 72 and 8B. RGB value is (125,114,139). Sum of RGB (Red+Green+Blue) = 125+114+139=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D728B is #828D74. Grayscale: #787878. Windows color (decimal): -8555893 or 9138813. OLE color: 9138813.
HSL color Cylindrical-coordinate representation of color #7D728B: hue angle of 266.4º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7D728B is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 114 | 139 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.45 |
| HSL | 266.4º | 0.1% | 0.5% | - |
| HSV(B) | 266.4º | 0.18% | 0.55% | - |
| XYZ | 19.13 | 18.26 | 26.94 | - |
| YUV | 120.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 114 | 139 | 0.10 | 0.18 | 0 | 0.45 | 266.4 | 0.1 | 0.5 |
| Hex | 7D | 72 | 8B | A | 12 | 0 | 2D | 10A | A | 32 |
| Octal | 175 | 162 | 213 | 12 | 22 | 0 | 55 | 412 | 12 | 62 |
| Binary | 1111101 | 1110010 | 10001011 | 1010 | 10010 | 0 | 101101 | 100001010 | 1010 | 110010 |
Color Harmonies of #7D728B
Complementary color
Monochromatic Colors of #7D728B
Black with #7D728B
Text Example
Text Example
White with #7D728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D728B; }
p { color: rgb(125,114,139); }
H1.HeaderClassName
{
color: #7D728B;
}
.AnyTagClassName
{
color: #7D728B;
}
</style>
background-color css
<style>
a { background-color: #7D728B; }
a { background-color: rgb(125,114,139); }
div.DivClassName
{
background-color: #7D728B;
}
.BgClassName
{
background-color: #7D728B;
}
</style>
border-color css
<style>
span { border-color: #7D728B; }
span { border-color: rgb(125,114,139); }
td.TdClassName
{
border-color: #7D728B;
}
.TagClassName
{
border-color: #7D728B;
}
</style>