Shades of Tango #D77834
Tints of Tango #D77834
RGB
CMYK
RGB Variations
Color information
#D77834 (or 0xD77834) is known color: Tango. HEX triplet: D7, 78 and 34. RGB value is (215,120,52). Sum of RGB (Red+Green+Blue) = 215+120+52=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 52 (20.70% from 255 or 13.44% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D77834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77834 is #2887CB. Grayscale: #8D8D8D. Windows color (decimal): -2656204 or 3438807. OLE color: 3438807.
HSL color Cylindrical-coordinate representation of color #D77834: hue angle of 25.03º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D77834 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 52 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.16 |
| HSL | 25.03º | 0.67% | 0.52% | - |
| HSV(B) | 25.03º | 0.76% | 0.84% | - |
| XYZ | 35.36 | 28.13 | 6.81 | - |
| YUV | 140.65 | 77.97 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 52 | 0 | 0.44 | 0.76 | 0.16 | 25.03 | 0.67 | 0.52 |
| Hex | D7 | 78 | 34 | 0 | 2C | 4C | 10 | 19 | 43 | 34 |
| Octal | 327 | 170 | 64 | 0 | 54 | 114 | 20 | 31 | 103 | 64 |
| Binary | 11010111 | 1111000 | 110100 | 0 | 101100 | 1001100 | 10000 | 11001 | 1000011 | 110100 |
Color Harmonies of #D77834
Complementary color
Monochromatic Colors of #D77834
Black with #D77834
Text Example
Text Example
White with #D77834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77834; }
p { color: rgb(215,120,52); }
H1.HeaderClassName
{
color: #D77834;
}
.AnyTagClassName
{
color: #D77834;
}
</style>
background-color css
<style>
a { background-color: #D77834; }
a { background-color: rgb(215,120,52); }
div.DivClassName
{
background-color: #D77834;
}
.BgClassName
{
background-color: #D77834;
}
</style>
border-color css
<style>
span { border-color: #D77834; }
span { border-color: rgb(215,120,52); }
td.TdClassName
{
border-color: #D77834;
}
.TagClassName
{
border-color: #D77834;
}
</style>