COLOR #E77B78

HEX: #E77B78
RGB: (231,123,120)

Renk bilgisi

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

RGB renk modeli

#E77B78 color RGB value is (231,123,120).

  • kırmız ton 231;
  • yeşil ton 123;
  • mavi ton 120.
RGB:
(231,123,120)
(91%,48%,47%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 123 of 255 = 48%
B 120 of 255 = 47%

231
123
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 123 + 120 = 474 (100%)
R 231 of 474 ~ 48.73%
G 123 of 474 ~ 25.95%
B 120 of 474 ~ 25.32%

%48.73
%25.95
%25.32

CMYK RENK MODELİ

#E77B78 rengi CMYK tonu (0,47,48,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.75%
  • sarı tonu 48.05%
  • ana renk tonu 9.41%
CMYK:
(0,47,48,9)
C0M47Y48K9 
(0%,47%,48%,9%)
(0.00/0.47/0.48/0.09)	

CMYK yüzdeleri

%0
%46.75
%48.05
%9.41

Codes

Color #E77B78 in popluar color models

E77B78
RGB231123120
HSL69.81%68.82%
HSB/HSV48.05%90.59%
CMYK0.00%46.75%48.05%
9.41%

Color #E77B78 in popluar number systems.

HEXE77B78
Decimal231123120
Binary1110011111110111111000
Octal347173170

Shades and tints

Shades of #E77B78

#E77B78
(231,123,120)
#D2706E
(210,112,110)
#BD6564
(189,101,100)
#A85A5A
(168,90,90)
#934F50
(147,79,80)
#7E4446
(126,68,70)
#69393C
(105,57,60)
#542E32
(84,46,50)
#3F2328
(63,35,40)
#2A181E
(42,24,30)
#150D14
(21,13,20)
#000000
(0,0,0)

Tints of #E77B78

#E77B78
(231,123,120)
#E98784
(233,135,132)
#EB9390
(235,147,144)
#ED9F9C
(237,159,156)
#EFABA8
(239,171,168)
#F1B7B4
(241,183,180)
#F3C3C0
(243,195,192)
#F5CFCC
(245,207,204)
#F7DBD8
(247,219,216)
#F9E7E4
(249,231,228)
#FBF3F0
(251,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E77B78 color. Also use rgb(231,123,120) instead hex code.

Text Font Color

.myTextColor { color: #E77B78; }

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

This text font color is #E77B78.


Background Color

.myBgColor { background-color: #E77B78; }

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

This div background color is #E77B78.


Border color

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

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

This div border color is #E77B78.


Opacity

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

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

Text with #E77B78 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 #E77B78;}

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

This text has shadow with #E77B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E77B78 on black background.


Color preview on white background

This text has color #E77B78 on white background.



Black color preview on #E77B78 background

This text has black color on #E77B78 background.


White color preview on #E77B78 background

This text has white color on #E77B78 background.