Shades of Tango #D7773A
Tints of Tango #D7773A
RGB
CMYK
RGB Variations
Color information
#D7773A (or 0xD7773A) is known color: Tango. HEX triplet: D7, 77 and 3A. RGB value is (215,119,58). Sum of RGB (Red+Green+Blue) = 215+119+58=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D7773A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7773A is #2888C5. Grayscale: #8D8D8D. Windows color (decimal): -2656454 or 3831767. OLE color: 3831767.
HSL color Cylindrical-coordinate representation of color #D7773A: hue angle of 23.31º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D7773A is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 58 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.16 |
| HSL | 23.31º | 0.66% | 0.54% | - |
| HSV(B) | 23.31º | 0.73% | 0.84% | - |
| XYZ | 35.38 | 27.95 | 7.53 | - |
| YUV | 140.75 | 81.3 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 58 | 0 | 0.45 | 0.73 | 0.16 | 23.31 | 0.66 | 0.54 |
| Hex | D7 | 77 | 3A | 0 | 2D | 49 | 10 | 17 | 42 | 36 |
| Octal | 327 | 167 | 72 | 0 | 55 | 111 | 20 | 27 | 102 | 66 |
| Binary | 11010111 | 1110111 | 111010 | 0 | 101101 | 1001001 | 10000 | 10111 | 1000010 | 110110 |
Color Harmonies of #D7773A
Complementary color
Monochromatic Colors of #D7773A
Black with #D7773A
Text Example
Text Example
White with #D7773A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7773A; }
p { color: rgb(215,119,58); }
H1.HeaderClassName
{
color: #D7773A;
}
.AnyTagClassName
{
color: #D7773A;
}
</style>
background-color css
<style>
a { background-color: #D7773A; }
a { background-color: rgb(215,119,58); }
div.DivClassName
{
background-color: #D7773A;
}
.BgClassName
{
background-color: #D7773A;
}
</style>
border-color css
<style>
span { border-color: #D7773A; }
span { border-color: rgb(215,119,58); }
td.TdClassName
{
border-color: #D7773A;
}
.TagClassName
{
border-color: #D7773A;
}
</style>