Shades of Terra Cotta #D77568
Tints of Terra Cotta #D77568
RGB
CMYK
RGB Variations
Color information
#D77568 (or 0xD77568) is known color: Terra Cotta. HEX triplet: D7, 75 and 68. RGB value is (215,117,104). Sum of RGB (Red+Green+Blue) = 215+117+104=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D77568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77568 is #288A97. Grayscale: #909090. Windows color (decimal): -2656920 or 6845911. OLE color: 6845911.
HSL color Cylindrical-coordinate representation of color #D77568: hue angle of 7.03º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D77568 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 104 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.16 |
| HSL | 7.03º | 0.58% | 0.63% | - |
| HSV(B) | 7.03º | 0.52% | 0.84% | - |
| XYZ | 36.88 | 28.17 | 16.59 | - |
| YUV | 144.82 | 104.97 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 104 | 0 | 0.46 | 0.52 | 0.16 | 7.03 | 0.58 | 0.63 |
| Hex | D7 | 75 | 68 | 0 | 2E | 34 | 10 | 7 | 3A | 3F |
| Octal | 327 | 165 | 150 | 0 | 56 | 64 | 20 | 7 | 72 | 77 |
| Binary | 11010111 | 1110101 | 1101000 | 0 | 101110 | 110100 | 10000 | 111 | 111010 | 111111 |
Color Harmonies of #D77568
Complementary color
Monochromatic Colors of #D77568
Black with #D77568
Text Example
Text Example
White with #D77568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77568; }
p { color: rgb(215,117,104); }
H1.HeaderClassName
{
color: #D77568;
}
.AnyTagClassName
{
color: #D77568;
}
</style>
background-color css
<style>
a { background-color: #D77568; }
a { background-color: rgb(215,117,104); }
div.DivClassName
{
background-color: #D77568;
}
.BgClassName
{
background-color: #D77568;
}
</style>
border-color css
<style>
span { border-color: #D77568; }
span { border-color: rgb(215,117,104); }
td.TdClassName
{
border-color: #D77568;
}
.TagClassName
{
border-color: #D77568;
}
</style>