Shades of Mamba #75637E
Tints of Mamba #75637E
RGB
CMYK
RGB Variations
Color information
#75637E (or 0x75637E) is known color: Mamba. HEX triplet: 75, 63 and 7E. RGB value is (117,99,126). Sum of RGB (Red+Green+Blue) = 117+99+126=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 126 - color contains mainly: blue. Hex color #75637E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75637E is #8A9C81. Grayscale: #6B6B6B. Windows color (decimal): -9084034 or 8282997. OLE color: 8282997.
HSL color Cylindrical-coordinate representation of color #75637E: hue angle of 280º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75637E is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 99 | 126 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.51 |
| HSL | 280º | 0.12% | 0.44% | - |
| HSV(B) | 280º | 0.21% | 0.49% | - |
| XYZ | 15.56 | 14.21 | 21.66 | - |
| YUV | 107.46 | 138.46 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 99 | 126 | 0.07 | 0.21 | 0 | 0.51 | 280 | 0.12 | 0.44 |
| Hex | 75 | 63 | 7E | 7 | 15 | 0 | 33 | 118 | C | 2C |
| Octal | 165 | 143 | 176 | 7 | 25 | 0 | 63 | 430 | 14 | 54 |
| Binary | 1110101 | 1100011 | 1111110 | 111 | 10101 | 0 | 110011 | 100011000 | 1100 | 101100 |
Color Harmonies of #75637E
Complementary color
Monochromatic Colors of #75637E
Black with #75637E
Text Example
Text Example
White with #75637E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75637E; }
p { color: rgb(117,99,126); }
H1.HeaderClassName
{
color: #75637E;
}
.AnyTagClassName
{
color: #75637E;
}
</style>
background-color css
<style>
a { background-color: #75637E; }
a { background-color: rgb(117,99,126); }
div.DivClassName
{
background-color: #75637E;
}
.BgClassName
{
background-color: #75637E;
}
</style>
border-color css
<style>
span { border-color: #75637E; }
span { border-color: rgb(117,99,126); }
td.TdClassName
{
border-color: #75637E;
}
.TagClassName
{
border-color: #75637E;
}
</style>