Shades of Topaz #7B728A
Tints of Topaz #7B728A
RGB
CMYK
RGB Variations
Color information
#7B728A (or 0x7B728A) is known color: Topaz. HEX triplet: 7B, 72 and 8A. RGB value is (123,114,138). Sum of RGB (Red+Green+Blue) = 123+114+138=375 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.8% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 138 - color contains mainly: blue. Hex color #7B728A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B728A is #848D75. Grayscale: #777777. Windows color (decimal): -8686966 or 9073275. OLE color: 9073275.
HSL color Cylindrical-coordinate representation of color #7B728A: hue angle of 262.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B728A is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 114 | 138 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.46 |
| HSL | 262.5º | 0.1% | 0.49% | - |
| HSV(B) | 262.5º | 0.17% | 0.54% | - |
| XYZ | 18.77 | 18.08 | 26.55 | - |
| YUV | 119.43 | 138.48 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 114 | 138 | 0.11 | 0.17 | 0 | 0.46 | 262.5 | 0.1 | 0.49 |
| Hex | 7B | 72 | 8A | B | 11 | 0 | 2E | 106 | A | 31 |
| Octal | 173 | 162 | 212 | 13 | 21 | 0 | 56 | 406 | 12 | 61 |
| Binary | 1111011 | 1110010 | 10001010 | 1011 | 10001 | 0 | 101110 | 100000110 | 1010 | 110001 |
Color Harmonies of #7B728A
Complementary color
Monochromatic Colors of #7B728A
Black with #7B728A
Text Example
Text Example
White with #7B728A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B728A; }
p { color: rgb(123,114,138); }
H1.HeaderClassName
{
color: #7B728A;
}
.AnyTagClassName
{
color: #7B728A;
}
</style>
background-color css
<style>
a { background-color: #7B728A; }
a { background-color: rgb(123,114,138); }
div.DivClassName
{
background-color: #7B728A;
}
.BgClassName
{
background-color: #7B728A;
}
</style>
border-color css
<style>
span { border-color: #7B728A; }
span { border-color: rgb(123,114,138); }
td.TdClassName
{
border-color: #7B728A;
}
.TagClassName
{
border-color: #7B728A;
}
</style>