Shades of Terra Cotta #D77168
Tints of Terra Cotta #D77168
RGB
CMYK
RGB Variations
Color information
#D77168 (or 0xD77168) is known color: Terra Cotta. HEX triplet: D7, 71 and 68. RGB value is (215,113,104). Sum of RGB (Red+Green+Blue) = 215+113+104=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D77168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77168 is #288E97. Grayscale: #8E8E8E. Windows color (decimal): -2657944 or 6844887. OLE color: 6844887.
HSL color Cylindrical-coordinate representation of color #D77168: hue angle of 4.86º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D77168 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 104 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.16 |
| HSL | 4.86º | 0.58% | 0.63% | - |
| HSV(B) | 4.86º | 0.52% | 0.84% | - |
| XYZ | 36.43 | 27.26 | 16.44 | - |
| YUV | 142.47 | 106.29 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 104 | 0 | 0.47 | 0.52 | 0.16 | 4.86 | 0.58 | 0.63 |
| Hex | D7 | 71 | 68 | 0 | 2F | 34 | 10 | 5 | 3A | 3F |
| Octal | 327 | 161 | 150 | 0 | 57 | 64 | 20 | 5 | 72 | 77 |
| Binary | 11010111 | 1110001 | 1101000 | 0 | 101111 | 110100 | 10000 | 101 | 111010 | 111111 |
Color Harmonies of #D77168
Complementary color
Monochromatic Colors of #D77168
Black with #D77168
Text Example
Text Example
White with #D77168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77168; }
p { color: rgb(215,113,104); }
H1.HeaderClassName
{
color: #D77168;
}
.AnyTagClassName
{
color: #D77168;
}
</style>
background-color css
<style>
a { background-color: #D77168; }
a { background-color: rgb(215,113,104); }
div.DivClassName
{
background-color: #D77168;
}
.BgClassName
{
background-color: #D77168;
}
</style>
border-color css
<style>
span { border-color: #D77168; }
span { border-color: rgb(215,113,104); }
td.TdClassName
{
border-color: #D77168;
}
.TagClassName
{
border-color: #D77168;
}
</style>