Shades of Tango #D77735
Tints of Tango #D77735
RGB
CMYK
RGB Variations
Color information
#D77735 (or 0xD77735) is known color: Tango. HEX triplet: D7, 77 and 35. RGB value is (215,119,53). Sum of RGB (Red+Green+Blue) = 215+119+53=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D77735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77735 is #2888CA. Grayscale: #8C8C8C. Windows color (decimal): -2656459 or 3504087. OLE color: 3504087.
HSL color Cylindrical-coordinate representation of color #D77735: hue angle of 24.44º 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 #D77735 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 53 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.16 |
| HSL | 24.44º | 0.67% | 0.53% | - |
| HSV(B) | 24.44º | 0.75% | 0.84% | - |
| XYZ | 35.26 | 27.9 | 6.89 | - |
| YUV | 140.18 | 78.8 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 53 | 0 | 0.45 | 0.75 | 0.16 | 24.44 | 0.67 | 0.53 |
| Hex | D7 | 77 | 35 | 0 | 2D | 4B | 10 | 18 | 43 | 35 |
| Octal | 327 | 167 | 65 | 0 | 55 | 113 | 20 | 30 | 103 | 65 |
| Binary | 11010111 | 1110111 | 110101 | 0 | 101101 | 1001011 | 10000 | 11000 | 1000011 | 110101 |
Color Harmonies of #D77735
Complementary color
Monochromatic Colors of #D77735
Black with #D77735
Text Example
Text Example
White with #D77735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77735; }
p { color: rgb(215,119,53); }
H1.HeaderClassName
{
color: #D77735;
}
.AnyTagClassName
{
color: #D77735;
}
</style>
background-color css
<style>
a { background-color: #D77735; }
a { background-color: rgb(215,119,53); }
div.DivClassName
{
background-color: #D77735;
}
.BgClassName
{
background-color: #D77735;
}
</style>
border-color css
<style>
span { border-color: #D77735; }
span { border-color: rgb(215,119,53); }
td.TdClassName
{
border-color: #D77735;
}
.TagClassName
{
border-color: #D77735;
}
</style>