Shades of Mamba #756288
Tints of Mamba #756288
RGB
CMYK
RGB Variations
Color information
#756288 (or 0x756288) is known color: Mamba. HEX triplet: 75, 62 and 88. RGB value is (117,98,136). Sum of RGB (Red+Green+Blue) = 117+98+136=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 136 - color contains mainly: blue. Hex color #756288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756288 is #8A9D77. Grayscale: #6B6B6B. Windows color (decimal): -9084280 or 8938101. OLE color: 8938101.
HSL color Cylindrical-coordinate representation of color #756288: hue angle of 270º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #756288 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 98 | 136 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.47 |
| HSL | 270º | 0.16% | 0.46% | - |
| HSV(B) | 270º | 0.28% | 0.53% | - |
| XYZ | 16.15 | 14.29 | 25.2 | - |
| YUV | 108.01 | 143.79 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 98 | 136 | 0.14 | 0.28 | 0 | 0.47 | 270 | 0.16 | 0.46 |
| Hex | 75 | 62 | 88 | E | 1C | 0 | 2F | 10E | 10 | 2E |
| Octal | 165 | 142 | 210 | 16 | 34 | 0 | 57 | 416 | 20 | 56 |
| Binary | 1110101 | 1100010 | 10001000 | 1110 | 11100 | 0 | 101111 | 100001110 | 10000 | 101110 |
Color Harmonies of #756288
Complementary color
Monochromatic Colors of #756288
Black with #756288
Text Example
Text Example
White with #756288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756288; }
p { color: rgb(117,98,136); }
H1.HeaderClassName
{
color: #756288;
}
.AnyTagClassName
{
color: #756288;
}
</style>
background-color css
<style>
a { background-color: #756288; }
a { background-color: rgb(117,98,136); }
div.DivClassName
{
background-color: #756288;
}
.BgClassName
{
background-color: #756288;
}
</style>
border-color css
<style>
span { border-color: #756288; }
span { border-color: rgb(117,98,136); }
td.TdClassName
{
border-color: #756288;
}
.TagClassName
{
border-color: #756288;
}
</style>