Shades of Mamba #7D7085
Tints of Mamba #7D7085
RGB
CMYK
RGB Variations
Color information
#7D7085 (or 0x7D7085) is known color: Mamba. HEX triplet: 7D, 70 and 85. RGB value is (125,112,133). Sum of RGB (Red+Green+Blue) = 125+112+133=370 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.78% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 133 - color contains mainly: blue. Hex color #7D7085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7085 is #828F7A. Grayscale: #767676. Windows color (decimal): -8556411 or 8745085. OLE color: 8745085.
HSL color Cylindrical-coordinate representation of color #7D7085: hue angle of 277.14º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7D7085 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 125 | 112 | 133 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.48 |
| HSL | 277.14º | 0.09% | 0.48% | - |
| HSV(B) | 277.14º | 0.16% | 0.52% | - |
| XYZ | 18.49 | 17.64 | 24.62 | - |
| YUV | 118.28 | 136.31 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 112 | 133 | 0.06 | 0.16 | 0 | 0.48 | 277.14 | 0.09 | 0.48 |
| Hex | 7D | 70 | 85 | 6 | 10 | 0 | 30 | 115 | 9 | 30 |
| Octal | 175 | 160 | 205 | 6 | 20 | 0 | 60 | 425 | 11 | 60 |
| Binary | 1111101 | 1110000 | 10000101 | 110 | 10000 | 0 | 110000 | 100010101 | 1001 | 110000 |
Color Harmonies of #7D7085
Complementary color
Monochromatic Colors of #7D7085
Black with #7D7085
Text Example
Text Example
White with #7D7085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7085; }
p { color: rgb(125,112,133); }
H1.HeaderClassName
{
color: #7D7085;
}
.AnyTagClassName
{
color: #7D7085;
}
</style>
background-color css
<style>
a { background-color: #7D7085; }
a { background-color: rgb(125,112,133); }
div.DivClassName
{
background-color: #7D7085;
}
.BgClassName
{
background-color: #7D7085;
}
</style>
border-color css
<style>
span { border-color: #7D7085; }
span { border-color: rgb(125,112,133); }
td.TdClassName
{
border-color: #7D7085;
}
.TagClassName
{
border-color: #7D7085;
}
</style>