Shades of Mamba #7F7089
Tints of Mamba #7F7089
RGB
CMYK
RGB Variations
Color information
#7F7089 (or 0x7F7089) is known color: Mamba. HEX triplet: 7F, 70 and 89. RGB value is (127,112,137). Sum of RGB (Red+Green+Blue) = 127+112+137=376 (49% of max value = 765). Red value is 127 (50% from 255 or 33.78% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 137 - color contains mainly: blue. Hex color #7F7089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7089 is #808F76. Grayscale: #777777. Windows color (decimal): -8425335 or 9007231. OLE color: 9007231.
HSL color Cylindrical-coordinate representation of color #7F7089: hue angle of 276º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F7089 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 112 | 137 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.46 |
| HSL | 276º | 0.1% | 0.49% | - |
| HSV(B) | 276º | 0.18% | 0.54% | - |
| XYZ | 19.06 | 17.91 | 26.12 | - |
| YUV | 119.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 112 | 137 | 0.07 | 0.18 | 0 | 0.46 | 276 | 0.1 | 0.49 |
| Hex | 7F | 70 | 89 | 7 | 12 | 0 | 2E | 114 | A | 31 |
| Octal | 177 | 160 | 211 | 7 | 22 | 0 | 56 | 424 | 12 | 61 |
| Binary | 1111111 | 1110000 | 10001001 | 111 | 10010 | 0 | 101110 | 100010100 | 1010 | 110001 |
Color Harmonies of #7F7089
Complementary color
Monochromatic Colors of #7F7089
Black with #7F7089
Text Example
Text Example
White with #7F7089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7089; }
p { color: rgb(127,112,137); }
H1.HeaderClassName
{
color: #7F7089;
}
.AnyTagClassName
{
color: #7F7089;
}
</style>
background-color css
<style>
a { background-color: #7F7089; }
a { background-color: rgb(127,112,137); }
div.DivClassName
{
background-color: #7F7089;
}
.BgClassName
{
background-color: #7F7089;
}
</style>
border-color css
<style>
span { border-color: #7F7089; }
span { border-color: rgb(127,112,137); }
td.TdClassName
{
border-color: #7F7089;
}
.TagClassName
{
border-color: #7F7089;
}
</style>