COLOR #7D79A3

HEX: #7D79A3
RGB: (125,121,163)

Renk bilgisi

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

RGB renk modeli

#7D79A3 color RGB value is (125,121,163).

  • kırmız ton 125;
  • yeşil ton 121;
  • mavi ton 163.
RGB:
(125,121,163)
(49%,47%,64%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 121 of 255 = 47%
B 163 of 255 = 64%

125
121
163

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 121 + 163 = 409 (100%)
R 125 of 409 ~ 30.56%
G 121 of 409 ~ 29.58%
B 163 of 409 ~ 39.85%

%30.56
%29.58
%39.85

CMYK RENK MODELİ

#7D79A3 rengi CMYK tonu (23,26,0,36).

  • camgöbeği tonu 23.31%
  • eflatun tonu 25.77%
  • sarı tonu 0.00%
  • ana renk tonu 36.08%
CMYK:
(23,26,0,36)
C23M26Y0K36 
(23%,26%,0%,36%)
(0.23/0.26/0.00/0.36)	

CMYK yüzdeleri

%23.31
%25.77
%0
%36.08

Codes

Color #7D79A3 in popluar color models

7D79A3
RGB125121163
HSL246°18.58%55.69%
HSB/HSV246°25.77%63.92%
CMYK23.31%25.77%0.00%
36.08%

Color #7D79A3 in popluar number systems.

HEX7D79A3
Decimal125121163
Binary1111101111100110100011
Octal175171243

Shades and tints

Shades of #7D79A3

#7D79A3
(125,121,163)
#726E95
(114,110,149)
#676387
(103,99,135)
#5C5879
(92,88,121)
#514D6B
(81,77,107)
#46425D
(70,66,93)
#3B374F
(59,55,79)
#302C41
(48,44,65)
#252133
(37,33,51)
#1A1625
(26,22,37)
#0F0B17
(15,11,23)
#000000
(0,0,0)

Tints of #7D79A3

#7D79A3
(125,121,163)
#8885AB
(136,133,171)
#9391B3
(147,145,179)
#9E9DBB
(158,157,187)
#A9A9C3
(169,169,195)
#B4B5CB
(180,181,203)
#BFC1D3
(191,193,211)
#CACDDB
(202,205,219)
#D5D9E3
(213,217,227)
#E0E5EB
(224,229,235)
#EBF1F3
(235,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D79A3 color. Also use rgb(125,121,163) instead hex code.

Text Font Color

.myTextColor { color: #7D79A3; }

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

This text font color is #7D79A3.


Background Color

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

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

This div background color is #7D79A3.


Border color

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

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

This div border color is #7D79A3.


Opacity

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

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

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

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

This text has shadow with #7D79A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D79A3 on black background.


Color preview on white background

This text has color #7D79A3 on white background.



Black color preview on #7D79A3 background

This text has black color on #7D79A3 background.


White color preview on #7D79A3 background

This text has white color on #7D79A3 background.