COLOR #7C6684

HEX: #7C6684
RGB: (124,102,132)

Renk bilgisi

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

RGB renk modeli

#7C6684 color RGB value is (124,102,132).

  • kırmız ton 124;
  • yeşil ton 102;
  • mavi ton 132.
RGB:
(124,102,132)
(49%,40%,52%)

RGB bağlantıları ve doygunluk

R 124 of 255 = 49%
G 102 of 255 = 40%
B 132 of 255 = 52%

124
102
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
124 + 102 + 132 = 358 (100%)
R 124 of 358 ~ 34.64%
G 102 of 358 ~ 28.49%
B 132 of 358 ~ 36.87%

%34.64
%28.49
%36.87

CMYK RENK MODELİ

#7C6684 rengi CMYK tonu (6,23,0,48).

  • camgöbeği tonu 6.06%
  • eflatun tonu 22.73%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(6,23,0,48)
C6M23Y0K48 
(6%,23%,0%,48%)
(0.06/0.23/0.00/0.48)	

CMYK yüzdeleri

%6.06
%22.73
%0
%48.24

Codes

Color #7C6684 in popluar color models

7C6684
RGB124102132
HSL284°12.82%45.88%
HSB/HSV284°22.73%51.76%
CMYK6.06%22.73%0.00%
48.24%

Color #7C6684 in popluar number systems.

HEX7C6684
Decimal124102132
Binary1111100110011010000100
Octal174146204

Shades and tints

Shades of #7C6684

#7C6684
(124,102,132)
#715D78
(113,93,120)
#66546C
(102,84,108)
#5B4B60
(91,75,96)
#504254
(80,66,84)
#453948
(69,57,72)
#3A303C
(58,48,60)
#2F2730
(47,39,48)
#241E24
(36,30,36)
#191518
(25,21,24)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #7C6684

#7C6684
(124,102,132)
#87738F
(135,115,143)
#92809A
(146,128,154)
#9D8DA5
(157,141,165)
#A89AB0
(168,154,176)
#B3A7BB
(179,167,187)
#BEB4C6
(190,180,198)
#C9C1D1
(201,193,209)
#D4CEDC
(212,206,220)
#DFDBE7
(223,219,231)
#EAE8F2
(234,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6684; }

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

This text font color is #7C6684.


Background Color

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

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

This div background color is #7C6684.


Border color

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

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

This div border color is #7C6684.


Opacity

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

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

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

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

This text has shadow with #7C6684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6684 on black background.


Color preview on white background

This text has color #7C6684 on white background.



Black color preview on #7C6684 background

This text has black color on #7C6684 background.


White color preview on #7C6684 background

This text has white color on #7C6684 background.