Shades of Terra Cotta #D77765
Tints of Terra Cotta #D77765
RGB
CMYK
RGB Variations
Color information
#D77765 (or 0xD77765) is known color: Terra Cotta. HEX triplet: D7, 77 and 65. RGB value is (215,119,101). Sum of RGB (Red+Green+Blue) = 215+119+101=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D77765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77765 is #28889A. Grayscale: #919191. Windows color (decimal): -2656411 or 6649815. OLE color: 6649815.
HSL color Cylindrical-coordinate representation of color #D77765: hue angle of 9.47º 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 #D77765 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 101 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.16 |
| HSL | 9.47º | 0.59% | 0.62% | - |
| HSV(B) | 9.47º | 0.53% | 0.84% | - |
| XYZ | 36.97 | 28.58 | 15.88 | - |
| YUV | 145.65 | 102.8 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 101 | 0 | 0.45 | 0.53 | 0.16 | 9.47 | 0.59 | 0.62 |
| Hex | D7 | 77 | 65 | 0 | 2D | 35 | 10 | 9 | 3B | 3E |
| Octal | 327 | 167 | 145 | 0 | 55 | 65 | 20 | 11 | 73 | 76 |
| Binary | 11010111 | 1110111 | 1100101 | 0 | 101101 | 110101 | 10000 | 1001 | 111011 | 111110 |
Color Harmonies of #D77765
Complementary color
Monochromatic Colors of #D77765
Black with #D77765
Text Example
Text Example
White with #D77765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77765; }
p { color: rgb(215,119,101); }
H1.HeaderClassName
{
color: #D77765;
}
.AnyTagClassName
{
color: #D77765;
}
</style>
background-color css
<style>
a { background-color: #D77765; }
a { background-color: rgb(215,119,101); }
div.DivClassName
{
background-color: #D77765;
}
.BgClassName
{
background-color: #D77765;
}
</style>
border-color css
<style>
span { border-color: #D77765; }
span { border-color: rgb(215,119,101); }
td.TdClassName
{
border-color: #D77765;
}
.TagClassName
{
border-color: #D77765;
}
</style>