Shades of Mamba #74637D
Tints of Mamba #74637D
RGB
CMYK
RGB Variations
Color information
#74637D (or 0x74637D) is known color: Mamba. HEX triplet: 74, 63 and 7D. RGB value is (116,99,125). Sum of RGB (Red+Green+Blue) = 116+99+125=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 125 - color contains mainly: blue. Hex color #74637D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74637D is #8B9C82. Grayscale: #6A6A6A. Windows color (decimal): -9149571 or 8217460. OLE color: 8217460.
HSL color Cylindrical-coordinate representation of color #74637D: hue angle of 279.23º 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 #74637D is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 99 | 125 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.51 |
| HSL | 279.23º | 0.12% | 0.44% | - |
| HSV(B) | 279.23º | 0.21% | 0.49% | - |
| XYZ | 15.37 | 14.12 | 21.32 | - |
| YUV | 107.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 99 | 125 | 0.07 | 0.21 | 0 | 0.51 | 279.23 | 0.12 | 0.44 |
| Hex | 74 | 63 | 7D | 7 | 15 | 0 | 33 | 117 | C | 2C |
| Octal | 164 | 143 | 175 | 7 | 25 | 0 | 63 | 427 | 14 | 54 |
| Binary | 1110100 | 1100011 | 1111101 | 111 | 10101 | 0 | 110011 | 100010111 | 1100 | 101100 |
Color Harmonies of #74637D
Complementary color
Monochromatic Colors of #74637D
Black with #74637D
Text Example
Text Example
White with #74637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74637D; }
p { color: rgb(116,99,125); }
H1.HeaderClassName
{
color: #74637D;
}
.AnyTagClassName
{
color: #74637D;
}
</style>
background-color css
<style>
a { background-color: #74637D; }
a { background-color: rgb(116,99,125); }
div.DivClassName
{
background-color: #74637D;
}
.BgClassName
{
background-color: #74637D;
}
</style>
border-color css
<style>
span { border-color: #74637D; }
span { border-color: rgb(116,99,125); }
td.TdClassName
{
border-color: #74637D;
}
.TagClassName
{
border-color: #74637D;
}
</style>