Shades of Terra Cotta #DC7758
Tints of Terra Cotta #DC7758
RGB
CMYK
RGB Variations
Color information
#DC7758 (or 0xDC7758) is known color: Terra Cotta. HEX triplet: DC, 77 and 58. RGB value is (220,119,88). Sum of RGB (Red+Green+Blue) = 220+119+88=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 88 (34.77% from 255 or 20.61% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7758 is #2388A7. Grayscale: #919191. Windows color (decimal): -2328744 or 5797852. OLE color: 5797852.
HSL color Cylindrical-coordinate representation of color #DC7758: hue angle of 14.09º degrees, saturation: 0.65, 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 #DC7758 is Cyan = 0, Magento = 0.46, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 88 | - |
| CMYK | 0 | 0.46 | 0.6 | 0.14 |
| HSL | 14.09º | 0.65% | 0.6% | - |
| HSV(B) | 14.09º | 0.6% | 0.86% | - |
| XYZ | 37.87 | 29.11 | 12.86 | - |
| YUV | 145.67 | 95.46 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 88 | 0 | 0.46 | 0.6 | 0.14 | 14.09 | 0.65 | 0.6 |
| Hex | DC | 77 | 58 | 0 | 2E | 3C | E | E | 41 | 3C |
| Octal | 334 | 167 | 130 | 0 | 56 | 74 | 16 | 16 | 101 | 74 |
| Binary | 11011100 | 1110111 | 1011000 | 0 | 101110 | 111100 | 1110 | 1110 | 1000001 | 111100 |
Color Harmonies of #DC7758
Complementary color
Monochromatic Colors of #DC7758
Black with #DC7758
Text Example
Text Example
White with #DC7758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7758; }
p { color: rgb(220,119,88); }
H1.HeaderClassName
{
color: #DC7758;
}
.AnyTagClassName
{
color: #DC7758;
}
</style>
background-color css
<style>
a { background-color: #DC7758; }
a { background-color: rgb(220,119,88); }
div.DivClassName
{
background-color: #DC7758;
}
.BgClassName
{
background-color: #DC7758;
}
</style>
border-color css
<style>
span { border-color: #DC7758; }
span { border-color: rgb(220,119,88); }
td.TdClassName
{
border-color: #DC7758;
}
.TagClassName
{
border-color: #DC7758;
}
</style>