Shades of Mamba #7D6B85
Tints of Mamba #7D6B85
RGB
CMYK
RGB Variations
Color information
#7D6B85 (or 0x7D6B85) is known color: Mamba. HEX triplet: 7D, 6B and 85. RGB value is (125,107,133). Sum of RGB (Red+Green+Blue) = 125+107+133=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 133 - color contains mainly: blue. Hex color #7D6B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6B85 is #82947A. Grayscale: #737373. Windows color (decimal): -8557691 or 8743805. OLE color: 8743805.
HSL color Cylindrical-coordinate representation of color #7D6B85: hue angle of 281.54º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7D6B85 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 125 | 107 | 133 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.48 |
| HSL | 281.54º | 0.11% | 0.47% | - |
| HSV(B) | 281.54º | 0.2% | 0.52% | - |
| XYZ | 17.95 | 16.57 | 24.44 | - |
| YUV | 115.35 | 137.96 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 107 | 133 | 0.06 | 0.20 | 0 | 0.48 | 281.54 | 0.11 | 0.47 |
| Hex | 7D | 6B | 85 | 6 | 14 | 0 | 30 | 11A | B | 2F |
| Octal | 175 | 153 | 205 | 6 | 24 | 0 | 60 | 432 | 13 | 57 |
| Binary | 1111101 | 1101011 | 10000101 | 110 | 10100 | 0 | 110000 | 100011010 | 1011 | 101111 |
Color Harmonies of #7D6B85
Complementary color
Monochromatic Colors of #7D6B85
Black with #7D6B85
Text Example
Text Example
White with #7D6B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6B85; }
p { color: rgb(125,107,133); }
H1.HeaderClassName
{
color: #7D6B85;
}
.AnyTagClassName
{
color: #7D6B85;
}
</style>
background-color css
<style>
a { background-color: #7D6B85; }
a { background-color: rgb(125,107,133); }
div.DivClassName
{
background-color: #7D6B85;
}
.BgClassName
{
background-color: #7D6B85;
}
</style>
border-color css
<style>
span { border-color: #7D6B85; }
span { border-color: rgb(125,107,133); }
td.TdClassName
{
border-color: #7D6B85;
}
.TagClassName
{
border-color: #7D6B85;
}
</style>