COLOR #7D6788

HEX: #7D6788
RGB: (125,103,136)

Renk bilgisi

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

RGB renk modeli

#7D6788 color RGB value is (125,103,136).

  • kırmız ton 125;
  • yeşil ton 103;
  • mavi ton 136.
RGB:
(125,103,136)
(49%,40%,53%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 103 of 255 = 40%
B 136 of 255 = 53%

125
103
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 103 + 136 = 364 (100%)
R 125 of 364 ~ 34.34%
G 103 of 364 ~ 28.3%
B 136 of 364 ~ 37.36%

%34.34
%28.3
%37.36

CMYK RENK MODELİ

#7D6788 rengi CMYK tonu (8,24,0,47).

  • camgöbeği tonu 8.09%
  • eflatun tonu 24.26%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(8,24,0,47)
C8M24Y0K47 
(8%,24%,0%,47%)
(0.08/0.24/0.00/0.47)	

CMYK yüzdeleri

%8.09
%24.26
%0
%46.67

Codes

Color #7D6788 in popluar color models

7D6788
RGB125103136
HSL280°13.81%46.86%
HSB/HSV280°24.26%53.33%
CMYK8.09%24.26%0.00%
46.67%

Color #7D6788 in popluar number systems.

HEX7D6788
Decimal125103136
Binary1111101110011110001000
Octal175147210

Shades and tints

Shades of #7D6788

#7D6788
(125,103,136)
#725E7C
(114,94,124)
#675570
(103,85,112)
#5C4C64
(92,76,100)
#514358
(81,67,88)
#463A4C
(70,58,76)
#3B3140
(59,49,64)
#302834
(48,40,52)
#251F28
(37,31,40)
#1A161C
(26,22,28)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #7D6788

#7D6788
(125,103,136)
#887492
(136,116,146)
#93819C
(147,129,156)
#9E8EA6
(158,142,166)
#A99BB0
(169,155,176)
#B4A8BA
(180,168,186)
#BFB5C4
(191,181,196)
#CAC2CE
(202,194,206)
#D5CFD8
(213,207,216)
#E0DCE2
(224,220,226)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6788 color. Also use rgb(125,103,136) instead hex code.

Text Font Color

.myTextColor { color: #7D6788; }

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

This text font color is #7D6788.


Background Color

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

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

This div background color is #7D6788.


Border color

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

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

This div border color is #7D6788.


Opacity

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

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

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

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

This text has shadow with #7D6788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6788 on black background.


Color preview on white background

This text has color #7D6788 on white background.



Black color preview on #7D6788 background

This text has black color on #7D6788 background.


White color preview on #7D6788 background

This text has white color on #7D6788 background.