COLOR #7C71A7

HEX: #7C71A7
RGB: (124,113,167)

Renk bilgisi

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

RGB renk modeli

#7C71A7 color RGB value is (124,113,167).

  • kırmız ton 124;
  • yeşil ton 113;
  • mavi ton 167.
RGB:
(124,113,167)
(49%,44%,65%)

RGB bağlantıları ve doygunluk

R 124 of 255 = 49%
G 113 of 255 = 44%
B 167 of 255 = 65%

124
113
167

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

Yüzdelerle RGB renk parçaları

R + G + B =
124 + 113 + 167 = 404 (100%)
R 124 of 404 ~ 30.69%
G 113 of 404 ~ 27.97%
B 167 of 404 ~ 41.34%

%30.69
%27.97
%41.34

CMYK RENK MODELİ

#7C71A7 rengi CMYK tonu (26,32,0,35).

  • camgöbeği tonu 25.75%
  • eflatun tonu 32.34%
  • sarı tonu 0.00%
  • ana renk tonu 34.51%
CMYK:
(26,32,0,35)
C26M32Y0K35 
(26%,32%,0%,35%)
(0.26/0.32/0.00/0.35)	

CMYK yüzdeleri

%25.75
%32.34
%0
%34.51

Codes

Color #7C71A7 in popluar color models

7C71A7
RGB124113167
HSL252°23.48%54.90%
HSB/HSV252°32.34%65.49%
CMYK25.75%32.34%0.00%
34.51%

Color #7C71A7 in popluar number systems.

HEX7C71A7
Decimal124113167
Binary1111100111000110100111
Octal174161247

Shades and tints

Shades of #7C71A7

#7C71A7
(124,113,167)
#716798
(113,103,152)
#665D89
(102,93,137)
#5B537A
(91,83,122)
#50496B
(80,73,107)
#453F5C
(69,63,92)
#3A354D
(58,53,77)
#2F2B3E
(47,43,62)
#24212F
(36,33,47)
#191720
(25,23,32)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #7C71A7

#7C71A7
(124,113,167)
#877DAF
(135,125,175)
#9289B7
(146,137,183)
#9D95BF
(157,149,191)
#A8A1C7
(168,161,199)
#B3ADCF
(179,173,207)
#BEB9D7
(190,185,215)
#C9C5DF
(201,197,223)
#D4D1E7
(212,209,231)
#DFDDEF
(223,221,239)
#EAE9F7
(234,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C71A7 color. Also use rgb(124,113,167) instead hex code.

Text Font Color

.myTextColor { color: #7C71A7; }

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

This text font color is #7C71A7.


Background Color

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

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

This div background color is #7C71A7.


Border color

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

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

This div border color is #7C71A7.


Opacity

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

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

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

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

This text has shadow with #7C71A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C71A7 on black background.


Color preview on white background

This text has color #7C71A7 on white background.



Black color preview on #7C71A7 background

This text has black color on #7C71A7 background.


White color preview on #7C71A7 background

This text has white color on #7C71A7 background.