COLOR #7C7CA6

HEX: #7C7CA6
RGB: (124,124,166)

Renk bilgisi

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

RGB renk modeli

#7C7CA6 color RGB value is (124,124,166).

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

RGB bağlantıları ve doygunluk

R 124 of 255 = 49%
G 124 of 255 = 49%
B 166 of 255 = 65%

124
124
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
124 + 124 + 166 = 414 (100%)
R 124 of 414 ~ 29.95%
G 124 of 414 ~ 29.95%
B 166 of 414 ~ 40.1%

%29.95
%29.95
%40.1

CMYK RENK MODELİ

#7C7CA6 rengi CMYK tonu (25,25,0,35).

  • camgöbeği tonu 25.30%
  • eflatun tonu 25.30%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(25,25,0,35)
C25M25Y0K35 
(25%,25%,0%,35%)
(0.25/0.25/0.00/0.35)	

CMYK yüzdeleri

%25.3
%25.3
%0
%34.9

Codes

Color #7C7CA6 in popluar color models

7C7CA6
RGB124124166
HSL240°19.09%56.86%
HSB/HSV240°25.30%65.10%
CMYK25.30%25.30%0.00%
34.90%

Color #7C7CA6 in popluar number systems.

HEX7C7CA6
Decimal124124166
Binary1111100111110010100110
Octal174174246

Shades and tints

Shades of #7C7CA6

#7C7CA6
(124,124,166)
#717197
(113,113,151)
#666688
(102,102,136)
#5B5B79
(91,91,121)
#50506A
(80,80,106)
#45455B
(69,69,91)
#3A3A4C
(58,58,76)
#2F2F3D
(47,47,61)
#24242E
(36,36,46)
#19191F
(25,25,31)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #7C7CA6

#7C7CA6
(124,124,166)
#8787AE
(135,135,174)
#9292B6
(146,146,182)
#9D9DBE
(157,157,190)
#A8A8C6
(168,168,198)
#B3B3CE
(179,179,206)
#BEBED6
(190,190,214)
#C9C9DE
(201,201,222)
#D4D4E6
(212,212,230)
#DFDFEE
(223,223,238)
#EAEAF6
(234,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7CA6; }

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

This text font color is #7C7CA6.


Background Color

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

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

This div background color is #7C7CA6.


Border color

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

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

This div border color is #7C7CA6.


Opacity

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

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

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

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

This text has shadow with #7C7CA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7CA6 on black background.


Color preview on white background

This text has color #7C7CA6 on white background.



Black color preview on #7C7CA6 background

This text has black color on #7C7CA6 background.


White color preview on #7C7CA6 background

This text has white color on #7C7CA6 background.