COLOR #7F507E

HEX: #7F507E
RGB: (127,80,126)

Renk bilgisi

#7F507E contains red, green and blue colors in about the same proportion. #7F507E ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#7F507E color RGB value is (127,80,126).

  • kırmız ton 127;
  • yeşil ton 80;
  • mavi ton 126.
RGB:
(127,80,126)
(50%,31%,49%)

RGB bağlantıları ve doygunluk

R 127 of 255 = 50%
G 80 of 255 = 31%
B 126 of 255 = 49%

127
80
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
127 + 80 + 126 = 333 (100%)
R 127 of 333 ~ 38.14%
G 80 of 333 ~ 24.02%
B 126 of 333 ~ 37.84%

%38.14
%24.02
%37.84

CMYK RENK MODELİ

#7F507E rengi CMYK tonu (0,37,1,50).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.01%
  • sarı tonu 0.79%
  • ana renk tonu 50.20%
CMYK:
(0,37,1,50)
C0M37Y1K50 
(0%,37%,1%,50%)
(0.00/0.37/0.01/0.50)	

CMYK yüzdeleri

%0
%37.01
%0.79
%50.2

Codes

Color #7F507E in popluar color models

7F507E
RGB12780126
HSL301°22.71%40.59%
HSB/HSV301°37.01%49.80%
CMYK0.00%37.01%0.79%
50.20%

Color #7F507E in popluar number systems.

HEX7F507E
Decimal12780126
Binary111111110100001111110
Octal177120176

Shades and tints

Shades of #7F507E

#7F507E
(127,80,126)
#744973
(116,73,115)
#694268
(105,66,104)
#5E3B5D
(94,59,93)
#533452
(83,52,82)
#482D47
(72,45,71)
#3D263C
(61,38,60)
#321F31
(50,31,49)
#271826
(39,24,38)
#1C111B
(28,17,27)
#110A10
(17,10,16)
#000000
(0,0,0)

Tints of #7F507E

#7F507E
(127,80,126)
#8A5F89
(138,95,137)
#956E94
(149,110,148)
#A07D9F
(160,125,159)
#AB8CAA
(171,140,170)
#B69BB5
(182,155,181)
#C1AAC0
(193,170,192)
#CCB9CB
(204,185,203)
#D7C8D6
(215,200,214)
#E2D7E1
(226,215,225)
#EDE6EC
(237,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F507E; }

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

This text font color is #7F507E.


Background Color

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

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

This div background color is #7F507E.


Border color

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

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

This div border color is #7F507E.


Opacity

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

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

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

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

This text has shadow with #7F507E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F507E on black background.


Color preview on white background

This text has color #7F507E on white background.



Black color preview on #7F507E background

This text has black color on #7F507E background.


White color preview on #7F507E background

This text has white color on #7F507E background.