COLOR #EF776D

HEX: #EF776D
RGB: (239,119,109)

Color info

#EF776D contains mainly red color. Web safe color of #EF776D is #FF6666 (or #F66).

RGB color model

#EF776D color RGB value is (239,119,109).

  • red value is 239;
  • green value is 119;
  • blue value is 109.
RGB:
(239,119,109)
(94%,47%,43%)

RGB channels and saturation

R 239 of 255 = 94%
G 119 of 255 = 47%
B 109 of 255 = 43%

239
119
109

R + G + B ~ 61%. #EF776D is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 119 + 109 = 467 (100%)
R 239 of 467 ~ 51.18%
G 119 of 467 ~ 25.48%
B 109 of 467 ~ 23.34%

%51.18
%25.48
%23.34

CMYK color model

#EF776D color CMYK value is (0,50,54,6).

  • cyan value is 0.00%
  • magenta value is 50.21%
  • yellow value is 54.39%
  • key color value is 6.27%
CMYK:
(0,50,54,6)
C0M50Y54K6 
(0%,50%,54%,6%)
(0.00/0.50/0.54/0.06)	

CMYK percentages

%0
%50.21
%54.39
%6.27

Codes

Color #EF776D in popluar color models

EF776D
RGB239119109
HSL80.25%68.24%
HSB/HSV54.39%93.73%
CMYK0.00%50.21%54.39%
6.27%

Color #EF776D in popluar number systems.

HEXEF776D
Decimal239119109
Binary1110111111101111101101
Octal357167155

Shades and tints

Shades of #EF776D

#EF776D
(239,119,109)
#DA6D64
(218,109,100)
#C5635B
(197,99,91)
#B05952
(176,89,82)
#9B4F49
(155,79,73)
#864540
(134,69,64)
#713B37
(113,59,55)
#5C312E
(92,49,46)
#472725
(71,39,37)
#321D1C
(50,29,28)
#1D1313
(29,19,19)
#000000
(0,0,0)

Tints of #EF776D

#EF776D
(239,119,109)
#F0837A
(240,131,122)
#F18F87
(241,143,135)
#F29B94
(242,155,148)
#F3A7A1
(243,167,161)
#F4B3AE
(244,179,174)
#F5BFBB
(245,191,187)
#F6CBC8
(246,203,200)
#F7D7D5
(247,215,213)
#F8E3E2
(248,227,226)
#F9EFEF
(249,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF776D color. Also use rgb(239,119,109) instead hex code.

Text Font Color

.myTextColor { color: #EF776D; }

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

This text font color is #EF776D.


Background Color

.myBgColor { background-color: #EF776D; }

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

This div background color is #EF776D.


Border color

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

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

This div border color is #EF776D.


Opacity

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

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

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

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

This text has shadow with #EF776D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF776D on black background.


Color preview on white background

This text has color #EF776D on white background.



Black color preview on #EF776D background

This text has black color on #EF776D background.


White color preview on #EF776D background

This text has white color on #EF776D background.