#E7765D

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

Shades of Terra Cotta #E7765D

Tints of Terra Cotta #E7765D

Color information

#E7765D (or 0xE7765D) is unknown color: approx Terra Cotta. HEX triplet: E7, 76 and 5D. RGB value is (231,118,93). Sum of RGB (Red+Green+Blue) = 231+118+93=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E7765D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7765D is #1889A2. Grayscale: #959595. Windows color (decimal): -1608099 or 6125287. OLE color: 6125287.

HSL color Cylindrical-coordinate representation of color #E7765D: hue angle of 10.87º 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 #E7765D is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB23111893-
CMYK00.490.600.09
HSL10.87º74.19%63.53%-
HSV(B)10.87º59.74%90.59%-
XYZ41.4130.7414.11-
YUV148.9496.44186.53-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.26%
GREEN value IS 118 (46.48% from 255) = 26.70%
BLUE value IS 93 (36.72% from 255) = 21.04%
R=52.26%
G=26.70%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311189300.490.600.0910.8774.1963.53
HexE7765D0313C9b4a40
Octal347166135061741113112100
Binary111001111110110101110101100011111001001101110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7765D; }

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

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

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

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

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

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

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

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