COLOR #FF8D77

HEX: #FF8D77
RGB: (255,141,119)

Color info

#FF8D77 contains mainly red color. Web safe color of #FF8D77 is #FF9966 (or #F96).

RGB color model

#FF8D77 color RGB value is (255,141,119).

  • red value is 255;
  • green value is 141;
  • blue value is 119.
RGB:
(255,141,119)
(100%,55%,47%)

RGB channels and saturation

R 255 of 255 = 100%
G 141 of 255 = 55%
B 119 of 255 = 47%

255
141
119

R + G + B ~ 67%. #FF8D77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 141 + 119 = 515 (100%)
R 255 of 515 ~ 49.51%
G 141 of 515 ~ 27.38%
B 119 of 515 ~ 23.11%

%49.51
%27.38
%23.11

CMYK color model

#FF8D77 color CMYK value is (0,45,53,0).

  • cyan value is 0.00%
  • magenta value is 44.71%
  • yellow value is 53.33%
  • key color value is 0.00%
CMYK:
(0,45,53,0)
C0M45Y53K0 
(0%,45%,53%,0%)
(0.00/0.45/0.53/0.00)	

CMYK percentages

%0
%44.71
%53.33
%0

Codes

Color #FF8D77 in popluar color models

FF8D77
RGB255141119
HSL10°100.00%73.33%
HSB/HSV10°53.33%100.00%
CMYK0.00%44.71%53.33%
0.00%

Color #FF8D77 in popluar number systems.

HEXFF8D77
Decimal255141119
Binary11111111100011011110111
Octal377215167

Shades and tints

Shades of #FF8D77

#FF8D77
(255,141,119)
#E8816D
(232,129,109)
#D17563
(209,117,99)
#BA6959
(186,105,89)
#A35D4F
(163,93,79)
#8C5145
(140,81,69)
#75453B
(117,69,59)
#5E3931
(94,57,49)
#472D27
(71,45,39)
#30211D
(48,33,29)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #FF8D77

#FF8D77
(255,141,119)
#FF9783
(255,151,131)
#FFA18F
(255,161,143)
#FFAB9B
(255,171,155)
#FFB5A7
(255,181,167)
#FFBFB3
(255,191,179)
#FFC9BF
(255,201,191)
#FFD3CB
(255,211,203)
#FFDDD7
(255,221,215)
#FFE7E3
(255,231,227)
#FFF1EF
(255,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF8D77 color. Also use rgb(255,141,119) instead hex code.

Text Font Color

.myTextColor { color: #FF8D77; }

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

This text font color is #FF8D77.


Background Color

.myBgColor { background-color: #FF8D77; }

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

This div background color is #FF8D77.


Border color

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

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

This div border color is #FF8D77.


Opacity

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

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

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

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

This text has shadow with #FF8D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF8D77 on black background.


Color preview on white background

This text has color #FF8D77 on white background.



Black color preview on #FF8D77 background

This text has black color on #FF8D77 background.


White color preview on #FF8D77 background

This text has white color on #FF8D77 background.