Shades of Terra Cotta #D77567
Tints of Terra Cotta #D77567
RGB
CMYK
RGB Variations
Color information
#D77567 (or 0xD77567) is known color: Terra Cotta. HEX triplet: D7, 75 and 67. RGB value is (215,117,103). Sum of RGB (Red+Green+Blue) = 215+117+103=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D77567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77567 is #288A98. Grayscale: #909090. Windows color (decimal): -2656921 or 6780375. OLE color: 6780375.
HSL color Cylindrical-coordinate representation of color #D77567: hue angle of 7.5º 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 #D77567 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 103 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.16 |
| HSL | 7.5º | 0.58% | 0.62% | - |
| HSV(B) | 7.5º | 0.52% | 0.84% | - |
| XYZ | 36.83 | 28.15 | 16.32 | - |
| YUV | 144.71 | 104.47 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 103 | 0 | 0.46 | 0.52 | 0.16 | 7.5 | 0.58 | 0.62 |
| Hex | D7 | 75 | 67 | 0 | 2E | 34 | 10 | 8 | 3A | 3E |
| Octal | 327 | 165 | 147 | 0 | 56 | 64 | 20 | 10 | 72 | 76 |
| Binary | 11010111 | 1110101 | 1100111 | 0 | 101110 | 110100 | 10000 | 1000 | 111010 | 111110 |
Color Harmonies of #D77567
Complementary color
Monochromatic Colors of #D77567
Black with #D77567
Text Example
Text Example
White with #D77567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77567; }
p { color: rgb(215,117,103); }
H1.HeaderClassName
{
color: #D77567;
}
.AnyTagClassName
{
color: #D77567;
}
</style>
background-color css
<style>
a { background-color: #D77567; }
a { background-color: rgb(215,117,103); }
div.DivClassName
{
background-color: #D77567;
}
.BgClassName
{
background-color: #D77567;
}
</style>
border-color css
<style>
span { border-color: #D77567; }
span { border-color: rgb(215,117,103); }
td.TdClassName
{
border-color: #D77567;
}
.TagClassName
{
border-color: #D77567;
}
</style>