Shades of Tango #D77737
Tints of Tango #D77737
RGB
CMYK
RGB Variations
Color information
#D77737 (or 0xD77737) is known color: Tango. HEX triplet: D7, 77 and 37. RGB value is (215,119,55). Sum of RGB (Red+Green+Blue) = 215+119+55=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 55 (21.88% from 255 or 14.14% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D77737 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77737 is #2888C8. Grayscale: #8C8C8C. Windows color (decimal): -2656457 or 3635159. OLE color: 3635159.
HSL color Cylindrical-coordinate representation of color #D77737: hue angle of 24º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D77737 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 55 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.16 |
| HSL | 24º | 0.67% | 0.53% | - |
| HSV(B) | 24º | 0.74% | 0.84% | - |
| XYZ | 35.31 | 27.92 | 7.14 | - |
| YUV | 140.41 | 79.8 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 55 | 0 | 0.45 | 0.74 | 0.16 | 24 | 0.67 | 0.53 |
| Hex | D7 | 77 | 37 | 0 | 2D | 4A | 10 | 18 | 43 | 35 |
| Octal | 327 | 167 | 67 | 0 | 55 | 112 | 20 | 30 | 103 | 65 |
| Binary | 11010111 | 1110111 | 110111 | 0 | 101101 | 1001010 | 10000 | 11000 | 1000011 | 110101 |
Color Harmonies of #D77737
Complementary color
Monochromatic Colors of #D77737
Black with #D77737
Text Example
Text Example
White with #D77737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77737; }
p { color: rgb(215,119,55); }
H1.HeaderClassName
{
color: #D77737;
}
.AnyTagClassName
{
color: #D77737;
}
</style>
background-color css
<style>
a { background-color: #D77737; }
a { background-color: rgb(215,119,55); }
div.DivClassName
{
background-color: #D77737;
}
.BgClassName
{
background-color: #D77737;
}
</style>
border-color css
<style>
span { border-color: #D77737; }
span { border-color: rgb(215,119,55); }
td.TdClassName
{
border-color: #D77737;
}
.TagClassName
{
border-color: #D77737;
}
</style>