Shades of Tango #D77A35
Tints of Tango #D77A35
RGB
CMYK
RGB Variations
Color information
#D77A35 (or 0xD77A35) is known color: Tango. HEX triplet: D7, 7A and 35. RGB value is (215,122,53). Sum of RGB (Red+Green+Blue) = 215+122+53=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 53 (21.09% from 255 or 13.59% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77A35 is #2885CA. Grayscale: #8E8E8E. Windows color (decimal): -2655691 or 3504855. OLE color: 3504855.
HSL color Cylindrical-coordinate representation of color #D77A35: hue angle of 25.56º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D77A35 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 53 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.16 |
| HSL | 25.56º | 0.67% | 0.53% | - |
| HSV(B) | 25.56º | 0.75% | 0.84% | - |
| XYZ | 35.63 | 28.62 | 7.02 | - |
| YUV | 141.94 | 77.81 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 53 | 0 | 0.43 | 0.75 | 0.16 | 25.56 | 0.67 | 0.53 |
| Hex | D7 | 7A | 35 | 0 | 2B | 4B | 10 | 1A | 43 | 35 |
| Octal | 327 | 172 | 65 | 0 | 53 | 113 | 20 | 32 | 103 | 65 |
| Binary | 11010111 | 1111010 | 110101 | 0 | 101011 | 1001011 | 10000 | 11010 | 1000011 | 110101 |
Color Harmonies of #D77A35
Complementary color
Monochromatic Colors of #D77A35
Black with #D77A35
Text Example
Text Example
White with #D77A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77A35; }
p { color: rgb(215,122,53); }
H1.HeaderClassName
{
color: #D77A35;
}
.AnyTagClassName
{
color: #D77A35;
}
</style>
background-color css
<style>
a { background-color: #D77A35; }
a { background-color: rgb(215,122,53); }
div.DivClassName
{
background-color: #D77A35;
}
.BgClassName
{
background-color: #D77A35;
}
</style>
border-color css
<style>
span { border-color: #D77A35; }
span { border-color: rgb(215,122,53); }
td.TdClassName
{
border-color: #D77A35;
}
.TagClassName
{
border-color: #D77A35;
}
</style>