Shades of Terra Cotta #D77668
Tints of Terra Cotta #D77668
RGB
CMYK
RGB Variations
Color information
#D77668 (or 0xD77668) is known color: Terra Cotta. HEX triplet: D7, 76 and 68. RGB value is (215,118,104). Sum of RGB (Red+Green+Blue) = 215+118+104=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D77668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77668 is #288997. Grayscale: #919191. Windows color (decimal): -2656664 or 6846167. OLE color: 6846167.
HSL color Cylindrical-coordinate representation of color #D77668: hue angle of 7.57º 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 #D77668 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 104 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.16 |
| HSL | 7.57º | 0.58% | 0.63% | - |
| HSV(B) | 7.57º | 0.52% | 0.84% | - |
| XYZ | 37 | 28.4 | 16.63 | - |
| YUV | 145.41 | 104.64 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 104 | 0 | 0.45 | 0.52 | 0.16 | 7.57 | 0.58 | 0.63 |
| Hex | D7 | 76 | 68 | 0 | 2D | 34 | 10 | 8 | 3A | 3F |
| Octal | 327 | 166 | 150 | 0 | 55 | 64 | 20 | 10 | 72 | 77 |
| Binary | 11010111 | 1110110 | 1101000 | 0 | 101101 | 110100 | 10000 | 1000 | 111010 | 111111 |
Color Harmonies of #D77668
Complementary color
Monochromatic Colors of #D77668
Black with #D77668
Text Example
Text Example
White with #D77668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77668; }
p { color: rgb(215,118,104); }
H1.HeaderClassName
{
color: #D77668;
}
.AnyTagClassName
{
color: #D77668;
}
</style>
background-color css
<style>
a { background-color: #D77668; }
a { background-color: rgb(215,118,104); }
div.DivClassName
{
background-color: #D77668;
}
.BgClassName
{
background-color: #D77668;
}
</style>
border-color css
<style>
span { border-color: #D77668; }
span { border-color: rgb(215,118,104); }
td.TdClassName
{
border-color: #D77668;
}
.TagClassName
{
border-color: #D77668;
}
</style>