#E77F5D

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

Shades of Terra Cotta #E77F5D

Tints of Terra Cotta #E77F5D

Color information

#E77F5D (or 0xE77F5D) is unknown color: approx Terra Cotta. HEX triplet: E7, 7F and 5D. RGB value is (231,127,93). Sum of RGB (Red+Green+Blue) = 231+127+93=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77F5D is #1880A2. Grayscale: #9A9A9A. Windows color (decimal): -1605795 or 6127591. OLE color: 6127591.

HSL color Cylindrical-coordinate representation of color #E77F5D: hue angle of 14.78º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E77F5D is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB23112793-
CMYK00.450.600.09
HSL14.78º74.19%63.53%-
HSV(B)14.78º59.74%90.59%-
XYZ42.5232.9614.48-
YUV154.2293.46182.76-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.22%
GREEN value IS 127 (50% from 255) = 28.16%
BLUE value IS 93 (36.72% from 255) = 20.62%
R=51.22%
G=28.16%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311279300.450.600.0914.7874.1963.53
HexE77F5D02D3C9f4a40
Octal347177135055741117112100
Binary111001111111111101110101011011111001001111110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77F5D; }

 p { color: rgb(231,127,93); }

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

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

 a { background-color: rgb(231,127,93); }

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

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

 span { border-color: rgb(231,127,93); }

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