COLOR #FF7879

HEX: #FF7879
RGB: (255,120,121)

Color info

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

RGB color model

#FF7879 color RGB value is (255,120,121).

  • red value is 255;
  • green value is 120;
  • blue value is 121.
RGB:
(255,120,121)
(100%,47%,47%)

RGB channels and saturation

R 255 of 255 = 100%
G 120 of 255 = 47%
B 121 of 255 = 47%

255
120
121

R + G + B ~ 65%. #FF7879 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 120 + 121 = 496 (100%)
R 255 of 496 ~ 51.41%
G 120 of 496 ~ 24.19%
B 121 of 496 ~ 24.4%

%51.41
%24.19
%24.4

CMYK color model

#FF7879 color CMYK value is (0,53,53,0).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 52.55%
  • key color value is 0.00%
CMYK:
(0,53,53,0)
C0M53Y53K0 
(0%,53%,53%,0%)
(0.00/0.53/0.53/0.00)	

CMYK percentages

%0
%52.94
%52.55
%0

Codes

Color #FF7879 in popluar color models

FF7879
RGB255120121
HSL360°100.00%73.53%
HSB/HSV360°52.94%100.00%
CMYK0.00%52.94%52.55%
0.00%

Color #FF7879 in popluar number systems.

HEXFF7879
Decimal255120121
Binary1111111111110001111001
Octal377170171

Shades and tints

Shades of #FF7879

#FF7879
(255,120,121)
#E86E6E
(232,110,110)
#D16463
(209,100,99)
#BA5A58
(186,90,88)
#A3504D
(163,80,77)
#8C4642
(140,70,66)
#753C37
(117,60,55)
#5E322C
(94,50,44)
#472821
(71,40,33)
#301E16
(48,30,22)
#19140B
(25,20,11)
#000000
(0,0,0)

Tints of #FF7879

#FF7879
(255,120,121)
#FF8485
(255,132,133)
#FF9091
(255,144,145)
#FF9C9D
(255,156,157)
#FFA8A9
(255,168,169)
#FFB4B5
(255,180,181)
#FFC0C1
(255,192,193)
#FFCCCD
(255,204,205)
#FFD8D9
(255,216,217)
#FFE4E5
(255,228,229)
#FFF0F1
(255,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF7879 color. Also use rgb(255,120,121) instead hex code.

Text Font Color

.myTextColor { color: #FF7879; }

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

This text font color is #FF7879.


Background Color

.myBgColor { background-color: #FF7879; }

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

This div background color is #FF7879.


Border color

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

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

This div border color is #FF7879.


Opacity

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

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

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

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

This text has shadow with #FF7879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF7879 on black background.


Color preview on white background

This text has color #FF7879 on white background.



Black color preview on #FF7879 background

This text has black color on #FF7879 background.


White color preview on #FF7879 background

This text has white color on #FF7879 background.