COLOR #7F476A

HEX: #7F476A
RGB: (127,71,106)

Color info

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

RGB color model

#7F476A color RGB value is (127,71,106).

  • red value is 127;
  • green value is 71;
  • blue value is 106.
RGB:
(127,71,106)
(50%,28%,42%)

RGB channels and saturation

R 127 of 255 = 50%
G 71 of 255 = 28%
B 106 of 255 = 42%

127
71
106

R + G + B ~ 40%. #7F476A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
127 + 71 + 106 = 304 (100%)
R 127 of 304 ~ 41.78%
G 71 of 304 ~ 23.36%
B 106 of 304 ~ 34.87%

%41.78
%23.36
%34.87

CMYK color model

#7F476A color CMYK value is (0,44,17,50).

  • cyan value is 0.00%
  • magenta value is 44.09%
  • yellow value is 16.54%
  • key color value is 50.20%
CMYK:
(0,44,17,50)
C0M44Y17K50 
(0%,44%,17%,50%)
(0.00/0.44/0.17/0.50)	

CMYK percentages

%0
%44.09
%16.54
%50.2

Codes

Color #7F476A in popluar color models

7F476A
RGB12771106
HSL323°28.28%38.82%
HSB/HSV323°44.09%49.80%
CMYK0.00%44.09%16.54%
50.20%

Color #7F476A in popluar number systems.

HEX7F476A
Decimal12771106
Binary111111110001111101010
Octal177107152

Shades and tints

Shades of #7F476A

#7F476A
(127,71,106)
#744161
(116,65,97)
#693B58
(105,59,88)
#5E354F
(94,53,79)
#532F46
(83,47,70)
#48293D
(72,41,61)
#3D2334
(61,35,52)
#321D2B
(50,29,43)
#271722
(39,23,34)
#1C1119
(28,17,25)
#110B10
(17,11,16)
#000000
(0,0,0)

Tints of #7F476A

#7F476A
(127,71,106)
#8A5777
(138,87,119)
#956784
(149,103,132)
#A07791
(160,119,145)
#AB879E
(171,135,158)
#B697AB
(182,151,171)
#C1A7B8
(193,167,184)
#CCB7C5
(204,183,197)
#D7C7D2
(215,199,210)
#E2D7DF
(226,215,223)
#EDE7EC
(237,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F476A; }

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

This text font color is #7F476A.


Background Color

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

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

This div background color is #7F476A.


Border color

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

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

This div border color is #7F476A.


Opacity

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

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

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

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

This text has shadow with #7F476A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F476A on black background.


Color preview on white background

This text has color #7F476A on white background.



Black color preview on #7F476A background

This text has black color on #7F476A background.


White color preview on #7F476A background

This text has white color on #7F476A background.