COLOR #ED7D77

HEX: #ED7D77
RGB: (237,125,119)

Renk bilgisi

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

RGB renk modeli

#ED7D77 color RGB value is (237,125,119).

  • kırmız ton 237;
  • yeşil ton 125;
  • mavi ton 119.
RGB:
(237,125,119)
(93%,49%,47%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 125 of 255 = 49%
B 119 of 255 = 47%

237
125
119

R + G + B ~ 63%. #ED7D77 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 125 + 119 = 481 (100%)
R 237 of 481 ~ 49.27%
G 125 of 481 ~ 25.99%
B 119 of 481 ~ 24.74%

%49.27
%25.99
%24.74

CMYK RENK MODELİ

#ED7D77 rengi CMYK tonu (0,47,50,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.26%
  • sarı tonu 49.79%
  • ana renk tonu 7.06%
CMYK:
(0,47,50,7)
C0M47Y50K7 
(0%,47%,50%,7%)
(0.00/0.47/0.50/0.07)	

CMYK yüzdeleri

%0
%47.26
%49.79
%7.06

Codes

Color #ED7D77 in popluar color models

ED7D77
RGB237125119
HSL76.62%69.80%
HSB/HSV49.79%92.94%
CMYK0.00%47.26%49.79%
7.06%

Color #ED7D77 in popluar number systems.

HEXED7D77
Decimal237125119
Binary1110110111111011110111
Octal355175167

Shades and tints

Shades of #ED7D77

#ED7D77
(237,125,119)
#D8726D
(216,114,109)
#C36763
(195,103,99)
#AE5C59
(174,92,89)
#99514F
(153,81,79)
#844645
(132,70,69)
#6F3B3B
(111,59,59)
#5A3031
(90,48,49)
#452527
(69,37,39)
#301A1D
(48,26,29)
#1B0F13
(27,15,19)
#000000
(0,0,0)

Tints of #ED7D77

#ED7D77
(237,125,119)
#EE8883
(238,136,131)
#EF938F
(239,147,143)
#F09E9B
(240,158,155)
#F1A9A7
(241,169,167)
#F2B4B3
(242,180,179)
#F3BFBF
(243,191,191)
#F4CACB
(244,202,203)
#F5D5D7
(245,213,215)
#F6E0E3
(246,224,227)
#F7EBEF
(247,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED7D77 color. Also use rgb(237,125,119) instead hex code.

Text Font Color

.myTextColor { color: #ED7D77; }

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

This text font color is #ED7D77.


Background Color

.myBgColor { background-color: #ED7D77; }

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

This div background color is #ED7D77.


Border color

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

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

This div border color is #ED7D77.


Opacity

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

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

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

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

This text has shadow with #ED7D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED7D77 on black background.


Color preview on white background

This text has color #ED7D77 on white background.



Black color preview on #ED7D77 background

This text has black color on #ED7D77 background.


White color preview on #ED7D77 background

This text has white color on #ED7D77 background.