Shades of Terra Cotta #D77369
Tints of Terra Cotta #D77369
RGB
CMYK
RGB Variations
Color information
#D77369 (or 0xD77369) is known color: Terra Cotta. HEX triplet: D7, 73 and 69. RGB value is (215,115,105). Sum of RGB (Red+Green+Blue) = 215+115+105=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D77369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77369 is #288C96. Grayscale: #8F8F8F. Windows color (decimal): -2657431 or 6910935. OLE color: 6910935.
HSL color Cylindrical-coordinate representation of color #D77369: hue angle of 5.45º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D77369 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 105 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.16 |
| HSL | 5.45º | 0.58% | 0.63% | - |
| HSV(B) | 5.45º | 0.51% | 0.84% | - |
| XYZ | 36.7 | 27.73 | 16.78 | - |
| YUV | 143.76 | 106.13 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 105 | 0 | 0.47 | 0.51 | 0.16 | 5.45 | 0.58 | 0.63 |
| Hex | D7 | 73 | 69 | 0 | 2F | 33 | 10 | 5 | 3A | 3F |
| Octal | 327 | 163 | 151 | 0 | 57 | 63 | 20 | 5 | 72 | 77 |
| Binary | 11010111 | 1110011 | 1101001 | 0 | 101111 | 110011 | 10000 | 101 | 111010 | 111111 |
Color Harmonies of #D77369
Complementary color
Monochromatic Colors of #D77369
Black with #D77369
Text Example
Text Example
White with #D77369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77369; }
p { color: rgb(215,115,105); }
H1.HeaderClassName
{
color: #D77369;
}
.AnyTagClassName
{
color: #D77369;
}
</style>
background-color css
<style>
a { background-color: #D77369; }
a { background-color: rgb(215,115,105); }
div.DivClassName
{
background-color: #D77369;
}
.BgClassName
{
background-color: #D77369;
}
</style>
border-color css
<style>
span { border-color: #D77369; }
span { border-color: rgb(215,115,105); }
td.TdClassName
{
border-color: #D77369;
}
.TagClassName
{
border-color: #D77369;
}
</style>