Shades of Mamba #7B698B
Tints of Mamba #7B698B
RGB
CMYK
RGB Variations
Color information
#7B698B (or 0x7B698B) is known color: Mamba. HEX triplet: 7B, 69 and 8B. RGB value is (123,105,139). Sum of RGB (Red+Green+Blue) = 123+105+139=367 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.51% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B698B is #849674. Grayscale: #727272. Windows color (decimal): -8689269 or 9136507. OLE color: 9136507.
HSL color Cylindrical-coordinate representation of color #7B698B: hue angle of 271.76º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B698B is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 105 | 139 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.45 |
| HSL | 271.76º | 0.14% | 0.48% | - |
| HSV(B) | 271.76º | 0.24% | 0.55% | - |
| XYZ | 17.88 | 16.18 | 26.61 | - |
| YUV | 114.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 105 | 139 | 0.12 | 0.24 | 0 | 0.45 | 271.76 | 0.14 | 0.48 |
| Hex | 7B | 69 | 8B | C | 18 | 0 | 2D | 110 | E | 30 |
| Octal | 173 | 151 | 213 | 14 | 30 | 0 | 55 | 420 | 16 | 60 |
| Binary | 1111011 | 1101001 | 10001011 | 1100 | 11000 | 0 | 101101 | 100010000 | 1110 | 110000 |
Color Harmonies of #7B698B
Complementary color
Monochromatic Colors of #7B698B
Black with #7B698B
Text Example
Text Example
White with #7B698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B698B; }
p { color: rgb(123,105,139); }
H1.HeaderClassName
{
color: #7B698B;
}
.AnyTagClassName
{
color: #7B698B;
}
</style>
background-color css
<style>
a { background-color: #7B698B; }
a { background-color: rgb(123,105,139); }
div.DivClassName
{
background-color: #7B698B;
}
.BgClassName
{
background-color: #7B698B;
}
</style>
border-color css
<style>
span { border-color: #7B698B; }
span { border-color: rgb(123,105,139); }
td.TdClassName
{
border-color: #7B698B;
}
.TagClassName
{
border-color: #7B698B;
}
</style>