Shades of Mamba #7C698B
Tints of Mamba #7C698B
RGB
CMYK
RGB Variations
Color information
#7C698B (or 0x7C698B) is known color: Mamba. HEX triplet: 7C, 69 and 8B. RGB value is (124,105,139). Sum of RGB (Red+Green+Blue) = 124+105+139=368 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.70% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C698B is #839674. Grayscale: #727272. Windows color (decimal): -8623733 or 9136508. OLE color: 9136508.
HSL color Cylindrical-coordinate representation of color #7C698B: hue angle of 273.53º 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 #7C698B is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 105 | 139 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.45 |
| HSL | 273.53º | 0.14% | 0.48% | - |
| HSV(B) | 273.53º | 0.24% | 0.55% | - |
| XYZ | 18.02 | 16.25 | 26.61 | - |
| YUV | 114.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 105 | 139 | 0.11 | 0.24 | 0 | 0.45 | 273.53 | 0.14 | 0.48 |
| Hex | 7C | 69 | 8B | B | 18 | 0 | 2D | 112 | E | 30 |
| Octal | 174 | 151 | 213 | 13 | 30 | 0 | 55 | 422 | 16 | 60 |
| Binary | 1111100 | 1101001 | 10001011 | 1011 | 11000 | 0 | 101101 | 100010010 | 1110 | 110000 |
Color Harmonies of #7C698B
Complementary color
Monochromatic Colors of #7C698B
Black with #7C698B
Text Example
Text Example
White with #7C698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C698B; }
p { color: rgb(124,105,139); }
H1.HeaderClassName
{
color: #7C698B;
}
.AnyTagClassName
{
color: #7C698B;
}
</style>
background-color css
<style>
a { background-color: #7C698B; }
a { background-color: rgb(124,105,139); }
div.DivClassName
{
background-color: #7C698B;
}
.BgClassName
{
background-color: #7C698B;
}
</style>
border-color css
<style>
span { border-color: #7C698B; }
span { border-color: rgb(124,105,139); }
td.TdClassName
{
border-color: #7C698B;
}
.TagClassName
{
border-color: #7C698B;
}
</style>