Shades of Mamba #7B688A
Tints of Mamba #7B688A
RGB
CMYK
RGB Variations
Color information
#7B688A (or 0x7B688A) is known color: Mamba. HEX triplet: 7B, 68 and 8A. RGB value is (123,104,138). Sum of RGB (Red+Green+Blue) = 123+104+138=365 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.70% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 138 - color contains mainly: blue. Hex color #7B688A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B688A is #849775. Grayscale: #717171. Windows color (decimal): -8689526 or 9070715. OLE color: 9070715.
HSL color Cylindrical-coordinate representation of color #7B688A: hue angle of 273.53º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7B688A is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 104 | 138 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.46 |
| HSL | 273.53º | 0.14% | 0.47% | - |
| HSV(B) | 273.53º | 0.25% | 0.54% | - |
| XYZ | 17.71 | 15.95 | 26.19 | - |
| YUV | 113.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 104 | 138 | 0.11 | 0.25 | 0 | 0.46 | 273.53 | 0.14 | 0.47 |
| Hex | 7B | 68 | 8A | B | 19 | 0 | 2E | 112 | E | 2F |
| Octal | 173 | 150 | 212 | 13 | 31 | 0 | 56 | 422 | 16 | 57 |
| Binary | 1111011 | 1101000 | 10001010 | 1011 | 11001 | 0 | 101110 | 100010010 | 1110 | 101111 |
Color Harmonies of #7B688A
Complementary color
Monochromatic Colors of #7B688A
Black with #7B688A
Text Example
Text Example
White with #7B688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B688A; }
p { color: rgb(123,104,138); }
H1.HeaderClassName
{
color: #7B688A;
}
.AnyTagClassName
{
color: #7B688A;
}
</style>
background-color css
<style>
a { background-color: #7B688A; }
a { background-color: rgb(123,104,138); }
div.DivClassName
{
background-color: #7B688A;
}
.BgClassName
{
background-color: #7B688A;
}
</style>
border-color css
<style>
span { border-color: #7B688A; }
span { border-color: rgb(123,104,138); }
td.TdClassName
{
border-color: #7B688A;
}
.TagClassName
{
border-color: #7B688A;
}
</style>