Shades of Tango #D7773B
Tints of Tango #D7773B
RGB
CMYK
RGB Variations
Color information
#D7773B (or 0xD7773B) is known color: Tango. HEX triplet: D7, 77 and 3B. RGB value is (215,119,59). Sum of RGB (Red+Green+Blue) = 215+119+59=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 59 (23.44% from 255 or 15.01% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D7773B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7773B is #2888C4. Grayscale: #8D8D8D. Windows color (decimal): -2656453 or 3897303. OLE color: 3897303.
HSL color Cylindrical-coordinate representation of color #D7773B: hue angle of 23.08º 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 #D7773B is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 59 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.16 |
| HSL | 23.08º | 0.66% | 0.54% | - |
| HSV(B) | 23.08º | 0.73% | 0.84% | - |
| XYZ | 35.41 | 27.96 | 7.67 | - |
| YUV | 140.86 | 81.8 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 59 | 0 | 0.45 | 0.73 | 0.16 | 23.08 | 0.66 | 0.54 |
| Hex | D7 | 77 | 3B | 0 | 2D | 49 | 10 | 17 | 42 | 36 |
| Octal | 327 | 167 | 73 | 0 | 55 | 111 | 20 | 27 | 102 | 66 |
| Binary | 11010111 | 1110111 | 111011 | 0 | 101101 | 1001001 | 10000 | 10111 | 1000010 | 110110 |
Color Harmonies of #D7773B
Complementary color
Monochromatic Colors of #D7773B
Black with #D7773B
Text Example
Text Example
White with #D7773B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7773B; }
p { color: rgb(215,119,59); }
H1.HeaderClassName
{
color: #D7773B;
}
.AnyTagClassName
{
color: #D7773B;
}
</style>
background-color css
<style>
a { background-color: #D7773B; }
a { background-color: rgb(215,119,59); }
div.DivClassName
{
background-color: #D7773B;
}
.BgClassName
{
background-color: #D7773B;
}
</style>
border-color css
<style>
span { border-color: #D7773B; }
span { border-color: rgb(215,119,59); }
td.TdClassName
{
border-color: #D7773B;
}
.TagClassName
{
border-color: #D7773B;
}
</style>