Shades of Mango Tango #D77A0A
Tints of Mango Tango #D77A0A
RGB
CMYK
RGB Variations
Color information
#D77A0A (or 0xD77A0A) is known color: Mango Tango. HEX triplet: D7, 7A and 0A. RGB value is (215,122,10). Sum of RGB (Red+Green+Blue) = 215+122+10=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77A0A is #2885F5. Grayscale: #898989. Windows color (decimal): -2655734 or 686807. OLE color: 686807.
HSL color Cylindrical-coordinate representation of color #D77A0A: hue angle of 32.78º 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 #D77A0A is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 10 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.16 |
| HSL | 32.78º | 0.91% | 0.44% | - |
| HSV(B) | 32.78º | 0.95% | 0.84% | - |
| XYZ | 35.04 | 28.39 | 3.92 | - |
| YUV | 137.04 | 56.31 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 10 | 0 | 0.43 | 0.95 | 0.16 | 32.78 | 0.91 | 0.44 |
| Hex | D7 | 7A | A | 0 | 2B | 5F | 10 | 21 | 5B | 2C |
| Octal | 327 | 172 | 12 | 0 | 53 | 137 | 20 | 41 | 133 | 54 |
| Binary | 11010111 | 1111010 | 1010 | 0 | 101011 | 1011111 | 10000 | 100001 | 1011011 | 101100 |
Color Harmonies of #D77A0A
Complementary color
Monochromatic Colors of #D77A0A
Black with #D77A0A
Text Example
Text Example
White with #D77A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77A0A; }
p { color: rgb(215,122,10); }
H1.HeaderClassName
{
color: #D77A0A;
}
.AnyTagClassName
{
color: #D77A0A;
}
</style>
background-color css
<style>
a { background-color: #D77A0A; }
a { background-color: rgb(215,122,10); }
div.DivClassName
{
background-color: #D77A0A;
}
.BgClassName
{
background-color: #D77A0A;
}
</style>
border-color css
<style>
span { border-color: #D77A0A; }
span { border-color: rgb(215,122,10); }
td.TdClassName
{
border-color: #D77A0A;
}
.TagClassName
{
border-color: #D77A0A;
}
</style>