Shades of Topaz #7B738A
Tints of Topaz #7B738A
RGB
CMYK
RGB Variations
Color information
#7B738A (or 0x7B738A) is known color: Topaz. HEX triplet: 7B, 73 and 8A. RGB value is (123,115,138). Sum of RGB (Red+Green+Blue) = 123+115+138=376 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.71% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 138 - color contains mainly: blue. Hex color #7B738A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B738A is #848C75. Grayscale: #777777. Windows color (decimal): -8686710 or 9073531. OLE color: 9073531.
HSL color Cylindrical-coordinate representation of color #7B738A: hue angle of 260.87º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B738A is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 115 | 138 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.46 |
| HSL | 260.87º | 0.09% | 0.5% | - |
| HSV(B) | 260.87º | 0.17% | 0.54% | - |
| XYZ | 18.89 | 18.31 | 26.58 | - |
| YUV | 120.01 | 138.15 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 138 | 0.11 | 0.17 | 0 | 0.46 | 260.87 | 0.09 | 0.5 |
| Hex | 7B | 73 | 8A | B | 11 | 0 | 2E | 105 | 9 | 32 |
| Octal | 173 | 163 | 212 | 13 | 21 | 0 | 56 | 405 | 11 | 62 |
| Binary | 1111011 | 1110011 | 10001010 | 1011 | 10001 | 0 | 101110 | 100000101 | 1001 | 110010 |
Color Harmonies of #7B738A
Complementary color
Monochromatic Colors of #7B738A
Black with #7B738A
Text Example
Text Example
White with #7B738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B738A; }
p { color: rgb(123,115,138); }
H1.HeaderClassName
{
color: #7B738A;
}
.AnyTagClassName
{
color: #7B738A;
}
</style>
background-color css
<style>
a { background-color: #7B738A; }
a { background-color: rgb(123,115,138); }
div.DivClassName
{
background-color: #7B738A;
}
.BgClassName
{
background-color: #7B738A;
}
</style>
border-color css
<style>
span { border-color: #7B738A; }
span { border-color: rgb(123,115,138); }
td.TdClassName
{
border-color: #7B738A;
}
.TagClassName
{
border-color: #7B738A;
}
</style>