#E7775D

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

Shades of Terra Cotta #E7775D

Tints of Terra Cotta #E7775D

Color information

#E7775D (or 0xE7775D) is unknown color: approx Terra Cotta. HEX triplet: E7, 77 and 5D. RGB value is (231,119,93). Sum of RGB (Red+Green+Blue) = 231+119+93=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E7775D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7775D is #1888A2. Grayscale: #959595. Windows color (decimal): -1607843 or 6125543. OLE color: 6125543.

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

Color convert

RGB23111993-
CMYK00.480.600.09
HSL11.3º74.19%63.53%-
HSV(B)11.3º59.74%90.59%-
XYZ41.5330.9714.15-
YUV149.5296.11186.11-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.14%
GREEN value IS 119 (46.88% from 255) = 26.86%
BLUE value IS 93 (36.72% from 255) = 20.99%
R=52.14%
G=26.86%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311199300.480.600.0911.374.1963.53
HexE7775D0303C9b4a40
Octal347167135060741113112100
Binary111001111110111101110101100001111001001101110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7775D; }

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

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

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

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

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

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

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

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