Shades of Mamba #7B688B
Tints of Mamba #7B688B
RGB
CMYK
RGB Variations
Color information
#7B688B (or 0x7B688B) is known color: Mamba. HEX triplet: 7B, 68 and 8B. RGB value is (123,104,139). Sum of RGB (Red+Green+Blue) = 123+104+139=366 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.61% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B688B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B688B is #849774. Grayscale: #717171. Windows color (decimal): -8689525 or 9136251. OLE color: 9136251.
HSL color Cylindrical-coordinate representation of color #7B688B: hue angle of 272.57º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7B688B is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 104 | 139 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.45 |
| HSL | 272.57º | 0.14% | 0.48% | - |
| HSV(B) | 272.57º | 0.25% | 0.55% | - |
| XYZ | 17.78 | 15.98 | 26.57 | - |
| YUV | 113.67 | 142.29 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 104 | 139 | 0.12 | 0.25 | 0 | 0.45 | 272.57 | 0.14 | 0.48 |
| Hex | 7B | 68 | 8B | C | 19 | 0 | 2D | 111 | E | 30 |
| Octal | 173 | 150 | 213 | 14 | 31 | 0 | 55 | 421 | 16 | 60 |
| Binary | 1111011 | 1101000 | 10001011 | 1100 | 11001 | 0 | 101101 | 100010001 | 1110 | 110000 |
Color Harmonies of #7B688B
Complementary color
Monochromatic Colors of #7B688B
Black with #7B688B
Text Example
Text Example
White with #7B688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B688B; }
p { color: rgb(123,104,139); }
H1.HeaderClassName
{
color: #7B688B;
}
.AnyTagClassName
{
color: #7B688B;
}
</style>
background-color css
<style>
a { background-color: #7B688B; }
a { background-color: rgb(123,104,139); }
div.DivClassName
{
background-color: #7B688B;
}
.BgClassName
{
background-color: #7B688B;
}
</style>
border-color css
<style>
span { border-color: #7B688B; }
span { border-color: rgb(123,104,139); }
td.TdClassName
{
border-color: #7B688B;
}
.TagClassName
{
border-color: #7B688B;
}
</style>