COLOR #E77C77

HEX: #E77C77
RGB: (231,124,119)

Renk bilgisi

#E77C77 contains mainly red color. #E77C77 ‘ nin web güvenlik rengi #FF6666 (ya da #F66) dir.

RGB renk modeli

#E77C77 color RGB value is (231,124,119).

  • kırmız ton 231;
  • yeşil ton 124;
  • mavi ton 119.
RGB:
(231,124,119)
(91%,49%,47%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 124 of 255 = 49%
B 119 of 255 = 47%

231
124
119

R + G + B ~ 62%. #E77C77 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 124 + 119 = 474 (100%)
R 231 of 474 ~ 48.73%
G 124 of 474 ~ 26.16%
B 119 of 474 ~ 25.11%

%48.73
%26.16
%25.11

CMYK RENK MODELİ

#E77C77 rengi CMYK tonu (0,46,48,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.32%
  • sarı tonu 48.48%
  • ana renk tonu 9.41%
CMYK:
(0,46,48,9)
C0M46Y48K9 
(0%,46%,48%,9%)
(0.00/0.46/0.48/0.09)	

CMYK yüzdeleri

%0
%46.32
%48.48
%9.41

Codes

Color #E77C77 in popluar color models

E77C77
RGB231124119
HSL70.00%68.63%
HSB/HSV48.48%90.59%
CMYK0.00%46.32%48.48%
9.41%

Color #E77C77 in popluar number systems.

HEXE77C77
Decimal231124119
Binary1110011111111001110111
Octal347174167

Shades and tints

Shades of #E77C77

#E77C77
(231,124,119)
#D2716D
(210,113,109)
#BD6663
(189,102,99)
#A85B59
(168,91,89)
#93504F
(147,80,79)
#7E4545
(126,69,69)
#693A3B
(105,58,59)
#542F31
(84,47,49)
#3F2427
(63,36,39)
#2A191D
(42,25,29)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #E77C77

#E77C77
(231,124,119)
#E98783
(233,135,131)
#EB928F
(235,146,143)
#ED9D9B
(237,157,155)
#EFA8A7
(239,168,167)
#F1B3B3
(241,179,179)
#F3BEBF
(243,190,191)
#F5C9CB
(245,201,203)
#F7D4D7
(247,212,215)
#F9DFE3
(249,223,227)
#FBEAEF
(251,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E77C77 color. Also use rgb(231,124,119) instead hex code.

Text Font Color

.myTextColor { color: #E77C77; }

<p style="color:#E77C77">This sample text font color is #E77C77.</p>

This text font color is #E77C77.


Background Color

.myBgColor { background-color: #E77C77; }

<div style="background-color:#E77C77">Inner text</div>

This div background color is #E77C77.


Border color

.myBorderColor { border: 1px solid #E77C77; }

<div style="border:3px solid #E77C77">Div</div>

This div border color is #E77C77.


Opacity

.myOpacity80 { color: #E77C77; opacity: 0.8; }

<p style="color:#E77C77;opacity:0.8;">80%</p>

Text with #E77C77 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E77C77;}

<p style="text-shadow: 3px 3px 1px #E77C77">Text here.</p>

This text has shadow with #E77C77 color.

.textShadow {text-shadow: 3px 3px 1px #E77C77, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E77C77, 5px 5px 20px red">Text here.</p>

This text has shadow with #E77C77 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E77C77, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E77C77, Direction=45, Strength=4)">Text</p>

This text has shadow with #E77C77 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E77C77;
  -webkit-box-shadow:	1px 1px 3px 2px #E77C77;
  box-shadow:		1px 1px 3px 2px #E77C77;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E77C77;
-webkit-box-shadow: 1px 1px 3px 2px #E77C77;
box-shadow:1px 1px 3px 2px #E77C77;">
Div content here</div>
This div box has shadow with color #E77C77.

Preview

Color preview on black background

This text has color #E77C77 on black background.


Color preview on white background

This text has color #E77C77 on white background.



Black color preview on #E77C77 background

This text has black color on #E77C77 background.


White color preview on #E77C77 background

This text has white color on #E77C77 background.