Shades of Mamba #7A6683
Tints of Mamba #7A6683
RGB
CMYK
RGB Variations
Color information
#7A6683 (or 0x7A6683) is known color: Mamba. HEX triplet: 7A, 66 and 83. RGB value is (122,102,131). Sum of RGB (Red+Green+Blue) = 122+102+131=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 131 - color contains mainly: blue. Hex color #7A6683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6683 is #85997C. Grayscale: #6F6F6F. Windows color (decimal): -8755581 or 8611450. OLE color: 8611450.
HSL color Cylindrical-coordinate representation of color #7A6683: hue angle of 281.38º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A6683 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 102 | 131 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.49 |
| HSL | 281.38º | 0.12% | 0.46% | - |
| HSV(B) | 281.38º | 0.22% | 0.51% | - |
| XYZ | 16.87 | 15.28 | 23.53 | - |
| YUV | 111.29 | 139.13 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 102 | 131 | 0.07 | 0.22 | 0 | 0.49 | 281.38 | 0.12 | 0.46 |
| Hex | 7A | 66 | 83 | 7 | 16 | 0 | 31 | 119 | C | 2E |
| Octal | 172 | 146 | 203 | 7 | 26 | 0 | 61 | 431 | 14 | 56 |
| Binary | 1111010 | 1100110 | 10000011 | 111 | 10110 | 0 | 110001 | 100011001 | 1100 | 101110 |
Color Harmonies of #7A6683
Complementary color
Monochromatic Colors of #7A6683
Black with #7A6683
Text Example
Text Example
White with #7A6683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6683; }
p { color: rgb(122,102,131); }
H1.HeaderClassName
{
color: #7A6683;
}
.AnyTagClassName
{
color: #7A6683;
}
</style>
background-color css
<style>
a { background-color: #7A6683; }
a { background-color: rgb(122,102,131); }
div.DivClassName
{
background-color: #7A6683;
}
.BgClassName
{
background-color: #7A6683;
}
</style>
border-color css
<style>
span { border-color: #7A6683; }
span { border-color: rgb(122,102,131); }
td.TdClassName
{
border-color: #7A6683;
}
.TagClassName
{
border-color: #7A6683;
}
</style>