COLOR #7D748F

HEX: #7D748F
RGB: (125,116,143)

Renk bilgisi

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

RGB renk modeli

#7D748F color RGB value is (125,116,143).

  • kırmız ton 125;
  • yeşil ton 116;
  • mavi ton 143.
RGB:
(125,116,143)
(49%,45%,56%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 116 of 255 = 45%
B 143 of 255 = 56%

125
116
143

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 116 + 143 = 384 (100%)
R 125 of 384 ~ 32.55%
G 116 of 384 ~ 30.21%
B 143 of 384 ~ 37.24%

%32.55
%30.21
%37.24

CMYK RENK MODELİ

#7D748F rengi CMYK tonu (13,19,0,44).

  • camgöbeği tonu 12.59%
  • eflatun tonu 18.88%
  • sarı tonu 0.00%
  • ana renk tonu 43.92%
CMYK:
(13,19,0,44)
C13M19Y0K44 
(13%,19%,0%,44%)
(0.13/0.19/0.00/0.44)	

CMYK yüzdeleri

%12.59
%18.88
%0
%43.92

Codes

Color #7D748F in popluar color models

7D748F
RGB125116143
HSL260°10.76%50.78%
HSB/HSV260°18.88%56.08%
CMYK12.59%18.88%0.00%
43.92%

Color #7D748F in popluar number systems.

HEX7D748F
Decimal125116143
Binary1111101111010010001111
Octal175164217

Shades and tints

Shades of #7D748F

#7D748F
(125,116,143)
#726A82
(114,106,130)
#676075
(103,96,117)
#5C5668
(92,86,104)
#514C5B
(81,76,91)
#46424E
(70,66,78)
#3B3841
(59,56,65)
#302E34
(48,46,52)
#252427
(37,36,39)
#1A1A1A
(26,26,26)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #7D748F

#7D748F
(125,116,143)
#888099
(136,128,153)
#938CA3
(147,140,163)
#9E98AD
(158,152,173)
#A9A4B7
(169,164,183)
#B4B0C1
(180,176,193)
#BFBCCB
(191,188,203)
#CAC8D5
(202,200,213)
#D5D4DF
(213,212,223)
#E0E0E9
(224,224,233)
#EBECF3
(235,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D748F color. Also use rgb(125,116,143) instead hex code.

Text Font Color

.myTextColor { color: #7D748F; }

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

This text font color is #7D748F.


Background Color

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

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

This div background color is #7D748F.


Border color

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

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

This div border color is #7D748F.


Opacity

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

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

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

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

This text has shadow with #7D748F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D748F on black background.


Color preview on white background

This text has color #7D748F on white background.



Black color preview on #7D748F background

This text has black color on #7D748F background.


White color preview on #7D748F background

This text has white color on #7D748F background.