Shades of Mamba #7F668A
Tints of Mamba #7F668A
RGB
CMYK
RGB Variations
Color information
#7F668A (or 0x7F668A) is known color: Mamba. HEX triplet: 7F, 66 and 8A. RGB value is (127,102,138). Sum of RGB (Red+Green+Blue) = 127+102+138=367 (48% of max value = 765). Red value is 127 (50% from 255 or 34.60% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F668A is #809975. Grayscale: #717171. Windows color (decimal): -8427894 or 9070207. OLE color: 9070207.
HSL color Cylindrical-coordinate representation of color #7F668A: hue angle of 281.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7F668A is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 102 | 138 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.46 |
| HSL | 281.67º | 0.15% | 0.47% | - |
| HSV(B) | 281.67º | 0.26% | 0.54% | - |
| XYZ | 18.09 | 15.85 | 26.15 | - |
| YUV | 113.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 102 | 138 | 0.08 | 0.26 | 0 | 0.46 | 281.67 | 0.15 | 0.47 |
| Hex | 7F | 66 | 8A | 8 | 1A | 0 | 2E | 11A | F | 2F |
| Octal | 177 | 146 | 212 | 10 | 32 | 0 | 56 | 432 | 17 | 57 |
| Binary | 1111111 | 1100110 | 10001010 | 1000 | 11010 | 0 | 101110 | 100011010 | 1111 | 101111 |
Color Harmonies of #7F668A
Complementary color
Monochromatic Colors of #7F668A
Black with #7F668A
Text Example
Text Example
White with #7F668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F668A; }
p { color: rgb(127,102,138); }
H1.HeaderClassName
{
color: #7F668A;
}
.AnyTagClassName
{
color: #7F668A;
}
</style>
background-color css
<style>
a { background-color: #7F668A; }
a { background-color: rgb(127,102,138); }
div.DivClassName
{
background-color: #7F668A;
}
.BgClassName
{
background-color: #7F668A;
}
</style>
border-color css
<style>
span { border-color: #7F668A; }
span { border-color: rgb(127,102,138); }
td.TdClassName
{
border-color: #7F668A;
}
.TagClassName
{
border-color: #7F668A;
}
</style>