Shades of Terra Cotta #D77569
Tints of Terra Cotta #D77569
RGB
CMYK
RGB Variations
Color information
#D77569 (or 0xD77569) is known color: Terra Cotta. HEX triplet: D7, 75 and 69. RGB value is (215,117,105). Sum of RGB (Red+Green+Blue) = 215+117+105=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D77569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77569 is #288A96. Grayscale: #919191. Windows color (decimal): -2656919 or 6911447. OLE color: 6911447.
HSL color Cylindrical-coordinate representation of color #D77569: hue angle of 6.55º 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 #D77569 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 105 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.16 |
| HSL | 6.55º | 0.58% | 0.63% | - |
| HSV(B) | 6.55º | 0.51% | 0.84% | - |
| XYZ | 36.94 | 28.19 | 16.86 | - |
| YUV | 144.93 | 105.47 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 105 | 0 | 0.46 | 0.51 | 0.16 | 6.55 | 0.58 | 0.63 |
| Hex | D7 | 75 | 69 | 0 | 2E | 33 | 10 | 7 | 3A | 3F |
| Octal | 327 | 165 | 151 | 0 | 56 | 63 | 20 | 7 | 72 | 77 |
| Binary | 11010111 | 1110101 | 1101001 | 0 | 101110 | 110011 | 10000 | 111 | 111010 | 111111 |
Color Harmonies of #D77569
Complementary color
Monochromatic Colors of #D77569
Black with #D77569
Text Example
Text Example
White with #D77569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77569; }
p { color: rgb(215,117,105); }
H1.HeaderClassName
{
color: #D77569;
}
.AnyTagClassName
{
color: #D77569;
}
</style>
background-color css
<style>
a { background-color: #D77569; }
a { background-color: rgb(215,117,105); }
div.DivClassName
{
background-color: #D77569;
}
.BgClassName
{
background-color: #D77569;
}
</style>
border-color css
<style>
span { border-color: #D77569; }
span { border-color: rgb(215,117,105); }
td.TdClassName
{
border-color: #D77569;
}
.TagClassName
{
border-color: #D77569;
}
</style>