Shades of Terra Cotta #DC7757
Tints of Terra Cotta #DC7757
RGB
CMYK
RGB Variations
Color information
#DC7757 (or 0xDC7757) is known color: Terra Cotta. HEX triplet: DC, 77 and 57. RGB value is (220,119,87). Sum of RGB (Red+Green+Blue) = 220+119+87=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7757 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7757 is #2388A8. Grayscale: #919191. Windows color (decimal): -2328745 or 5732316. OLE color: 5732316.
HSL color Cylindrical-coordinate representation of color #DC7757: hue angle of 14.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC7757 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 87 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.14 |
| HSL | 14.44º | 0.66% | 0.6% | - |
| HSV(B) | 14.44º | 0.6% | 0.86% | - |
| XYZ | 37.83 | 29.1 | 12.64 | - |
| YUV | 145.55 | 94.96 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 87 | 0 | 0.46 | 0.60 | 0.14 | 14.44 | 0.66 | 0.6 |
| Hex | DC | 77 | 57 | 0 | 2E | 3C | E | E | 42 | 3C |
| Octal | 334 | 167 | 127 | 0 | 56 | 74 | 16 | 16 | 102 | 74 |
| Binary | 11011100 | 1110111 | 1010111 | 0 | 101110 | 111100 | 1110 | 1110 | 1000010 | 111100 |
Color Harmonies of #DC7757
Complementary color
Monochromatic Colors of #DC7757
Black with #DC7757
Text Example
Text Example
White with #DC7757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7757; }
p { color: rgb(220,119,87); }
H1.HeaderClassName
{
color: #DC7757;
}
.AnyTagClassName
{
color: #DC7757;
}
</style>
background-color css
<style>
a { background-color: #DC7757; }
a { background-color: rgb(220,119,87); }
div.DivClassName
{
background-color: #DC7757;
}
.BgClassName
{
background-color: #DC7757;
}
</style>
border-color css
<style>
span { border-color: #DC7757; }
span { border-color: rgb(220,119,87); }
td.TdClassName
{
border-color: #DC7757;
}
.TagClassName
{
border-color: #DC7757;
}
</style>