Shades of Terra Cotta #D77061
Tints of Terra Cotta #D77061
RGB
CMYK
RGB Variations
Color information
#D77061 (or 0xD77061) is known color: Terra Cotta. HEX triplet: D7, 70 and 61. RGB value is (215,112,97). Sum of RGB (Red+Green+Blue) = 215+112+97=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D77061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77061 is #288F9E. Grayscale: #8D8D8D. Windows color (decimal): -2658207 or 6385879. OLE color: 6385879.
HSL color Cylindrical-coordinate representation of color #D77061: hue angle of 7.63º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D77061 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 112 | 97 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.16 |
| HSL | 7.63º | 0.6% | 0.61% | - |
| HSV(B) | 7.63º | 0.55% | 0.84% | - |
| XYZ | 35.98 | 26.9 | 14.61 | - |
| YUV | 141.09 | 103.12 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 97 | 0 | 0.48 | 0.55 | 0.16 | 7.63 | 0.6 | 0.61 |
| Hex | D7 | 70 | 61 | 0 | 30 | 37 | 10 | 8 | 3C | 3D |
| Octal | 327 | 160 | 141 | 0 | 60 | 67 | 20 | 10 | 74 | 75 |
| Binary | 11010111 | 1110000 | 1100001 | 0 | 110000 | 110111 | 10000 | 1000 | 111100 | 111101 |
Color Harmonies of #D77061
Complementary color
Monochromatic Colors of #D77061
Black with #D77061
Text Example
Text Example
White with #D77061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77061; }
p { color: rgb(215,112,97); }
H1.HeaderClassName
{
color: #D77061;
}
.AnyTagClassName
{
color: #D77061;
}
</style>
background-color css
<style>
a { background-color: #D77061; }
a { background-color: rgb(215,112,97); }
div.DivClassName
{
background-color: #D77061;
}
.BgClassName
{
background-color: #D77061;
}
</style>
border-color css
<style>
span { border-color: #D77061; }
span { border-color: rgb(215,112,97); }
td.TdClassName
{
border-color: #D77061;
}
.TagClassName
{
border-color: #D77061;
}
</style>