Shades of Mamba #736B7F
Tints of Mamba #736B7F
RGB
CMYK
RGB Variations
Color information
#736B7F (or 0x736B7F) is known color: Mamba. HEX triplet: 73, 6B and 7F. RGB value is (115,107,127). Sum of RGB (Red+Green+Blue) = 115+107+127=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 127 - color contains mainly: blue. Hex color #736B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736B7F is #8C9480. Grayscale: #6F6F6F. Windows color (decimal): -9213057 or 8350579. OLE color: 8350579.
HSL color Cylindrical-coordinate representation of color #736B7F: hue angle of 264º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #736B7F is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 107 | 127 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.50 |
| HSL | 264º | 0.09% | 0.46% | - |
| HSV(B) | 264º | 0.16% | 0.5% | - |
| XYZ | 16.16 | 15.69 | 22.26 | - |
| YUV | 111.67 | 136.65 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 127 | 0.09 | 0.16 | 0 | 0.50 | 264 | 0.09 | 0.46 |
| Hex | 73 | 6B | 7F | 9 | 10 | 0 | 32 | 108 | 9 | 2E |
| Octal | 163 | 153 | 177 | 11 | 20 | 0 | 62 | 410 | 11 | 56 |
| Binary | 1110011 | 1101011 | 1111111 | 1001 | 10000 | 0 | 110010 | 100001000 | 1001 | 101110 |
Color Harmonies of #736B7F
Complementary color
Monochromatic Colors of #736B7F
Black with #736B7F
Text Example
Text Example
White with #736B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B7F; }
p { color: rgb(115,107,127); }
H1.HeaderClassName
{
color: #736B7F;
}
.AnyTagClassName
{
color: #736B7F;
}
</style>
background-color css
<style>
a { background-color: #736B7F; }
a { background-color: rgb(115,107,127); }
div.DivClassName
{
background-color: #736B7F;
}
.BgClassName
{
background-color: #736B7F;
}
</style>
border-color css
<style>
span { border-color: #736B7F; }
span { border-color: rgb(115,107,127); }
td.TdClassName
{
border-color: #736B7F;
}
.TagClassName
{
border-color: #736B7F;
}
</style>