COLOR #7F4066

HEX: #7F4066
RGB: (127,64,102)

Color info

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

RGB color model

#7F4066 color RGB value is (127,64,102).

  • red value is 127;
  • green value is 64;
  • blue value is 102.
RGB:
(127,64,102)
(50%,25%,40%)

RGB channels and saturation

R 127 of 255 = 50%
G 64 of 255 = 25%
B 102 of 255 = 40%

127
64
102

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

Portions of RGB colors in percentages

R + G + B =
127 + 64 + 102 = 293 (100%)
R 127 of 293 ~ 43.34%
G 64 of 293 ~ 21.84%
B 102 of 293 ~ 34.81%

%43.34
%21.84
%34.81

CMYK color model

#7F4066 color CMYK value is (0,50,20,50).

  • cyan value is 0.00%
  • magenta value is 49.61%
  • yellow value is 19.69%
  • key color value is 50.20%
CMYK:
(0,50,20,50)
C0M50Y20K50 
(0%,50%,20%,50%)
(0.00/0.50/0.20/0.50)	

CMYK percentages

%0
%49.61
%19.69
%50.2

Codes

Color #7F4066 in popluar color models

7F4066
RGB12764102
HSL324°32.98%37.45%
HSB/HSV324°49.61%49.80%
CMYK0.00%49.61%19.69%
50.20%

Color #7F4066 in popluar number systems.

HEX7F4066
Decimal12764102
Binary111111110000001100110
Octal177100146

Shades and tints

Shades of #7F4066

#7F4066
(127,64,102)
#743B5D
(116,59,93)
#693654
(105,54,84)
#5E314B
(94,49,75)
#532C42
(83,44,66)
#482739
(72,39,57)
#3D2230
(61,34,48)
#321D27
(50,29,39)
#27181E
(39,24,30)
#1C1315
(28,19,21)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #7F4066

#7F4066
(127,64,102)
#8A5173
(138,81,115)
#956280
(149,98,128)
#A0738D
(160,115,141)
#AB849A
(171,132,154)
#B695A7
(182,149,167)
#C1A6B4
(193,166,180)
#CCB7C1
(204,183,193)
#D7C8CE
(215,200,206)
#E2D9DB
(226,217,219)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4066; }

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

This text font color is #7F4066.


Background Color

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

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

This div background color is #7F4066.


Border color

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

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

This div border color is #7F4066.


Opacity

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

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

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

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

This text has shadow with #7F4066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4066 on black background.


Color preview on white background

This text has color #7F4066 on white background.



Black color preview on #7F4066 background

This text has black color on #7F4066 background.


White color preview on #7F4066 background

This text has white color on #7F4066 background.