Shades of Mamba #7F7187
Tints of Mamba #7F7187
RGB
CMYK
RGB Variations
Color information
#7F7187 (or 0x7F7187) is known color: Mamba. HEX triplet: 7F, 71 and 87. RGB value is (127,113,135). Sum of RGB (Red+Green+Blue) = 127+113+135=375 (49% of max value = 765). Red value is 127 (50% from 255 or 33.87% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 135 - color contains mainly: blue. Hex color #7F7187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7187 is #808E78. Grayscale: #777777. Windows color (decimal): -8425081 or 8876415. OLE color: 8876415.
HSL color Cylindrical-coordinate representation of color #7F7187: hue angle of 278.18º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7F7187 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 113 | 135 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.47 |
| HSL | 278.18º | 0.09% | 0.49% | - |
| HSV(B) | 278.18º | 0.16% | 0.53% | - |
| XYZ | 19.03 | 18.07 | 25.41 | - |
| YUV | 119.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 113 | 135 | 0.06 | 0.16 | 0 | 0.47 | 278.18 | 0.09 | 0.49 |
| Hex | 7F | 71 | 87 | 6 | 10 | 0 | 2F | 116 | 9 | 31 |
| Octal | 177 | 161 | 207 | 6 | 20 | 0 | 57 | 426 | 11 | 61 |
| Binary | 1111111 | 1110001 | 10000111 | 110 | 10000 | 0 | 101111 | 100010110 | 1001 | 110001 |
Color Harmonies of #7F7187
Complementary color
Monochromatic Colors of #7F7187
Black with #7F7187
Text Example
Text Example
White with #7F7187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7187; }
p { color: rgb(127,113,135); }
H1.HeaderClassName
{
color: #7F7187;
}
.AnyTagClassName
{
color: #7F7187;
}
</style>
background-color css
<style>
a { background-color: #7F7187; }
a { background-color: rgb(127,113,135); }
div.DivClassName
{
background-color: #7F7187;
}
.BgClassName
{
background-color: #7F7187;
}
</style>
border-color css
<style>
span { border-color: #7F7187; }
span { border-color: rgb(127,113,135); }
td.TdClassName
{
border-color: #7F7187;
}
.TagClassName
{
border-color: #7F7187;
}
</style>