Shades of Mamba #74697D
Tints of Mamba #74697D
RGB
CMYK
RGB Variations
Color information
#74697D (or 0x74697D) is known color: Mamba. HEX triplet: 74, 69 and 7D. RGB value is (116,105,125). Sum of RGB (Red+Green+Blue) = 116+105+125=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 125 - color contains mainly: blue. Hex color #74697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74697D is #8B9682. Grayscale: #6E6E6E. Windows color (decimal): -9148035 or 8218996. OLE color: 8218996.
HSL color Cylindrical-coordinate representation of color #74697D: hue angle of 273º 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 #74697D is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 105 | 125 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.51 |
| HSL | 273º | 0.09% | 0.45% | - |
| HSV(B) | 273º | 0.16% | 0.49% | - |
| XYZ | 15.96 | 15.3 | 21.51 | - |
| YUV | 110.57 | 136.14 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 105 | 125 | 0.07 | 0.16 | 0 | 0.51 | 273 | 0.09 | 0.45 |
| Hex | 74 | 69 | 7D | 7 | 10 | 0 | 33 | 111 | 9 | 2D |
| Octal | 164 | 151 | 175 | 7 | 20 | 0 | 63 | 421 | 11 | 55 |
| Binary | 1110100 | 1101001 | 1111101 | 111 | 10000 | 0 | 110011 | 100010001 | 1001 | 101101 |
Color Harmonies of #74697D
Complementary color
Monochromatic Colors of #74697D
Black with #74697D
Text Example
Text Example
White with #74697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74697D; }
p { color: rgb(116,105,125); }
H1.HeaderClassName
{
color: #74697D;
}
.AnyTagClassName
{
color: #74697D;
}
</style>
background-color css
<style>
a { background-color: #74697D; }
a { background-color: rgb(116,105,125); }
div.DivClassName
{
background-color: #74697D;
}
.BgClassName
{
background-color: #74697D;
}
</style>
border-color css
<style>
span { border-color: #74697D; }
span { border-color: rgb(116,105,125); }
td.TdClassName
{
border-color: #74697D;
}
.TagClassName
{
border-color: #74697D;
}
</style>