Shades of Mamba #746F7A
Tints of Mamba #746F7A
RGB
CMYK
RGB Variations
Color information
#746F7A (or 0x746F7A) is known color: Mamba. HEX triplet: 74, 6F and 7A. RGB value is (116,111,122). Sum of RGB (Red+Green+Blue) = 116+111+122=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 122 - color contains mainly: blue. Hex color #746F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F7A is #8B9085. Grayscale: #717171. Windows color (decimal): -9146502 or 8023924. OLE color: 8023924.
HSL color Cylindrical-coordinate representation of color #746F7A: hue angle of 267.27º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #746F7A is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 111 | 122 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.52 |
| HSL | 267.27º | 0.05% | 0.46% | - |
| HSV(B) | 267.27º | 0.09% | 0.48% | - |
| XYZ | 16.4 | 16.49 | 20.73 | - |
| YUV | 113.75 | 132.66 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 122 | 0.05 | 0.09 | 0 | 0.52 | 267.27 | 0.05 | 0.46 |
| Hex | 74 | 6F | 7A | 5 | 9 | 0 | 34 | 10B | 5 | 2E |
| Octal | 164 | 157 | 172 | 5 | 11 | 0 | 64 | 413 | 5 | 56 |
| Binary | 1110100 | 1101111 | 1111010 | 101 | 1001 | 0 | 110100 | 100001011 | 101 | 101110 |
Color Harmonies of #746F7A
Complementary color
Monochromatic Colors of #746F7A
Black with #746F7A
Text Example
Text Example
White with #746F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746F7A; }
p { color: rgb(116,111,122); }
H1.HeaderClassName
{
color: #746F7A;
}
.AnyTagClassName
{
color: #746F7A;
}
</style>
background-color css
<style>
a { background-color: #746F7A; }
a { background-color: rgb(116,111,122); }
div.DivClassName
{
background-color: #746F7A;
}
.BgClassName
{
background-color: #746F7A;
}
</style>
border-color css
<style>
span { border-color: #746F7A; }
span { border-color: rgb(116,111,122); }
td.TdClassName
{
border-color: #746F7A;
}
.TagClassName
{
border-color: #746F7A;
}
</style>