COLOR #7D378B

HEX: #7D378B
RGB: (125,55,139)

Renk bilgisi

#7D378B contains mainly red and blue colors. #7D378B ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#7D378B color RGB value is (125,55,139).

  • kırmız ton 125;
  • yeşil ton 55;
  • mavi ton 139.
RGB:
(125,55,139)
(49%,22%,55%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 55 of 255 = 22%
B 139 of 255 = 55%

125
55
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 55 + 139 = 319 (100%)
R 125 of 319 ~ 39.18%
G 55 of 319 ~ 17.24%
B 139 of 319 ~ 43.57%

%39.18
%17.24
%43.57

CMYK RENK MODELİ

#7D378B rengi CMYK tonu (10,60,0,45).

  • camgöbeği tonu 10.07%
  • eflatun tonu 60.43%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(10,60,0,45)
C10M60Y0K45 
(10%,60%,0%,45%)
(0.10/0.60/0.00/0.45)	

CMYK yüzdeleri

%10.07
%60.43
%0
%45.49

Codes

Color #7D378B in popluar color models

7D378B
RGB12555139
HSL290°43.30%38.04%
HSB/HSV290°60.43%54.51%
CMYK10.07%60.43%0.00%
45.49%

Color #7D378B in popluar number systems.

HEX7D378B
Decimal12555139
Binary111110111011110001011
Octal17567213

Shades and tints

Shades of #7D378B

#7D378B
(125,55,139)
#72327F
(114,50,127)
#672D73
(103,45,115)
#5C2867
(92,40,103)
#51235B
(81,35,91)
#461E4F
(70,30,79)
#3B1943
(59,25,67)
#301437
(48,20,55)
#250F2B
(37,15,43)
#1A0A1F
(26,10,31)
#0F0513
(15,5,19)
#000000
(0,0,0)

Tints of #7D378B

#7D378B
(125,55,139)
#884995
(136,73,149)
#935B9F
(147,91,159)
#9E6DA9
(158,109,169)
#A97FB3
(169,127,179)
#B491BD
(180,145,189)
#BFA3C7
(191,163,199)
#CAB5D1
(202,181,209)
#D5C7DB
(213,199,219)
#E0D9E5
(224,217,229)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D378B color. Also use rgb(125,55,139) instead hex code.

Text Font Color

.myTextColor { color: #7D378B; }

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

This text font color is #7D378B.


Background Color

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

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

This div background color is #7D378B.


Border color

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

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

This div border color is #7D378B.


Opacity

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

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

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

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

This text has shadow with #7D378B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D378B on black background.


Color preview on white background

This text has color #7D378B on white background.



Black color preview on #7D378B background

This text has black color on #7D378B background.


White color preview on #7D378B background

This text has white color on #7D378B background.