Shades of Terra Cotta #D77664
Tints of Terra Cotta #D77664
RGB
CMYK
RGB Variations
Color information
#D77664 (or 0xD77664) is known color: Terra Cotta. HEX triplet: D7, 76 and 64. RGB value is (215,118,100). Sum of RGB (Red+Green+Blue) = 215+118+100=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D77664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77664 is #28899B. Grayscale: #919191. Windows color (decimal): -2656668 or 6584023. OLE color: 6584023.
HSL color Cylindrical-coordinate representation of color #D77664: hue angle of 9.39º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D77664 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 100 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.16 |
| HSL | 9.39º | 0.59% | 0.62% | - |
| HSV(B) | 9.39º | 0.53% | 0.84% | - |
| XYZ | 36.8 | 28.32 | 15.58 | - |
| YUV | 144.95 | 102.64 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 100 | 0 | 0.45 | 0.53 | 0.16 | 9.39 | 0.59 | 0.62 |
| Hex | D7 | 76 | 64 | 0 | 2D | 35 | 10 | 9 | 3B | 3E |
| Octal | 327 | 166 | 144 | 0 | 55 | 65 | 20 | 11 | 73 | 76 |
| Binary | 11010111 | 1110110 | 1100100 | 0 | 101101 | 110101 | 10000 | 1001 | 111011 | 111110 |
Color Harmonies of #D77664
Complementary color
Monochromatic Colors of #D77664
Black with #D77664
Text Example
Text Example
White with #D77664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77664; }
p { color: rgb(215,118,100); }
H1.HeaderClassName
{
color: #D77664;
}
.AnyTagClassName
{
color: #D77664;
}
</style>
background-color css
<style>
a { background-color: #D77664; }
a { background-color: rgb(215,118,100); }
div.DivClassName
{
background-color: #D77664;
}
.BgClassName
{
background-color: #D77664;
}
</style>
border-color css
<style>
span { border-color: #D77664; }
span { border-color: rgb(215,118,100); }
td.TdClassName
{
border-color: #D77664;
}
.TagClassName
{
border-color: #D77664;
}
</style>