#E77F5F

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

Shades of Terra Cotta #E77F5F

Tints of Terra Cotta #E77F5F

Color information

#E77F5F (or 0xE77F5F) is unknown color: approx Terra Cotta. HEX triplet: E7, 7F and 5F. RGB value is (231,127,95). Sum of RGB (Red+Green+Blue) = 231+127+95=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77F5F is #1880A0. Grayscale: #9A9A9A. Windows color (decimal): -1605793 or 6258663. OLE color: 6258663.

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

Color convert

RGB23112795-
CMYK00.450.590.09
HSL14.12º73.91%63.92%-
HSV(B)14.12º58.87%90.59%-
XYZ42.6132.9914.95-
YUV154.4594.46182.6-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.99%
GREEN value IS 127 (50% from 255) = 28.04%
BLUE value IS 95 (37.5% from 255) = 20.97%
R=50.99%
G=28.04%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311279500.450.590.0914.1273.9163.92
HexE77F5F02D3B9e4a40
Octal347177137055731116112100
Binary111001111111111101111101011011110111001111010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77F5F; }

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

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

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

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

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

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

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

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