Shades of Terra Cotta #D77662
Tints of Terra Cotta #D77662
RGB
CMYK
RGB Variations
Color information
#D77662 (or 0xD77662) is known color: Terra Cotta. HEX triplet: D7, 76 and 62. RGB value is (215,118,98). Sum of RGB (Red+Green+Blue) = 215+118+98=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D77662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77662 is #28899D. Grayscale: #909090. Windows color (decimal): -2656670 or 6452951. OLE color: 6452951.
HSL color Cylindrical-coordinate representation of color #D77662: hue angle of 10.26º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D77662 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 98 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.16 |
| HSL | 10.26º | 0.59% | 0.61% | - |
| HSV(B) | 10.26º | 0.54% | 0.84% | - |
| XYZ | 36.71 | 28.29 | 15.08 | - |
| YUV | 144.72 | 101.64 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 98 | 0 | 0.45 | 0.54 | 0.16 | 10.26 | 0.59 | 0.61 |
| Hex | D7 | 76 | 62 | 0 | 2D | 36 | 10 | A | 3B | 3D |
| Octal | 327 | 166 | 142 | 0 | 55 | 66 | 20 | 12 | 73 | 75 |
| Binary | 11010111 | 1110110 | 1100010 | 0 | 101101 | 110110 | 10000 | 1010 | 111011 | 111101 |
Color Harmonies of #D77662
Complementary color
Monochromatic Colors of #D77662
Black with #D77662
Text Example
Text Example
White with #D77662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77662; }
p { color: rgb(215,118,98); }
H1.HeaderClassName
{
color: #D77662;
}
.AnyTagClassName
{
color: #D77662;
}
</style>
background-color css
<style>
a { background-color: #D77662; }
a { background-color: rgb(215,118,98); }
div.DivClassName
{
background-color: #D77662;
}
.BgClassName
{
background-color: #D77662;
}
</style>
border-color css
<style>
span { border-color: #D77662; }
span { border-color: rgb(215,118,98); }
td.TdClassName
{
border-color: #D77662;
}
.TagClassName
{
border-color: #D77662;
}
</style>