Shades of Terra Cotta #F07763
Tints of Terra Cotta #F07763
RGB
CMYK
RGB Variations
Color information
#F07763 (or 0xF07763) is known color: Terra Cotta. HEX triplet: F0, 77 and 63. RGB value is (240,119,99). Sum of RGB (Red+Green+Blue) = 240+119+99=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F07763 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07763 is #0F889C. Grayscale: #999999. Windows color (decimal): -1018013 or 6518768. OLE color: 6518768.
HSL color Cylindrical-coordinate representation of color #F07763: hue angle of 8.51º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F07763 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 99 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.06 |
| HSL | 8.51º | 0.82% | 0.66% | - |
| HSV(B) | 8.51º | 0.59% | 0.94% | - |
| XYZ | 44.78 | 32.62 | 15.74 | - |
| YUV | 152.9 | 97.59 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 99 | 0 | 0.50 | 0.59 | 0.06 | 8.51 | 0.82 | 0.66 |
| Hex | F0 | 77 | 63 | 0 | 32 | 3B | 6 | 9 | 52 | 42 |
| Octal | 360 | 167 | 143 | 0 | 62 | 73 | 6 | 11 | 122 | 102 |
| Binary | 11110000 | 1110111 | 1100011 | 0 | 110010 | 111011 | 110 | 1001 | 1010010 | 1000010 |
Color Harmonies of #F07763
Complementary color
Monochromatic Colors of #F07763
Black with #F07763
Text Example
Text Example
White with #F07763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07763; }
p { color: rgb(240,119,99); }
H1.HeaderClassName
{
color: #F07763;
}
.AnyTagClassName
{
color: #F07763;
}
</style>
background-color css
<style>
a { background-color: #F07763; }
a { background-color: rgb(240,119,99); }
div.DivClassName
{
background-color: #F07763;
}
.BgClassName
{
background-color: #F07763;
}
</style>
border-color css
<style>
span { border-color: #F07763; }
span { border-color: rgb(240,119,99); }
td.TdClassName
{
border-color: #F07763;
}
.TagClassName
{
border-color: #F07763;
}
</style>