Shades of Mamba #7F7484
Tints of Mamba #7F7484
RGB
CMYK
RGB Variations
Color information
#7F7484 (or 0x7F7484) is known color: Mamba. HEX triplet: 7F, 74 and 84. RGB value is (127,116,132). Sum of RGB (Red+Green+Blue) = 127+116+132=375 (49% of max value = 765). Red value is 127 (50% from 255 or 33.87% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 132 - color contains mainly: blue. Hex color #7F7484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7484 is #808B7B. Grayscale: #797979. Windows color (decimal): -8424316 or 8680575. OLE color: 8680575.
HSL color Cylindrical-coordinate representation of color #7F7484: hue angle of 281.25º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7F7484 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 116 | 132 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.48 |
| HSL | 281.25º | 0.06% | 0.49% | - |
| HSV(B) | 281.25º | 0.12% | 0.52% | - |
| XYZ | 19.16 | 18.67 | 24.42 | - |
| YUV | 121.11 | 134.14 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 116 | 132 | 0.04 | 0.12 | 0 | 0.48 | 281.25 | 0.06 | 0.49 |
| Hex | 7F | 74 | 84 | 4 | C | 0 | 30 | 119 | 6 | 31 |
| Octal | 177 | 164 | 204 | 4 | 14 | 0 | 60 | 431 | 6 | 61 |
| Binary | 1111111 | 1110100 | 10000100 | 100 | 1100 | 0 | 110000 | 100011001 | 110 | 110001 |
Color Harmonies of #7F7484
Complementary color
Monochromatic Colors of #7F7484
Black with #7F7484
Text Example
Text Example
White with #7F7484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7484; }
p { color: rgb(127,116,132); }
H1.HeaderClassName
{
color: #7F7484;
}
.AnyTagClassName
{
color: #7F7484;
}
</style>
background-color css
<style>
a { background-color: #7F7484; }
a { background-color: rgb(127,116,132); }
div.DivClassName
{
background-color: #7F7484;
}
.BgClassName
{
background-color: #7F7484;
}
</style>
border-color css
<style>
span { border-color: #7F7484; }
span { border-color: rgb(127,116,132); }
td.TdClassName
{
border-color: #7F7484;
}
.TagClassName
{
border-color: #7F7484;
}
</style>