Shades of Mamba #7F7385
Tints of Mamba #7F7385
RGB
CMYK
RGB Variations
Color information
#7F7385 (or 0x7F7385) is known color: Mamba. HEX triplet: 7F, 73 and 85. RGB value is (127,115,133). Sum of RGB (Red+Green+Blue) = 127+115+133=375 (49% of max value = 765). Red value is 127 (50% from 255 or 33.87% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 133 - color contains mainly: blue. Hex color #7F7385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7385 is #808C7A. Grayscale: #787878. Windows color (decimal): -8424571 or 8745855. OLE color: 8745855.
HSL color Cylindrical-coordinate representation of color #7F7385: hue angle of 280º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F7385 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 115 | 133 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.48 |
| HSL | 280º | 0.07% | 0.49% | - |
| HSV(B) | 280º | 0.14% | 0.52% | - |
| XYZ | 19.12 | 18.47 | 24.75 | - |
| YUV | 120.64 | 134.98 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 115 | 133 | 0.05 | 0.14 | 0 | 0.48 | 280 | 0.07 | 0.49 |
| Hex | 7F | 73 | 85 | 5 | E | 0 | 30 | 118 | 7 | 31 |
| Octal | 177 | 163 | 205 | 5 | 16 | 0 | 60 | 430 | 7 | 61 |
| Binary | 1111111 | 1110011 | 10000101 | 101 | 1110 | 0 | 110000 | 100011000 | 111 | 110001 |
Color Harmonies of #7F7385
Complementary color
Monochromatic Colors of #7F7385
Black with #7F7385
Text Example
Text Example
White with #7F7385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7385; }
p { color: rgb(127,115,133); }
H1.HeaderClassName
{
color: #7F7385;
}
.AnyTagClassName
{
color: #7F7385;
}
</style>
background-color css
<style>
a { background-color: #7F7385; }
a { background-color: rgb(127,115,133); }
div.DivClassName
{
background-color: #7F7385;
}
.BgClassName
{
background-color: #7F7385;
}
</style>
border-color css
<style>
span { border-color: #7F7385; }
span { border-color: rgb(127,115,133); }
td.TdClassName
{
border-color: #7F7385;
}
.TagClassName
{
border-color: #7F7385;
}
</style>