COLOR #7F5454

HEX: #7F5454
RGB: (127,84,84)

Color info

#7F5454 contains red, green and blue colors in about the same proportion. Web safe color of #7F5454 is #666666 (or #666).

RGB color model

#7F5454 color RGB value is (127,84,84).

  • red value is 127;
  • green value is 84;
  • blue value is 84.
RGB:
(127,84,84)
(50%,33%,33%)

RGB channels and saturation

R 127 of 255 = 50%
G 84 of 255 = 33%
B 84 of 255 = 33%

127
84
84

R + G + B ~ 39%. #7F5454 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 84 + 84 = 295 (100%)
R 127 of 295 ~ 43.05%
G 84 of 295 ~ 28.47%
B 84 of 295 ~ 28.47%

%43.05
%28.47
%28.47

CMYK color model

#7F5454 color CMYK value is (0,34,34,50).

  • cyan value is 0.00%
  • magenta value is 33.86%
  • yellow value is 33.86%
  • key color value is 50.20%
CMYK:
(0,34,34,50)
C0M34Y34K50 
(0%,34%,34%,50%)
(0.00/0.34/0.34/0.50)	

CMYK percentages

%0
%33.86
%33.86
%50.2

Codes

Color #7F5454 in popluar color models

7F5454
RGB1278484
HSL20.38%41.37%
HSB/HSV33.86%49.80%
CMYK0.00%33.86%33.86%
50.20%

Color #7F5454 in popluar number systems.

HEX7F5454
Decimal1278484
Binary111111110101001010100
Octal177124124

Shades and tints

Shades of #7F5454

#7F5454
(127,84,84)
#744D4D
(116,77,77)
#694646
(105,70,70)
#5E3F3F
(94,63,63)
#533838
(83,56,56)
#483131
(72,49,49)
#3D2A2A
(61,42,42)
#322323
(50,35,35)
#271C1C
(39,28,28)
#1C1515
(28,21,21)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #7F5454

#7F5454
(127,84,84)
#8A6363
(138,99,99)
#957272
(149,114,114)
#A08181
(160,129,129)
#AB9090
(171,144,144)
#B69F9F
(182,159,159)
#C1AEAE
(193,174,174)
#CCBDBD
(204,189,189)
#D7CCCC
(215,204,204)
#E2DBDB
(226,219,219)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5454 color. Also use rgb(127,84,84) instead hex code.

Text Font Color

.myTextColor { color: #7F5454; }

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

This text font color is #7F5454.


Background Color

.myBgColor { background-color: #7F5454; }

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

This div background color is #7F5454.


Border color

.myBorderColor { border: 1px solid #7F5454; }

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

This div border color is #7F5454.


Opacity

.myOpacity80 { color: #7F5454; opacity: 0.8; }

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

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

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

This text has shadow with #7F5454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5454 on black background.


Color preview on white background

This text has color #7F5454 on white background.



Black color preview on #7F5454 background

This text has black color on #7F5454 background.


White color preview on #7F5454 background

This text has white color on #7F5454 background.