Shades of Mango Tango #D7770A
Tints of Mango Tango #D7770A
RGB
CMYK
RGB Variations
Color information
#D7770A (or 0xD7770A) is known color: Mango Tango. HEX triplet: D7, 77 and 0A. RGB value is (215,119,10). Sum of RGB (Red+Green+Blue) = 215+119+10=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D7770A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7770A is #2888F5. Grayscale: #878787. Windows color (decimal): -2656502 or 686039. OLE color: 686039.
HSL color Cylindrical-coordinate representation of color #D7770A: hue angle of 31.9º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D7770A is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 10 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.16 |
| HSL | 31.9º | 0.91% | 0.44% | - |
| HSV(B) | 31.9º | 0.95% | 0.84% | - |
| XYZ | 34.68 | 27.66 | 3.8 | - |
| YUV | 135.28 | 57.3 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 10 | 0 | 0.45 | 0.95 | 0.16 | 31.9 | 0.91 | 0.44 |
| Hex | D7 | 77 | A | 0 | 2D | 5F | 10 | 20 | 5B | 2C |
| Octal | 327 | 167 | 12 | 0 | 55 | 137 | 20 | 40 | 133 | 54 |
| Binary | 11010111 | 1110111 | 1010 | 0 | 101101 | 1011111 | 10000 | 100000 | 1011011 | 101100 |
Color Harmonies of #D7770A
Complementary color
Monochromatic Colors of #D7770A
Black with #D7770A
Text Example
Text Example
White with #D7770A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7770A; }
p { color: rgb(215,119,10); }
H1.HeaderClassName
{
color: #D7770A;
}
.AnyTagClassName
{
color: #D7770A;
}
</style>
background-color css
<style>
a { background-color: #D7770A; }
a { background-color: rgb(215,119,10); }
div.DivClassName
{
background-color: #D7770A;
}
.BgClassName
{
background-color: #D7770A;
}
</style>
border-color css
<style>
span { border-color: #D7770A; }
span { border-color: rgb(215,119,10); }
td.TdClassName
{
border-color: #D7770A;
}
.TagClassName
{
border-color: #D7770A;
}
</style>