Shades of Mamba #7F668B
Tints of Mamba #7F668B
RGB
CMYK
RGB Variations
Color information
#7F668B (or 0x7F668B) is known color: Mamba. HEX triplet: 7F, 66 and 8B. RGB value is (127,102,139). Sum of RGB (Red+Green+Blue) = 127+102+139=368 (48% of max value = 765). Red value is 127 (50% from 255 or 34.51% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F668B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F668B is #809974. Grayscale: #717171. Windows color (decimal): -8427893 or 9135743. OLE color: 9135743.
HSL color Cylindrical-coordinate representation of color #7F668B: hue angle of 280.54º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F668B is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 102 | 139 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.45 |
| HSL | 280.54º | 0.15% | 0.47% | - |
| HSV(B) | 280.54º | 0.27% | 0.55% | - |
| XYZ | 18.16 | 15.88 | 26.53 | - |
| YUV | 113.69 | 142.28 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 102 | 139 | 0.09 | 0.27 | 0 | 0.45 | 280.54 | 0.15 | 0.47 |
| Hex | 7F | 66 | 8B | 9 | 1B | 0 | 2D | 119 | F | 2F |
| Octal | 177 | 146 | 213 | 11 | 33 | 0 | 55 | 431 | 17 | 57 |
| Binary | 1111111 | 1100110 | 10001011 | 1001 | 11011 | 0 | 101101 | 100011001 | 1111 | 101111 |
Color Harmonies of #7F668B
Complementary color
Monochromatic Colors of #7F668B
Black with #7F668B
Text Example
Text Example
White with #7F668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F668B; }
p { color: rgb(127,102,139); }
H1.HeaderClassName
{
color: #7F668B;
}
.AnyTagClassName
{
color: #7F668B;
}
</style>
background-color css
<style>
a { background-color: #7F668B; }
a { background-color: rgb(127,102,139); }
div.DivClassName
{
background-color: #7F668B;
}
.BgClassName
{
background-color: #7F668B;
}
</style>
border-color css
<style>
span { border-color: #7F668B; }
span { border-color: rgb(127,102,139); }
td.TdClassName
{
border-color: #7F668B;
}
.TagClassName
{
border-color: #7F668B;
}
</style>