Shades of Mamba #7F6388
Tints of Mamba #7F6388
RGB
CMYK
RGB Variations
Color information
#7F6388 (or 0x7F6388) is known color: Mamba. HEX triplet: 7F, 63 and 88. RGB value is (127,99,136). Sum of RGB (Red+Green+Blue) = 127+99+136=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 136 - color contains mainly: blue. Hex color #7F6388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6388 is #809C77. Grayscale: #6F6F6F. Windows color (decimal): -8428664 or 8938367. OLE color: 8938367.
HSL color Cylindrical-coordinate representation of color #7F6388: hue angle of 285.41º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F6388 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 99 | 136 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.47 |
| HSL | 285.41º | 0.16% | 0.46% | - |
| HSV(B) | 285.41º | 0.27% | 0.53% | - |
| XYZ | 17.66 | 15.21 | 25.3 | - |
| YUV | 111.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 99 | 136 | 0.07 | 0.27 | 0 | 0.47 | 285.41 | 0.16 | 0.46 |
| Hex | 7F | 63 | 88 | 7 | 1B | 0 | 2F | 11D | 10 | 2E |
| Octal | 177 | 143 | 210 | 7 | 33 | 0 | 57 | 435 | 20 | 56 |
| Binary | 1111111 | 1100011 | 10001000 | 111 | 11011 | 0 | 101111 | 100011101 | 10000 | 101110 |
Color Harmonies of #7F6388
Complementary color
Monochromatic Colors of #7F6388
Black with #7F6388
Text Example
Text Example
White with #7F6388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6388; }
p { color: rgb(127,99,136); }
H1.HeaderClassName
{
color: #7F6388;
}
.AnyTagClassName
{
color: #7F6388;
}
</style>
background-color css
<style>
a { background-color: #7F6388; }
a { background-color: rgb(127,99,136); }
div.DivClassName
{
background-color: #7F6388;
}
.BgClassName
{
background-color: #7F6388;
}
</style>
border-color css
<style>
span { border-color: #7F6388; }
span { border-color: rgb(127,99,136); }
td.TdClassName
{
border-color: #7F6388;
}
.TagClassName
{
border-color: #7F6388;
}
</style>