COLOR #7C76AD

HEX: #7C76AD
RGB: (124,118,173)

Renk bilgisi

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

RGB renk modeli

#7C76AD color RGB value is (124,118,173).

  • kırmız ton 124;
  • yeşil ton 118;
  • mavi ton 173.
RGB:
(124,118,173)
(49%,46%,68%)

RGB bağlantıları ve doygunluk

R 124 of 255 = 49%
G 118 of 255 = 46%
B 173 of 255 = 68%

124
118
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
124 + 118 + 173 = 415 (100%)
R 124 of 415 ~ 29.88%
G 118 of 415 ~ 28.43%
B 173 of 415 ~ 41.69%

%29.88
%28.43
%41.69

CMYK RENK MODELİ

#7C76AD rengi CMYK tonu (28,32,0,32).

  • camgöbeği tonu 28.32%
  • eflatun tonu 31.79%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(28,32,0,32)
C28M32Y0K32 
(28%,32%,0%,32%)
(0.28/0.32/0.00/0.32)	

CMYK yüzdeleri

%28.32
%31.79
%0
%32.16

Codes

Color #7C76AD in popluar color models

7C76AD
RGB124118173
HSL247°25.11%57.06%
HSB/HSV247°31.79%67.84%
CMYK28.32%31.79%0.00%
32.16%

Color #7C76AD in popluar number systems.

HEX7C76AD
Decimal124118173
Binary1111100111011010101101
Octal174166255

Shades and tints

Shades of #7C76AD

#7C76AD
(124,118,173)
#716C9E
(113,108,158)
#66628F
(102,98,143)
#5B5880
(91,88,128)
#504E71
(80,78,113)
#454462
(69,68,98)
#3A3A53
(58,58,83)
#2F3044
(47,48,68)
#242635
(36,38,53)
#191C26
(25,28,38)
#0E1217
(14,18,23)
#000000
(0,0,0)

Tints of #7C76AD

#7C76AD
(124,118,173)
#8782B4
(135,130,180)
#928EBB
(146,142,187)
#9D9AC2
(157,154,194)
#A8A6C9
(168,166,201)
#B3B2D0
(179,178,208)
#BEBED7
(190,190,215)
#C9CADE
(201,202,222)
#D4D6E5
(212,214,229)
#DFE2EC
(223,226,236)
#EAEEF3
(234,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C76AD color. Also use rgb(124,118,173) instead hex code.

Text Font Color

.myTextColor { color: #7C76AD; }

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

This text font color is #7C76AD.


Background Color

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

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

This div background color is #7C76AD.


Border color

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

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

This div border color is #7C76AD.


Opacity

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

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

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

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

This text has shadow with #7C76AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C76AD on black background.


Color preview on white background

This text has color #7C76AD on white background.



Black color preview on #7C76AD background

This text has black color on #7C76AD background.


White color preview on #7C76AD background

This text has white color on #7C76AD background.