Shades of Terra Cotta #D77867
Tints of Terra Cotta #D77867
RGB
CMYK
RGB Variations
Color information
#D77867 (or 0xD77867) is known color: Terra Cotta. HEX triplet: D7, 78 and 67. RGB value is (215,120,103). Sum of RGB (Red+Green+Blue) = 215+120+103=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D77867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77867 is #288798. Grayscale: #929292. Windows color (decimal): -2656153 or 6781143. OLE color: 6781143.
HSL color Cylindrical-coordinate representation of color #D77867: hue angle of 9.11º 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 #D77867 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 103 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.16 |
| HSL | 9.11º | 0.58% | 0.62% | - |
| HSV(B) | 9.11º | 0.52% | 0.84% | - |
| XYZ | 37.19 | 28.86 | 16.44 | - |
| YUV | 146.47 | 103.47 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 103 | 0 | 0.44 | 0.52 | 0.16 | 9.11 | 0.58 | 0.62 |
| Hex | D7 | 78 | 67 | 0 | 2C | 34 | 10 | 9 | 3A | 3E |
| Octal | 327 | 170 | 147 | 0 | 54 | 64 | 20 | 11 | 72 | 76 |
| Binary | 11010111 | 1111000 | 1100111 | 0 | 101100 | 110100 | 10000 | 1001 | 111010 | 111110 |
Color Harmonies of #D77867
Complementary color
Monochromatic Colors of #D77867
Black with #D77867
Text Example
Text Example
White with #D77867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77867; }
p { color: rgb(215,120,103); }
H1.HeaderClassName
{
color: #D77867;
}
.AnyTagClassName
{
color: #D77867;
}
</style>
background-color css
<style>
a { background-color: #D77867; }
a { background-color: rgb(215,120,103); }
div.DivClassName
{
background-color: #D77867;
}
.BgClassName
{
background-color: #D77867;
}
</style>
border-color css
<style>
span { border-color: #D77867; }
span { border-color: rgb(215,120,103); }
td.TdClassName
{
border-color: #D77867;
}
.TagClassName
{
border-color: #D77867;
}
</style>