Shades of Mamba #74617F
Tints of Mamba #74617F
RGB
CMYK
RGB Variations
Color information
#74617F (or 0x74617F) is known color: Mamba. HEX triplet: 74, 61 and 7F. RGB value is (116,97,127). Sum of RGB (Red+Green+Blue) = 116+97+127=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 127 - color contains mainly: blue. Hex color #74617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74617F is #8B9E80. Grayscale: #6A6A6A. Windows color (decimal): -9150081 or 8348020. OLE color: 8348020.
HSL color Cylindrical-coordinate representation of color #74617F: hue angle of 278º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #74617F is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 97 | 127 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.50 |
| HSL | 278º | 0.13% | 0.44% | - |
| HSV(B) | 278º | 0.24% | 0.5% | - |
| XYZ | 15.31 | 13.79 | 21.93 | - |
| YUV | 106.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 127 | 0.09 | 0.24 | 0 | 0.50 | 278 | 0.13 | 0.44 |
| Hex | 74 | 61 | 7F | 9 | 18 | 0 | 32 | 116 | D | 2C |
| Octal | 164 | 141 | 177 | 11 | 30 | 0 | 62 | 426 | 15 | 54 |
| Binary | 1110100 | 1100001 | 1111111 | 1001 | 11000 | 0 | 110010 | 100010110 | 1101 | 101100 |
Color Harmonies of #74617F
Complementary color
Monochromatic Colors of #74617F
Black with #74617F
Text Example
Text Example
White with #74617F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74617F; }
p { color: rgb(116,97,127); }
H1.HeaderClassName
{
color: #74617F;
}
.AnyTagClassName
{
color: #74617F;
}
</style>
background-color css
<style>
a { background-color: #74617F; }
a { background-color: rgb(116,97,127); }
div.DivClassName
{
background-color: #74617F;
}
.BgClassName
{
background-color: #74617F;
}
</style>
border-color css
<style>
span { border-color: #74617F; }
span { border-color: rgb(116,97,127); }
td.TdClassName
{
border-color: #74617F;
}
.TagClassName
{
border-color: #74617F;
}
</style>