COLOR #FF7B7B

HEX: #FF7B7B
RGB: (255,123,123)

Color info

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

RGB color model

#FF7B7B color RGB value is (255,123,123).

  • red value is 255;
  • green value is 123;
  • blue value is 123.
RGB:
(255,123,123)
(100%,48%,48%)

RGB channels and saturation

R 255 of 255 = 100%
G 123 of 255 = 48%
B 123 of 255 = 48%

255
123
123

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

Portions of RGB colors in percentages

R + G + B =
255 + 123 + 123 = 501 (100%)
R 255 of 501 ~ 50.9%
G 123 of 501 ~ 24.55%
B 123 of 501 ~ 24.55%

%50.9
%24.55
%24.55

CMYK color model

#FF7B7B color CMYK value is (0,52,52,0).

  • cyan value is 0.00%
  • magenta value is 51.76%
  • yellow value is 51.76%
  • key color value is 0.00%
CMYK:
(0,52,52,0)
C0M52Y52K0 
(0%,52%,52%,0%)
(0.00/0.52/0.52/0.00)	

CMYK percentages

%0
%51.76
%51.76
%0

Codes

Color #FF7B7B in popluar color models

FF7B7B
RGB255123123
HSL100.00%74.12%
HSB/HSV51.76%100.00%
CMYK0.00%51.76%51.76%
0.00%

Color #FF7B7B in popluar number systems.

HEXFF7B7B
Decimal255123123
Binary1111111111110111111011
Octal377173173

Shades and tints

Shades of #FF7B7B

#FF7B7B
(255,123,123)
#E87070
(232,112,112)
#D16565
(209,101,101)
#BA5A5A
(186,90,90)
#A34F4F
(163,79,79)
#8C4444
(140,68,68)
#753939
(117,57,57)
#5E2E2E
(94,46,46)
#472323
(71,35,35)
#301818
(48,24,24)
#190D0D
(25,13,13)
#000000
(0,0,0)

Tints of #FF7B7B

#FF7B7B
(255,123,123)
#FF8787
(255,135,135)
#FF9393
(255,147,147)
#FF9F9F
(255,159,159)
#FFABAB
(255,171,171)
#FFB7B7
(255,183,183)
#FFC3C3
(255,195,195)
#FFCFCF
(255,207,207)
#FFDBDB
(255,219,219)
#FFE7E7
(255,231,231)
#FFF3F3
(255,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF7B7B; }

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

This text font color is #FF7B7B.


Background Color

.myBgColor { background-color: #FF7B7B; }

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

This div background color is #FF7B7B.


Border color

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

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

This div border color is #FF7B7B.


Opacity

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

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

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

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

This text has shadow with #FF7B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF7B7B on black background.


Color preview on white background

This text has color #FF7B7B on white background.



Black color preview on #FF7B7B background

This text has black color on #FF7B7B background.


White color preview on #FF7B7B background

This text has white color on #FF7B7B background.