Shades of Topaz #7B7188
Tints of Topaz #7B7188
RGB
CMYK
RGB Variations
Color information
#7B7188 (or 0x7B7188) is known color: Topaz. HEX triplet: 7B, 71 and 88. RGB value is (123,113,136). Sum of RGB (Red+Green+Blue) = 123+113+136=372 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.06% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 136 - color contains mainly: blue. Hex color #7B7188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7188 is #848E77. Grayscale: #767676. Windows color (decimal): -8687224 or 8941947. OLE color: 8941947.
HSL color Cylindrical-coordinate representation of color #7B7188: hue angle of 266.09º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B7188 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 113 | 136 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.47 |
| HSL | 266.09º | 0.09% | 0.49% | - |
| HSV(B) | 266.09º | 0.17% | 0.53% | - |
| XYZ | 18.52 | 17.8 | 25.75 | - |
| YUV | 118.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 113 | 136 | 0.10 | 0.17 | 0 | 0.47 | 266.09 | 0.09 | 0.49 |
| Hex | 7B | 71 | 88 | A | 11 | 0 | 2F | 10A | 9 | 31 |
| Octal | 173 | 161 | 210 | 12 | 21 | 0 | 57 | 412 | 11 | 61 |
| Binary | 1111011 | 1110001 | 10001000 | 1010 | 10001 | 0 | 101111 | 100001010 | 1001 | 110001 |
Color Harmonies of #7B7188
Complementary color
Monochromatic Colors of #7B7188
Black with #7B7188
Text Example
Text Example
White with #7B7188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7188; }
p { color: rgb(123,113,136); }
H1.HeaderClassName
{
color: #7B7188;
}
.AnyTagClassName
{
color: #7B7188;
}
</style>
background-color css
<style>
a { background-color: #7B7188; }
a { background-color: rgb(123,113,136); }
div.DivClassName
{
background-color: #7B7188;
}
.BgClassName
{
background-color: #7B7188;
}
</style>
border-color css
<style>
span { border-color: #7B7188; }
span { border-color: rgb(123,113,136); }
td.TdClassName
{
border-color: #7B7188;
}
.TagClassName
{
border-color: #7B7188;
}
</style>