COLOR #7F495D

HEX: #7F495D
RGB: (127,73,93)

Color info

#7F495D contains red, green and blue colors in about the same proportion. Web safe color of #7F495D is #663366 (or #636).

RGB color model

#7F495D color RGB value is (127,73,93).

  • red value is 127;
  • green value is 73;
  • blue value is 93.
RGB:
(127,73,93)
(50%,29%,36%)

RGB channels and saturation

R 127 of 255 = 50%
G 73 of 255 = 29%
B 93 of 255 = 36%

127
73
93

R + G + B ~ 38%. #7F495D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 73 + 93 = 293 (100%)
R 127 of 293 ~ 43.34%
G 73 of 293 ~ 24.91%
B 93 of 293 ~ 31.74%

%43.34
%24.91
%31.74

CMYK color model

#7F495D color CMYK value is (0,43,27,50).

  • cyan value is 0.00%
  • magenta value is 42.52%
  • yellow value is 26.77%
  • key color value is 50.20%
CMYK:
(0,43,27,50)
C0M43Y27K50 
(0%,43%,27%,50%)
(0.00/0.43/0.27/0.50)	

CMYK percentages

%0
%42.52
%26.77
%50.2

Codes

Color #7F495D in popluar color models

7F495D
RGB1277393
HSL338°27.00%39.22%
HSB/HSV338°42.52%49.80%
CMYK0.00%42.52%26.77%
50.20%

Color #7F495D in popluar number systems.

HEX7F495D
Decimal1277393
Binary111111110010011011101
Octal177111135

Shades and tints

Shades of #7F495D

#7F495D
(127,73,93)
#744355
(116,67,85)
#693D4D
(105,61,77)
#5E3745
(94,55,69)
#53313D
(83,49,61)
#482B35
(72,43,53)
#3D252D
(61,37,45)
#321F25
(50,31,37)
#27191D
(39,25,29)
#1C1315
(28,19,21)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #7F495D

#7F495D
(127,73,93)
#8A596B
(138,89,107)
#956979
(149,105,121)
#A07987
(160,121,135)
#AB8995
(171,137,149)
#B699A3
(182,153,163)
#C1A9B1
(193,169,177)
#CCB9BF
(204,185,191)
#D7C9CD
(215,201,205)
#E2D9DB
(226,217,219)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F495D; }

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

This text font color is #7F495D.


Background Color

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

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

This div background color is #7F495D.


Border color

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

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

This div border color is #7F495D.


Opacity

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

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

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

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

This text has shadow with #7F495D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F495D on black background.


Color preview on white background

This text has color #7F495D on white background.



Black color preview on #7F495D background

This text has black color on #7F495D background.


White color preview on #7F495D background

This text has white color on #7F495D background.