COLOR #F77757

HEX: #F77757
RGB: (247,119,87)

Color info

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

RGB color model

#F77757 color RGB value is (247,119,87).

  • red value is 247;
  • green value is 119;
  • blue value is 87.
RGB:
(247,119,87)
(97%,47%,34%)

RGB channels and saturation

R 247 of 255 = 97%
G 119 of 255 = 47%
B 87 of 255 = 34%

247
119
87

R + G + B ~ 59%. #F77757 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
247 + 119 + 87 = 453 (100%)
R 247 of 453 ~ 54.53%
G 119 of 453 ~ 26.27%
B 87 of 453 ~ 19.21%

%54.53
%26.27
%19.21

CMYK color model

#F77757 color CMYK value is (0,52,65,3).

  • cyan value is 0.00%
  • magenta value is 51.82%
  • yellow value is 64.78%
  • key color value is 3.14%
CMYK:
(0,52,65,3)
C0M52Y65K3 
(0%,52%,65%,3%)
(0.00/0.52/0.65/0.03)	

CMYK percentages

%0
%51.82
%64.78
%3.14

Codes

Color #F77757 in popluar color models

F77757
RGB24711987
HSL12°90.91%65.49%
HSB/HSV12°64.78%96.86%
CMYK0.00%51.82%64.78%
3.14%

Color #F77757 in popluar number systems.

HEXF77757
Decimal24711987
Binary1111011111101111010111
Octal367167127

Shades and tints

Shades of #F77757

#F77757
(247,119,87)
#E16D50
(225,109,80)
#CB6349
(203,99,73)
#B55942
(181,89,66)
#9F4F3B
(159,79,59)
#894534
(137,69,52)
#733B2D
(115,59,45)
#5D3126
(93,49,38)
#47271F
(71,39,31)
#311D18
(49,29,24)
#1B1311
(27,19,17)
#000000
(0,0,0)

Tints of #F77757

#F77757
(247,119,87)
#F78366
(247,131,102)
#F78F75
(247,143,117)
#F79B84
(247,155,132)
#F7A793
(247,167,147)
#F7B3A2
(247,179,162)
#F7BFB1
(247,191,177)
#F7CBC0
(247,203,192)
#F7D7CF
(247,215,207)
#F7E3DE
(247,227,222)
#F7EFED
(247,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F77757 color. Also use rgb(247,119,87) instead hex code.

Text Font Color

.myTextColor { color: #F77757; }

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

This text font color is #F77757.


Background Color

.myBgColor { background-color: #F77757; }

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

This div background color is #F77757.


Border color

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

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

This div border color is #F77757.


Opacity

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

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

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

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

This text has shadow with #F77757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F77757 on black background.


Color preview on white background

This text has color #F77757 on white background.



Black color preview on #F77757 background

This text has black color on #F77757 background.


White color preview on #F77757 background

This text has white color on #F77757 background.