Shades of Mango Tango #D77607
Tints of Mango Tango #D77607
RGB
CMYK
RGB Variations
Color information
#D77607 (or 0xD77607) is known color: Mango Tango. HEX triplet: D7, 76 and 07. RGB value is (215,118,7). Sum of RGB (Red+Green+Blue) = 215+118+7=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 7 (3.12% from 255 or 2.06% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D77607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77607 is #2889F8. Grayscale: #868686. Windows color (decimal): -2656761 or 489175. OLE color: 489175.
HSL color Cylindrical-coordinate representation of color #D77607: hue angle of 32.02º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D77607 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 7 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.16 |
| HSL | 32.02º | 0.94% | 0.44% | - |
| HSV(B) | 32.02º | 0.97% | 0.84% | - |
| XYZ | 34.54 | 27.42 | 3.67 | - |
| YUV | 134.35 | 56.14 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 7 | 0 | 0.45 | 0.97 | 0.16 | 32.02 | 0.94 | 0.44 |
| Hex | D7 | 76 | 7 | 0 | 2D | 61 | 10 | 20 | 5E | 2C |
| Octal | 327 | 166 | 7 | 0 | 55 | 141 | 20 | 40 | 136 | 54 |
| Binary | 11010111 | 1110110 | 111 | 0 | 101101 | 1100001 | 10000 | 100000 | 1011110 | 101100 |
Color Harmonies of #D77607
Complementary color
Monochromatic Colors of #D77607
Black with #D77607
Text Example
Text Example
White with #D77607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77607; }
p { color: rgb(215,118,7); }
H1.HeaderClassName
{
color: #D77607;
}
.AnyTagClassName
{
color: #D77607;
}
</style>
background-color css
<style>
a { background-color: #D77607; }
a { background-color: rgb(215,118,7); }
div.DivClassName
{
background-color: #D77607;
}
.BgClassName
{
background-color: #D77607;
}
</style>
border-color css
<style>
span { border-color: #D77607; }
span { border-color: rgb(215,118,7); }
td.TdClassName
{
border-color: #D77607;
}
.TagClassName
{
border-color: #D77607;
}
</style>