Shades of Mamba #74657C
Tints of Mamba #74657C
RGB
CMYK
RGB Variations
Color information
#74657C (or 0x74657C) is known color: Mamba. HEX triplet: 74, 65 and 7C. RGB value is (116,101,124). Sum of RGB (Red+Green+Blue) = 116+101+124=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 124 - color contains mainly: blue. Hex color #74657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74657C is #8B9A83. Grayscale: #6C6C6C. Windows color (decimal): -9149060 or 8152436. OLE color: 8152436.
HSL color Cylindrical-coordinate representation of color #74657C: hue angle of 279.13º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #74657C is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 101 | 124 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.51 |
| HSL | 279.13º | 0.1% | 0.44% | - |
| HSV(B) | 279.13º | 0.19% | 0.49% | - |
| XYZ | 15.49 | 14.48 | 21.05 | - |
| YUV | 108.11 | 136.97 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 124 | 0.06 | 0.19 | 0 | 0.51 | 279.13 | 0.1 | 0.44 |
| Hex | 74 | 65 | 7C | 6 | 13 | 0 | 33 | 117 | A | 2C |
| Octal | 164 | 145 | 174 | 6 | 23 | 0 | 63 | 427 | 12 | 54 |
| Binary | 1110100 | 1100101 | 1111100 | 110 | 10011 | 0 | 110011 | 100010111 | 1010 | 101100 |
Color Harmonies of #74657C
Complementary color
Monochromatic Colors of #74657C
Black with #74657C
Text Example
Text Example
White with #74657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74657C; }
p { color: rgb(116,101,124); }
H1.HeaderClassName
{
color: #74657C;
}
.AnyTagClassName
{
color: #74657C;
}
</style>
background-color css
<style>
a { background-color: #74657C; }
a { background-color: rgb(116,101,124); }
div.DivClassName
{
background-color: #74657C;
}
.BgClassName
{
background-color: #74657C;
}
</style>
border-color css
<style>
span { border-color: #74657C; }
span { border-color: rgb(116,101,124); }
td.TdClassName
{
border-color: #74657C;
}
.TagClassName
{
border-color: #74657C;
}
</style>