COLOR #7F427F

HEX: #7F427F
RGB: (127,66,127)

Renk bilgisi

#7F427F contains mainly red and blue colors. #7F427F ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#7F427F color RGB value is (127,66,127).

  • kırmız ton 127;
  • yeşil ton 66;
  • mavi ton 127.
RGB:
(127,66,127)
(50%,26%,50%)

RGB bağlantıları ve doygunluk

R 127 of 255 = 50%
G 66 of 255 = 26%
B 127 of 255 = 50%

127
66
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
127 + 66 + 127 = 320 (100%)
R 127 of 320 ~ 39.69%
G 66 of 320 ~ 20.63%
B 127 of 320 ~ 39.69%

%39.69
%20.63
%39.69

CMYK RENK MODELİ

#7F427F rengi CMYK tonu (0,48,0,50).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.03%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(0,48,0,50)
C0M48Y0K50 
(0%,48%,0%,50%)
(0.00/0.48/0.00/0.50)	

CMYK yüzdeleri

%0
%48.03
%0
%50.2

Codes

Color #7F427F in popluar color models

7F427F
RGB12766127
HSL300°31.61%37.84%
HSB/HSV300°48.03%49.80%
CMYK0.00%48.03%0.00%
50.20%

Color #7F427F in popluar number systems.

HEX7F427F
Decimal12766127
Binary111111110000101111111
Octal177102177

Shades and tints

Shades of #7F427F

#7F427F
(127,66,127)
#743C74
(116,60,116)
#693669
(105,54,105)
#5E305E
(94,48,94)
#532A53
(83,42,83)
#482448
(72,36,72)
#3D1E3D
(61,30,61)
#321832
(50,24,50)
#271227
(39,18,39)
#1C0C1C
(28,12,28)
#110611
(17,6,17)
#000000
(0,0,0)

Tints of #7F427F

#7F427F
(127,66,127)
#8A538A
(138,83,138)
#956495
(149,100,149)
#A075A0
(160,117,160)
#AB86AB
(171,134,171)
#B697B6
(182,151,182)
#C1A8C1
(193,168,193)
#CCB9CC
(204,185,204)
#D7CAD7
(215,202,215)
#E2DBE2
(226,219,226)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F427F; }

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

This text font color is #7F427F.


Background Color

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

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

This div background color is #7F427F.


Border color

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

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

This div border color is #7F427F.


Opacity

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

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

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

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

This text has shadow with #7F427F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F427F on black background.


Color preview on white background

This text has color #7F427F on white background.



Black color preview on #7F427F background

This text has black color on #7F427F background.


White color preview on #7F427F background

This text has white color on #7F427F background.