COLOR #FF7976

HEX: #FF7976
RGB: (255,121,118)

Color info

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

RGB color model

#FF7976 color RGB value is (255,121,118).

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

RGB channels and saturation

R 255 of 255 = 100%
G 121 of 255 = 47%
B 118 of 255 = 46%

255
121
118

R + G + B ~ 64%. #FF7976 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 121 + 118 = 494 (100%)
R 255 of 494 ~ 51.62%
G 121 of 494 ~ 24.49%
B 118 of 494 ~ 23.89%

%51.62
%24.49
%23.89

CMYK color model

#FF7976 color CMYK value is (0,53,54,0).

  • cyan value is 0.00%
  • magenta value is 52.55%
  • yellow value is 53.73%
  • key color value is 0.00%
CMYK:
(0,53,54,0)
C0M53Y54K0 
(0%,53%,54%,0%)
(0.00/0.53/0.54/0.00)	

CMYK percentages

%0
%52.55
%53.73
%0

Codes

Color #FF7976 in popluar color models

FF7976
RGB255121118
HSL100.00%73.14%
HSB/HSV53.73%100.00%
CMYK0.00%52.55%53.73%
0.00%

Color #FF7976 in popluar number systems.

HEXFF7976
Decimal255121118
Binary1111111111110011110110
Octal377171166

Shades and tints

Shades of #FF7976

#FF7976
(255,121,118)
#E86E6C
(232,110,108)
#D16362
(209,99,98)
#BA5858
(186,88,88)
#A34D4E
(163,77,78)
#8C4244
(140,66,68)
#75373A
(117,55,58)
#5E2C30
(94,44,48)
#472126
(71,33,38)
#30161C
(48,22,28)
#190B12
(25,11,18)
#000000
(0,0,0)

Tints of #FF7976

#FF7976
(255,121,118)
#FF8582
(255,133,130)
#FF918E
(255,145,142)
#FF9D9A
(255,157,154)
#FFA9A6
(255,169,166)
#FFB5B2
(255,181,178)
#FFC1BE
(255,193,190)
#FFCDCA
(255,205,202)
#FFD9D6
(255,217,214)
#FFE5E2
(255,229,226)
#FFF1EE
(255,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF7976; }

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

This text font color is #FF7976.


Background Color

.myBgColor { background-color: #FF7976; }

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

This div background color is #FF7976.


Border color

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

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

This div border color is #FF7976.


Opacity

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

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

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

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

This text has shadow with #FF7976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF7976 on black background.


Color preview on white background

This text has color #FF7976 on white background.



Black color preview on #FF7976 background

This text has black color on #FF7976 background.


White color preview on #FF7976 background

This text has white color on #FF7976 background.