Shades of Mamba #7F7188
Tints of Mamba #7F7188
RGB
CMYK
RGB Variations
Color information
#7F7188 (or 0x7F7188) is known color: Mamba. HEX triplet: 7F, 71 and 88. RGB value is (127,113,136). Sum of RGB (Red+Green+Blue) = 127+113+136=376 (49% of max value = 765). Red value is 127 (50% from 255 or 33.78% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 136 - color contains mainly: blue. Hex color #7F7188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7188 is #808E77. Grayscale: #777777. Windows color (decimal): -8425080 or 8941951. OLE color: 8941951.
HSL color Cylindrical-coordinate representation of color #7F7188: hue angle of 276.52º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7F7188 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 113 | 136 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.47 |
| HSL | 276.52º | 0.09% | 0.49% | - |
| HSV(B) | 276.52º | 0.17% | 0.53% | - |
| XYZ | 19.1 | 18.1 | 25.78 | - |
| YUV | 119.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 113 | 136 | 0.07 | 0.17 | 0 | 0.47 | 276.52 | 0.09 | 0.49 |
| Hex | 7F | 71 | 88 | 7 | 11 | 0 | 2F | 115 | 9 | 31 |
| Octal | 177 | 161 | 210 | 7 | 21 | 0 | 57 | 425 | 11 | 61 |
| Binary | 1111111 | 1110001 | 10001000 | 111 | 10001 | 0 | 101111 | 100010101 | 1001 | 110001 |
Color Harmonies of #7F7188
Complementary color
Monochromatic Colors of #7F7188
Black with #7F7188
Text Example
Text Example
White with #7F7188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7188; }
p { color: rgb(127,113,136); }
H1.HeaderClassName
{
color: #7F7188;
}
.AnyTagClassName
{
color: #7F7188;
}
</style>
background-color css
<style>
a { background-color: #7F7188; }
a { background-color: rgb(127,113,136); }
div.DivClassName
{
background-color: #7F7188;
}
.BgClassName
{
background-color: #7F7188;
}
</style>
border-color css
<style>
span { border-color: #7F7188; }
span { border-color: rgb(127,113,136); }
td.TdClassName
{
border-color: #7F7188;
}
.TagClassName
{
border-color: #7F7188;
}
</style>