Shades of Mamba #74667D
Tints of Mamba #74667D
RGB
CMYK
RGB Variations
Color information
#74667D (or 0x74667D) is known color: Mamba. HEX triplet: 74, 66 and 7D. RGB value is (116,102,125). Sum of RGB (Red+Green+Blue) = 116+102+125=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 125 - color contains mainly: blue. Hex color #74667D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74667D is #8B9982. Grayscale: #6C6C6C. Windows color (decimal): -9148803 or 8218228. OLE color: 8218228.
HSL color Cylindrical-coordinate representation of color #74667D: hue angle of 276.52º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #74667D is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 102 | 125 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.51 |
| HSL | 276.52º | 0.1% | 0.45% | - |
| HSV(B) | 276.52º | 0.18% | 0.49% | - |
| XYZ | 15.66 | 14.7 | 21.41 | - |
| YUV | 108.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 102 | 125 | 0.07 | 0.18 | 0 | 0.51 | 276.52 | 0.1 | 0.45 |
| Hex | 74 | 66 | 7D | 7 | 12 | 0 | 33 | 115 | A | 2D |
| Octal | 164 | 146 | 175 | 7 | 22 | 0 | 63 | 425 | 12 | 55 |
| Binary | 1110100 | 1100110 | 1111101 | 111 | 10010 | 0 | 110011 | 100010101 | 1010 | 101101 |
Color Harmonies of #74667D
Complementary color
Monochromatic Colors of #74667D
Black with #74667D
Text Example
Text Example
White with #74667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74667D; }
p { color: rgb(116,102,125); }
H1.HeaderClassName
{
color: #74667D;
}
.AnyTagClassName
{
color: #74667D;
}
</style>
background-color css
<style>
a { background-color: #74667D; }
a { background-color: rgb(116,102,125); }
div.DivClassName
{
background-color: #74667D;
}
.BgClassName
{
background-color: #74667D;
}
</style>
border-color css
<style>
span { border-color: #74667D; }
span { border-color: rgb(116,102,125); }
td.TdClassName
{
border-color: #74667D;
}
.TagClassName
{
border-color: #74667D;
}
</style>