Shades of Mamba #7C698D
Tints of Mamba #7C698D
RGB
CMYK
RGB Variations
Color information
#7C698D (or 0x7C698D) is known color: Mamba. HEX triplet: 7C, 69 and 8D. RGB value is (124,105,141). Sum of RGB (Red+Green+Blue) = 124+105+141=370 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.51% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 141 - color contains mainly: blue. Hex color #7C698D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C698D is #839672. Grayscale: #727272. Windows color (decimal): -8623731 or 9267580. OLE color: 9267580.
HSL color Cylindrical-coordinate representation of color #7C698D: hue angle of 271.67º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7C698D is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 105 | 141 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.45 |
| HSL | 271.67º | 0.15% | 0.48% | - |
| HSV(B) | 271.67º | 0.26% | 0.55% | - |
| XYZ | 18.17 | 16.31 | 27.39 | - |
| YUV | 114.79 | 142.79 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 105 | 141 | 0.12 | 0.26 | 0 | 0.45 | 271.67 | 0.15 | 0.48 |
| Hex | 7C | 69 | 8D | C | 1A | 0 | 2D | 110 | F | 30 |
| Octal | 174 | 151 | 215 | 14 | 32 | 0 | 55 | 420 | 17 | 60 |
| Binary | 1111100 | 1101001 | 10001101 | 1100 | 11010 | 0 | 101101 | 100010000 | 1111 | 110000 |
Color Harmonies of #7C698D
Complementary color
Monochromatic Colors of #7C698D
Black with #7C698D
Text Example
Text Example
White with #7C698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C698D; }
p { color: rgb(124,105,141); }
H1.HeaderClassName
{
color: #7C698D;
}
.AnyTagClassName
{
color: #7C698D;
}
</style>
background-color css
<style>
a { background-color: #7C698D; }
a { background-color: rgb(124,105,141); }
div.DivClassName
{
background-color: #7C698D;
}
.BgClassName
{
background-color: #7C698D;
}
</style>
border-color css
<style>
span { border-color: #7C698D; }
span { border-color: rgb(124,105,141); }
td.TdClassName
{
border-color: #7C698D;
}
.TagClassName
{
border-color: #7C698D;
}
</style>