#E7755D

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

Shades of Terra Cotta #E7755D

Tints of Terra Cotta #E7755D

Color information

#E7755D (or 0xE7755D) is unknown color: approx Terra Cotta. HEX triplet: E7, 75 and 5D. RGB value is (231,117,93). Sum of RGB (Red+Green+Blue) = 231+117+93=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E7755D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7755D is #188AA2. Grayscale: #949494. Windows color (decimal): -1608355 or 6125031. OLE color: 6125031.

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

Color convert

RGB23111793-
CMYK00.490.600.09
HSL10.43º74.19%63.53%-
HSV(B)10.43º59.74%90.59%-
XYZ41.2930.514.07-
YUV148.3596.77186.95-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.38%
GREEN value IS 117 (46.09% from 255) = 26.53%
BLUE value IS 93 (36.72% from 255) = 21.09%
R=52.38%
G=26.53%
B=21.09%

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
Decimal2311179300.490.600.0910.4374.1963.53
HexE7755D0313C9a4a40
Octal347165135061741112112100
Binary111001111110101101110101100011111001001101010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7755D; }

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

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

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

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

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

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

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

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