Shades of Mamba #756985
Tints of Mamba #756985
RGB
CMYK
RGB Variations
Color information
#756985 (or 0x756985) is known color: Mamba. HEX triplet: 75, 69 and 85. RGB value is (117,105,133). Sum of RGB (Red+Green+Blue) = 117+105+133=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 133 - color contains mainly: blue. Hex color #756985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756985 is #8A967A. Grayscale: #6F6F6F. Windows color (decimal): -9082491 or 8743285. OLE color: 8743285.
HSL color Cylindrical-coordinate representation of color #756985: hue angle of 265.71º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #756985 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 105 | 133 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.48 |
| HSL | 265.71º | 0.12% | 0.47% | - |
| HSV(B) | 265.71º | 0.21% | 0.52% | - |
| XYZ | 16.62 | 15.58 | 24.32 | - |
| YUV | 111.78 | 139.98 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 105 | 133 | 0.12 | 0.21 | 0 | 0.48 | 265.71 | 0.12 | 0.47 |
| Hex | 75 | 69 | 85 | C | 15 | 0 | 30 | 10A | C | 2F |
| Octal | 165 | 151 | 205 | 14 | 25 | 0 | 60 | 412 | 14 | 57 |
| Binary | 1110101 | 1101001 | 10000101 | 1100 | 10101 | 0 | 110000 | 100001010 | 1100 | 101111 |
Color Harmonies of #756985
Complementary color
Monochromatic Colors of #756985
Black with #756985
Text Example
Text Example
White with #756985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756985; }
p { color: rgb(117,105,133); }
H1.HeaderClassName
{
color: #756985;
}
.AnyTagClassName
{
color: #756985;
}
</style>
background-color css
<style>
a { background-color: #756985; }
a { background-color: rgb(117,105,133); }
div.DivClassName
{
background-color: #756985;
}
.BgClassName
{
background-color: #756985;
}
</style>
border-color css
<style>
span { border-color: #756985; }
span { border-color: rgb(117,105,133); }
td.TdClassName
{
border-color: #756985;
}
.TagClassName
{
border-color: #756985;
}
</style>