#E77A5A

Color #E77A5A Terra Cotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Terra Cotta #E77A5A

Tints of Terra Cotta #E77A5A

Color information

#E77A5A (or 0xE77A5A) is unknown color: approx Terra Cotta. HEX triplet: E7, 7A and 5A. RGB value is (231,122,90). Sum of RGB (Red+Green+Blue) = 231+122+90=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77A5A is #1885A5. Grayscale: #979797. Windows color (decimal): -1607078 or 5929703. OLE color: 5929703.

HSL color Cylindrical-coordinate representation of color #E77A5A: hue angle of 13.62º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E77A5A is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB23112290-
CMYK00.470.610.09
HSL13.62º74.6%62.94%-
HSV(B)13.62º61.04%90.59%-
XYZ41.7631.6513.58-
YUV150.9493.61185.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 52.14%
GREEN value IS 122 (48.05% from 255) = 27.54%
BLUE value IS 90 (35.55% from 255) = 20.32%
R=52.14%
G=27.54%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311229000.470.610.0913.6274.662.94
HexE77A5A02F3D9e4b3f
Octal34717213205775111611377
Binary11100111111101010110100101111111101100111101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77A5A; }

 p { color: rgb(231,122,90); }

 H1.HeaderClassName
 {
   color: #E77A5A;
 }
 .AnyTagClassName
 {
   color: #E77A5A;
 }
</style>
background-color css

<style>
 a { background-color: #E77A5A; }

 a { background-color: rgb(231,122,90); }

 div.DivClassName
 {
   background-color: #E77A5A;
 }
 .BgClassName
 {
   background-color: #E77A5A;
 }
</style>
border-color css

<style>
 span { border-color: #E77A5A; }

 span { border-color: rgb(231,122,90); }

 td.TdClassName
 {
   border-color: #E77A5A;
 }
 .TagClassName
 {
   border-color: #E77A5A;
 }
</style>