Shades of Topaz #7B738B
Tints of Topaz #7B738B
RGB
CMYK
RGB Variations
Color information
#7B738B (or 0x7B738B) is known color: Topaz. HEX triplet: 7B, 73 and 8B. RGB value is (123,115,139). Sum of RGB (Red+Green+Blue) = 123+115+139=377 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.63% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B738B is #848C74. Grayscale: #787878. Windows color (decimal): -8686709 or 9139067. OLE color: 9139067.
HSL color Cylindrical-coordinate representation of color #7B738B: hue angle of 260º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B738B is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 115 | 139 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.45 |
| HSL | 260º | 0.09% | 0.5% | - |
| HSV(B) | 260º | 0.17% | 0.55% | - |
| XYZ | 18.96 | 18.34 | 26.97 | - |
| YUV | 120.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 139 | 0.12 | 0.17 | 0 | 0.45 | 260 | 0.09 | 0.5 |
| Hex | 7B | 73 | 8B | C | 11 | 0 | 2D | 104 | 9 | 32 |
| Octal | 173 | 163 | 213 | 14 | 21 | 0 | 55 | 404 | 11 | 62 |
| Binary | 1111011 | 1110011 | 10001011 | 1100 | 10001 | 0 | 101101 | 100000100 | 1001 | 110010 |
Color Harmonies of #7B738B
Complementary color
Monochromatic Colors of #7B738B
Black with #7B738B
Text Example
Text Example
White with #7B738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B738B; }
p { color: rgb(123,115,139); }
H1.HeaderClassName
{
color: #7B738B;
}
.AnyTagClassName
{
color: #7B738B;
}
</style>
background-color css
<style>
a { background-color: #7B738B; }
a { background-color: rgb(123,115,139); }
div.DivClassName
{
background-color: #7B738B;
}
.BgClassName
{
background-color: #7B738B;
}
</style>
border-color css
<style>
span { border-color: #7B738B; }
span { border-color: rgb(123,115,139); }
td.TdClassName
{
border-color: #7B738B;
}
.TagClassName
{
border-color: #7B738B;
}
</style>