Shades of Mamba #7F7183
Tints of Mamba #7F7183
RGB
CMYK
RGB Variations
Color information
#7F7183 (or 0x7F7183) is known color: Mamba. HEX triplet: 7F, 71 and 83. RGB value is (127,113,131). Sum of RGB (Red+Green+Blue) = 127+113+131=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 131 - color contains mainly: blue. Hex color #7F7183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7183 is #808E7C. Grayscale: #777777. Windows color (decimal): -8425085 or 8614271. OLE color: 8614271.
HSL color Cylindrical-coordinate representation of color #7F7183: hue angle of 286.67º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F7183 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 113 | 131 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.49 |
| HSL | 286.67º | 0.07% | 0.48% | - |
| HSV(B) | 286.67º | 0.14% | 0.51% | - |
| XYZ | 18.75 | 17.96 | 23.95 | - |
| YUV | 119.24 | 134.64 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 113 | 131 | 0.03 | 0.14 | 0 | 0.49 | 286.67 | 0.07 | 0.48 |
| Hex | 7F | 71 | 83 | 3 | E | 0 | 31 | 11F | 7 | 30 |
| Octal | 177 | 161 | 203 | 3 | 16 | 0 | 61 | 437 | 7 | 60 |
| Binary | 1111111 | 1110001 | 10000011 | 11 | 1110 | 0 | 110001 | 100011111 | 111 | 110000 |
Color Harmonies of #7F7183
Complementary color
Monochromatic Colors of #7F7183
Black with #7F7183
Text Example
Text Example
White with #7F7183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7183; }
p { color: rgb(127,113,131); }
H1.HeaderClassName
{
color: #7F7183;
}
.AnyTagClassName
{
color: #7F7183;
}
</style>
background-color css
<style>
a { background-color: #7F7183; }
a { background-color: rgb(127,113,131); }
div.DivClassName
{
background-color: #7F7183;
}
.BgClassName
{
background-color: #7F7183;
}
</style>
border-color css
<style>
span { border-color: #7F7183; }
span { border-color: rgb(127,113,131); }
td.TdClassName
{
border-color: #7F7183;
}
.TagClassName
{
border-color: #7F7183;
}
</style>