Shades of Terra Cotta #D7705F
Tints of Terra Cotta #D7705F
RGB
CMYK
RGB Variations
Color information
#D7705F (or 0xD7705F) is known color: Terra Cotta. HEX triplet: D7, 70 and 5F. RGB value is (215,112,95). Sum of RGB (Red+Green+Blue) = 215+112+95=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D7705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7705F is #288FA0. Grayscale: #8D8D8D. Windows color (decimal): -2658209 or 6254807. OLE color: 6254807.
HSL color Cylindrical-coordinate representation of color #D7705F: hue angle of 8.5º 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 #D7705F is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 112 | 95 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.16 |
| HSL | 8.5º | 0.6% | 0.61% | - |
| HSV(B) | 8.5º | 0.56% | 0.84% | - |
| XYZ | 35.88 | 26.86 | 14.12 | - |
| YUV | 140.86 | 102.12 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 95 | 0 | 0.48 | 0.56 | 0.16 | 8.5 | 0.6 | 0.61 |
| Hex | D7 | 70 | 5F | 0 | 30 | 38 | 10 | 8 | 3C | 3D |
| Octal | 327 | 160 | 137 | 0 | 60 | 70 | 20 | 10 | 74 | 75 |
| Binary | 11010111 | 1110000 | 1011111 | 0 | 110000 | 111000 | 10000 | 1000 | 111100 | 111101 |
Color Harmonies of #D7705F
Complementary color
Monochromatic Colors of #D7705F
Black with #D7705F
Text Example
Text Example
White with #D7705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7705F; }
p { color: rgb(215,112,95); }
H1.HeaderClassName
{
color: #D7705F;
}
.AnyTagClassName
{
color: #D7705F;
}
</style>
background-color css
<style>
a { background-color: #D7705F; }
a { background-color: rgb(215,112,95); }
div.DivClassName
{
background-color: #D7705F;
}
.BgClassName
{
background-color: #D7705F;
}
</style>
border-color css
<style>
span { border-color: #D7705F; }
span { border-color: rgb(215,112,95); }
td.TdClassName
{
border-color: #D7705F;
}
.TagClassName
{
border-color: #D7705F;
}
</style>