Shades of Terra Cotta #D77263
Tints of Terra Cotta #D77263
RGB
CMYK
RGB Variations
Color information
#D77263 (or 0xD77263) is known color: Terra Cotta. HEX triplet: D7, 72 and 63. RGB value is (215,114,99). Sum of RGB (Red+Green+Blue) = 215+114+99=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 99 (39.06% from 255 or 23.13% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D77263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77263 is #288D9C. Grayscale: #8E8E8E. Windows color (decimal): -2657693 or 6517463. OLE color: 6517463.
HSL color Cylindrical-coordinate representation of color #D77263: hue angle of 7.76º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D77263 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 114 | 99 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.16 |
| HSL | 7.76º | 0.59% | 0.62% | - |
| HSV(B) | 7.76º | 0.54% | 0.84% | - |
| XYZ | 36.29 | 27.38 | 15.18 | - |
| YUV | 142.49 | 103.46 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 114 | 99 | 0 | 0.47 | 0.54 | 0.16 | 7.76 | 0.59 | 0.62 |
| Hex | D7 | 72 | 63 | 0 | 2F | 36 | 10 | 8 | 3B | 3E |
| Octal | 327 | 162 | 143 | 0 | 57 | 66 | 20 | 10 | 73 | 76 |
| Binary | 11010111 | 1110010 | 1100011 | 0 | 101111 | 110110 | 10000 | 1000 | 111011 | 111110 |
Color Harmonies of #D77263
Complementary color
Monochromatic Colors of #D77263
Black with #D77263
Text Example
Text Example
White with #D77263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77263; }
p { color: rgb(215,114,99); }
H1.HeaderClassName
{
color: #D77263;
}
.AnyTagClassName
{
color: #D77263;
}
</style>
background-color css
<style>
a { background-color: #D77263; }
a { background-color: rgb(215,114,99); }
div.DivClassName
{
background-color: #D77263;
}
.BgClassName
{
background-color: #D77263;
}
</style>
border-color css
<style>
span { border-color: #D77263; }
span { border-color: rgb(215,114,99); }
td.TdClassName
{
border-color: #D77263;
}
.TagClassName
{
border-color: #D77263;
}
</style>