Shades of Mamba #75697D
Tints of Mamba #75697D
RGB
CMYK
RGB Variations
Color information
#75697D (or 0x75697D) is known color: Mamba. HEX triplet: 75, 69 and 7D. RGB value is (117,105,125). Sum of RGB (Red+Green+Blue) = 117+105+125=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 125 - color contains mainly: blue. Hex color #75697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75697D is #8A9682. Grayscale: #6E6E6E. Windows color (decimal): -9082499 or 8218997. OLE color: 8218997.
HSL color Cylindrical-coordinate representation of color #75697D: hue angle of 276º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #75697D is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 105 | 125 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.51 |
| HSL | 276º | 0.09% | 0.45% | - |
| HSV(B) | 276º | 0.16% | 0.49% | - |
| XYZ | 16.09 | 15.37 | 21.52 | - |
| YUV | 110.87 | 135.98 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 105 | 125 | 0.06 | 0.16 | 0 | 0.51 | 276 | 0.09 | 0.45 |
| Hex | 75 | 69 | 7D | 6 | 10 | 0 | 33 | 114 | 9 | 2D |
| Octal | 165 | 151 | 175 | 6 | 20 | 0 | 63 | 424 | 11 | 55 |
| Binary | 1110101 | 1101001 | 1111101 | 110 | 10000 | 0 | 110011 | 100010100 | 1001 | 101101 |
Color Harmonies of #75697D
Complementary color
Monochromatic Colors of #75697D
Black with #75697D
Text Example
Text Example
White with #75697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75697D; }
p { color: rgb(117,105,125); }
H1.HeaderClassName
{
color: #75697D;
}
.AnyTagClassName
{
color: #75697D;
}
</style>
background-color css
<style>
a { background-color: #75697D; }
a { background-color: rgb(117,105,125); }
div.DivClassName
{
background-color: #75697D;
}
.BgClassName
{
background-color: #75697D;
}
</style>
border-color css
<style>
span { border-color: #75697D; }
span { border-color: rgb(117,105,125); }
td.TdClassName
{
border-color: #75697D;
}
.TagClassName
{
border-color: #75697D;
}
</style>