Shades of Terra Cotta #D76E5E
Tints of Terra Cotta #D76E5E
RGB
CMYK
RGB Variations
Color information
#D76E5E (or 0xD76E5E) is known color: Terra Cotta. HEX triplet: D7, 6E and 5E. RGB value is (215,110,94). Sum of RGB (Red+Green+Blue) = 215+110+94=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76E5E is #2891A1. Grayscale: #8B8B8B. Windows color (decimal): -2658722 or 6188759. OLE color: 6188759.
HSL color Cylindrical-coordinate representation of color #D76E5E: hue angle of 7.93º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D76E5E is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 110 | 94 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.16 |
| HSL | 7.93º | 0.6% | 0.61% | - |
| HSV(B) | 7.93º | 0.56% | 0.84% | - |
| XYZ | 35.62 | 26.41 | 13.81 | - |
| YUV | 139.57 | 102.29 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 94 | 0 | 0.49 | 0.56 | 0.16 | 7.93 | 0.6 | 0.61 |
| Hex | D7 | 6E | 5E | 0 | 31 | 38 | 10 | 8 | 3C | 3D |
| Octal | 327 | 156 | 136 | 0 | 61 | 70 | 20 | 10 | 74 | 75 |
| Binary | 11010111 | 1101110 | 1011110 | 0 | 110001 | 111000 | 10000 | 1000 | 111100 | 111101 |
Color Harmonies of #D76E5E
Complementary color
Monochromatic Colors of #D76E5E
Black with #D76E5E
Text Example
Text Example
White with #D76E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76E5E; }
p { color: rgb(215,110,94); }
H1.HeaderClassName
{
color: #D76E5E;
}
.AnyTagClassName
{
color: #D76E5E;
}
</style>
background-color css
<style>
a { background-color: #D76E5E; }
a { background-color: rgb(215,110,94); }
div.DivClassName
{
background-color: #D76E5E;
}
.BgClassName
{
background-color: #D76E5E;
}
</style>
border-color css
<style>
span { border-color: #D76E5E; }
span { border-color: rgb(215,110,94); }
td.TdClassName
{
border-color: #D76E5E;
}
.TagClassName
{
border-color: #D76E5E;
}
</style>