Shades of Mamba #7B6188
Tints of Mamba #7B6188
RGB
CMYK
RGB Variations
Color information
#7B6188 (or 0x7B6188) is known color: Mamba. HEX triplet: 7B, 61 and 88. RGB value is (123,97,136). Sum of RGB (Red+Green+Blue) = 123+97+136=356 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.55% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 136 - color contains mainly: blue. Hex color #7B6188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6188 is #849E77. Grayscale: #6D6D6D. Windows color (decimal): -8691320 or 8937851. OLE color: 8937851.
HSL color Cylindrical-coordinate representation of color #7B6188: hue angle of 280º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7B6188 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 97 | 136 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.47 |
| HSL | 280º | 0.17% | 0.46% | - |
| HSV(B) | 280º | 0.29% | 0.53% | - |
| XYZ | 16.89 | 14.54 | 25.21 | - |
| YUV | 109.22 | 143.11 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 97 | 136 | 0.10 | 0.29 | 0 | 0.47 | 280 | 0.17 | 0.46 |
| Hex | 7B | 61 | 88 | A | 1D | 0 | 2F | 118 | 11 | 2E |
| Octal | 173 | 141 | 210 | 12 | 35 | 0 | 57 | 430 | 21 | 56 |
| Binary | 1111011 | 1100001 | 10001000 | 1010 | 11101 | 0 | 101111 | 100011000 | 10001 | 101110 |
Color Harmonies of #7B6188
Complementary color
Monochromatic Colors of #7B6188
Black with #7B6188
Text Example
Text Example
White with #7B6188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6188; }
p { color: rgb(123,97,136); }
H1.HeaderClassName
{
color: #7B6188;
}
.AnyTagClassName
{
color: #7B6188;
}
</style>
background-color css
<style>
a { background-color: #7B6188; }
a { background-color: rgb(123,97,136); }
div.DivClassName
{
background-color: #7B6188;
}
.BgClassName
{
background-color: #7B6188;
}
</style>
border-color css
<style>
span { border-color: #7B6188; }
span { border-color: rgb(123,97,136); }
td.TdClassName
{
border-color: #7B6188;
}
.TagClassName
{
border-color: #7B6188;
}
</style>