Shades of Mamba #796383
Tints of Mamba #796383
RGB
CMYK
RGB Variations
Color information
#796383 (or 0x796383) is known color: Mamba. HEX triplet: 79, 63 and 83. RGB value is (121,99,131). Sum of RGB (Red+Green+Blue) = 121+99+131=351 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.47% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 131 (51.56% from 255 or 37.32% from 351); Max value from RGB is 131 - color contains mainly: blue. Hex color #796383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796383 is #869C7C. Grayscale: #6D6D6D. Windows color (decimal): -8821885 or 8610681. OLE color: 8610681.
HSL color Cylindrical-coordinate representation of color #796383: hue angle of 281.25º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #796383 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 99 | 131 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.49 |
| HSL | 281.25º | 0.14% | 0.45% | - |
| HSV(B) | 281.25º | 0.24% | 0.51% | - |
| XYZ | 16.44 | 14.63 | 23.43 | - |
| YUV | 109.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 99 | 131 | 0.08 | 0.24 | 0 | 0.49 | 281.25 | 0.14 | 0.45 |
| Hex | 79 | 63 | 83 | 8 | 18 | 0 | 31 | 119 | E | 2D |
| Octal | 171 | 143 | 203 | 10 | 30 | 0 | 61 | 431 | 16 | 55 |
| Binary | 1111001 | 1100011 | 10000011 | 1000 | 11000 | 0 | 110001 | 100011001 | 1110 | 101101 |
Color Harmonies of #796383
Complementary color
Monochromatic Colors of #796383
Black with #796383
Text Example
Text Example
White with #796383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796383; }
p { color: rgb(121,99,131); }
H1.HeaderClassName
{
color: #796383;
}
.AnyTagClassName
{
color: #796383;
}
</style>
background-color css
<style>
a { background-color: #796383; }
a { background-color: rgb(121,99,131); }
div.DivClassName
{
background-color: #796383;
}
.BgClassName
{
background-color: #796383;
}
</style>
border-color css
<style>
span { border-color: #796383; }
span { border-color: rgb(121,99,131); }
td.TdClassName
{
border-color: #796383;
}
.TagClassName
{
border-color: #796383;
}
</style>