Shades of Terra Cotta #D77667
Tints of Terra Cotta #D77667
RGB
CMYK
RGB Variations
Color information
#D77667 (or 0xD77667) is known color: Terra Cotta. HEX triplet: D7, 76 and 67. RGB value is (215,118,103). Sum of RGB (Red+Green+Blue) = 215+118+103=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D77667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77667 is #288998. Grayscale: #919191. Windows color (decimal): -2656665 or 6780631. OLE color: 6780631.
HSL color Cylindrical-coordinate representation of color #D77667: hue angle of 8.04º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D77667 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 103 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.16 |
| HSL | 8.04º | 0.58% | 0.62% | - |
| HSV(B) | 8.04º | 0.52% | 0.84% | - |
| XYZ | 36.95 | 28.38 | 16.36 | - |
| YUV | 145.29 | 104.14 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 103 | 0 | 0.45 | 0.52 | 0.16 | 8.04 | 0.58 | 0.62 |
| Hex | D7 | 76 | 67 | 0 | 2D | 34 | 10 | 8 | 3A | 3E |
| Octal | 327 | 166 | 147 | 0 | 55 | 64 | 20 | 10 | 72 | 76 |
| Binary | 11010111 | 1110110 | 1100111 | 0 | 101101 | 110100 | 10000 | 1000 | 111010 | 111110 |
Color Harmonies of #D77667
Complementary color
Monochromatic Colors of #D77667
Black with #D77667
Text Example
Text Example
White with #D77667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77667; }
p { color: rgb(215,118,103); }
H1.HeaderClassName
{
color: #D77667;
}
.AnyTagClassName
{
color: #D77667;
}
</style>
background-color css
<style>
a { background-color: #D77667; }
a { background-color: rgb(215,118,103); }
div.DivClassName
{
background-color: #D77667;
}
.BgClassName
{
background-color: #D77667;
}
</style>
border-color css
<style>
span { border-color: #D77667; }
span { border-color: rgb(215,118,103); }
td.TdClassName
{
border-color: #D77667;
}
.TagClassName
{
border-color: #D77667;
}
</style>