COLOR #7C517D

HEX: #7C517D
RGB: (124,81,125)

Renk bilgisi

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

RGB renk modeli

#7C517D color RGB value is (124,81,125).

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

RGB bağlantıları ve doygunluk

R 124 of 255 = 49%
G 81 of 255 = 32%
B 125 of 255 = 49%

124
81
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
124 + 81 + 125 = 330 (100%)
R 124 of 330 ~ 37.58%
G 81 of 330 ~ 24.55%
B 125 of 330 ~ 37.88%

%37.58
%24.55
%37.88

CMYK RENK MODELİ

#7C517D rengi CMYK tonu (1,35,0,51).

  • camgöbeği tonu 0.80%
  • eflatun tonu 35.20%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(1,35,0,51)
C1M35Y0K51 
(1%,35%,0%,51%)
(0.01/0.35/0.00/0.51)	

CMYK yüzdeleri

%0.8
%35.2
%0
%50.98

Codes

Color #7C517D in popluar color models

7C517D
RGB12481125
HSL299°21.36%40.39%
HSB/HSV299°35.20%49.02%
CMYK0.80%35.20%0.00%
50.98%

Color #7C517D in popluar number systems.

HEX7C517D
Decimal12481125
Binary111110010100011111101
Octal174121175

Shades and tints

Shades of #7C517D

#7C517D
(124,81,125)
#714A72
(113,74,114)
#664367
(102,67,103)
#5B3C5C
(91,60,92)
#503551
(80,53,81)
#452E46
(69,46,70)
#3A273B
(58,39,59)
#2F2030
(47,32,48)
#241925
(36,25,37)
#19121A
(25,18,26)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #7C517D

#7C517D
(124,81,125)
#876088
(135,96,136)
#926F93
(146,111,147)
#9D7E9E
(157,126,158)
#A88DA9
(168,141,169)
#B39CB4
(179,156,180)
#BEABBF
(190,171,191)
#C9BACA
(201,186,202)
#D4C9D5
(212,201,213)
#DFD8E0
(223,216,224)
#EAE7EB
(234,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C517D; }

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

This text font color is #7C517D.


Background Color

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

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

This div background color is #7C517D.


Border color

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

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

This div border color is #7C517D.


Opacity

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

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

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

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

This text has shadow with #7C517D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C517D on black background.


Color preview on white background

This text has color #7C517D on white background.



Black color preview on #7C517D background

This text has black color on #7C517D background.


White color preview on #7C517D background

This text has white color on #7C517D background.