Shades of Terra Cotta #D77164
Tints of Terra Cotta #D77164
RGB
CMYK
RGB Variations
Color information
#D77164 (or 0xD77164) is known color: Terra Cotta. HEX triplet: D7, 71 and 64. RGB value is (215,113,100). Sum of RGB (Red+Green+Blue) = 215+113+100=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D77164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77164 is #288E9B. Grayscale: #8E8E8E. Windows color (decimal): -2657948 or 6582743. OLE color: 6582743.
HSL color Cylindrical-coordinate representation of color #D77164: hue angle of 6.78º 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 #D77164 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 100 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.16 |
| HSL | 6.78º | 0.59% | 0.62% | - |
| HSV(B) | 6.78º | 0.53% | 0.84% | - |
| XYZ | 36.23 | 27.18 | 15.39 | - |
| YUV | 142.02 | 104.29 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 100 | 0 | 0.47 | 0.53 | 0.16 | 6.78 | 0.59 | 0.62 |
| Hex | D7 | 71 | 64 | 0 | 2F | 35 | 10 | 7 | 3B | 3E |
| Octal | 327 | 161 | 144 | 0 | 57 | 65 | 20 | 7 | 73 | 76 |
| Binary | 11010111 | 1110001 | 1100100 | 0 | 101111 | 110101 | 10000 | 111 | 111011 | 111110 |
Color Harmonies of #D77164
Complementary color
Monochromatic Colors of #D77164
Black with #D77164
Text Example
Text Example
White with #D77164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77164; }
p { color: rgb(215,113,100); }
H1.HeaderClassName
{
color: #D77164;
}
.AnyTagClassName
{
color: #D77164;
}
</style>
background-color css
<style>
a { background-color: #D77164; }
a { background-color: rgb(215,113,100); }
div.DivClassName
{
background-color: #D77164;
}
.BgClassName
{
background-color: #D77164;
}
</style>
border-color css
<style>
span { border-color: #D77164; }
span { border-color: rgb(215,113,100); }
td.TdClassName
{
border-color: #D77164;
}
.TagClassName
{
border-color: #D77164;
}
</style>