COLOR #7D7789

HEX: #7D7789
RGB: (125,119,137)

Renk bilgisi

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

RGB renk modeli

#7D7789 color RGB value is (125,119,137).

  • kırmız ton 125;
  • yeşil ton 119;
  • mavi ton 137.
RGB:
(125,119,137)
(49%,47%,54%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 119 of 255 = 47%
B 137 of 255 = 54%

125
119
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 119 + 137 = 381 (100%)
R 125 of 381 ~ 32.81%
G 119 of 381 ~ 31.23%
B 137 of 381 ~ 35.96%

%32.81
%31.23
%35.96

CMYK RENK MODELİ

#7D7789 rengi CMYK tonu (9,13,0,46).

  • camgöbeği tonu 8.76%
  • eflatun tonu 13.14%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(9,13,0,46)
C9M13Y0K46 
(9%,13%,0%,46%)
(0.09/0.13/0.00/0.46)	

CMYK yüzdeleri

%8.76
%13.14
%0
%46.27

Codes

Color #7D7789 in popluar color models

7D7789
RGB125119137
HSL260°7.09%50.20%
HSB/HSV260°13.14%53.73%
CMYK8.76%13.14%0.00%
46.27%

Color #7D7789 in popluar number systems.

HEX7D7789
Decimal125119137
Binary1111101111011110001001
Octal175167211

Shades and tints

Shades of #7D7789

#7D7789
(125,119,137)
#726D7D
(114,109,125)
#676371
(103,99,113)
#5C5965
(92,89,101)
#514F59
(81,79,89)
#46454D
(70,69,77)
#3B3B41
(59,59,65)
#303135
(48,49,53)
#252729
(37,39,41)
#1A1D1D
(26,29,29)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #7D7789

#7D7789
(125,119,137)
#888393
(136,131,147)
#938F9D
(147,143,157)
#9E9BA7
(158,155,167)
#A9A7B1
(169,167,177)
#B4B3BB
(180,179,187)
#BFBFC5
(191,191,197)
#CACBCF
(202,203,207)
#D5D7D9
(213,215,217)
#E0E3E3
(224,227,227)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7789 color. Also use rgb(125,119,137) instead hex code.

Text Font Color

.myTextColor { color: #7D7789; }

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

This text font color is #7D7789.


Background Color

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

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

This div background color is #7D7789.


Border color

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

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

This div border color is #7D7789.


Opacity

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

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

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

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

This text has shadow with #7D7789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7789 on black background.


Color preview on white background

This text has color #7D7789 on white background.



Black color preview on #7D7789 background

This text has black color on #7D7789 background.


White color preview on #7D7789 background

This text has white color on #7D7789 background.