COLOR #7F414F

HEX: #7F414F
RGB: (127,65,79)

Color info

#7F414F contains mainly red and blue colors. Web safe color of #7F414F is #663366 (or #636).

RGB color model

#7F414F color RGB value is (127,65,79).

  • red value is 127;
  • green value is 65;
  • blue value is 79.
RGB:
(127,65,79)
(50%,25%,31%)

RGB channels and saturation

R 127 of 255 = 50%
G 65 of 255 = 25%
B 79 of 255 = 31%

127
65
79

R + G + B ~ 35%. #7F414F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 65 + 79 = 271 (100%)
R 127 of 271 ~ 46.86%
G 65 of 271 ~ 23.99%
B 79 of 271 ~ 29.15%

%46.86
%23.99
%29.15

CMYK color model

#7F414F color CMYK value is (0,49,38,50).

  • cyan value is 0.00%
  • magenta value is 48.82%
  • yellow value is 37.80%
  • key color value is 50.20%
CMYK:
(0,49,38,50)
C0M49Y38K50 
(0%,49%,38%,50%)
(0.00/0.49/0.38/0.50)	

CMYK percentages

%0
%48.82
%37.8
%50.2

Codes

Color #7F414F in popluar color models

7F414F
RGB1276579
HSL346°32.29%37.65%
HSB/HSV346°48.82%49.80%
CMYK0.00%48.82%37.80%
50.20%

Color #7F414F in popluar number systems.

HEX7F414F
Decimal1276579
Binary111111110000011001111
Octal177101117

Shades and tints

Shades of #7F414F

#7F414F
(127,65,79)
#743C48
(116,60,72)
#693741
(105,55,65)
#5E323A
(94,50,58)
#532D33
(83,45,51)
#48282C
(72,40,44)
#3D2325
(61,35,37)
#321E1E
(50,30,30)
#271917
(39,25,23)
#1C1410
(28,20,16)
#110F09
(17,15,9)
#000000
(0,0,0)

Tints of #7F414F

#7F414F
(127,65,79)
#8A525F
(138,82,95)
#95636F
(149,99,111)
#A0747F
(160,116,127)
#AB858F
(171,133,143)
#B6969F
(182,150,159)
#C1A7AF
(193,167,175)
#CCB8BF
(204,184,191)
#D7C9CF
(215,201,207)
#E2DADF
(226,218,223)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F414F; }

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

This text font color is #7F414F.


Background Color

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

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

This div background color is #7F414F.


Border color

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

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

This div border color is #7F414F.


Opacity

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

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

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

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

This text has shadow with #7F414F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F414F on black background.


Color preview on white background

This text has color #7F414F on white background.



Black color preview on #7F414F background

This text has black color on #7F414F background.


White color preview on #7F414F background

This text has white color on #7F414F background.