COLOR #7D748B

HEX: #7D748B
RGB: (125,116,139)

Renk bilgisi

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

RGB renk modeli

#7D748B color RGB value is (125,116,139).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 116 of 255 = 45%
B 139 of 255 = 55%

125
116
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 116 + 139 = 380 (100%)
R 125 of 380 ~ 32.89%
G 116 of 380 ~ 30.53%
B 139 of 380 ~ 36.58%

%32.89
%30.53
%36.58

CMYK RENK MODELİ

#7D748B rengi CMYK tonu (10,17,0,45).

  • camgöbeği tonu 10.07%
  • eflatun tonu 16.55%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(10,17,0,45)
C10M17Y0K45 
(10%,17%,0%,45%)
(0.10/0.17/0.00/0.45)	

CMYK yüzdeleri

%10.07
%16.55
%0
%45.49

Codes

Color #7D748B in popluar color models

7D748B
RGB125116139
HSL263°9.02%50.00%
HSB/HSV263°16.55%54.51%
CMYK10.07%16.55%0.00%
45.49%

Color #7D748B in popluar number systems.

HEX7D748B
Decimal125116139
Binary1111101111010010001011
Octal175164213

Shades and tints

Shades of #7D748B

#7D748B
(125,116,139)
#726A7F
(114,106,127)
#676073
(103,96,115)
#5C5667
(92,86,103)
#514C5B
(81,76,91)
#46424F
(70,66,79)
#3B3843
(59,56,67)
#302E37
(48,46,55)
#25242B
(37,36,43)
#1A1A1F
(26,26,31)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #7D748B

#7D748B
(125,116,139)
#888095
(136,128,149)
#938C9F
(147,140,159)
#9E98A9
(158,152,169)
#A9A4B3
(169,164,179)
#B4B0BD
(180,176,189)
#BFBCC7
(191,188,199)
#CAC8D1
(202,200,209)
#D5D4DB
(213,212,219)
#E0E0E5
(224,224,229)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D748B; }

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

This text font color is #7D748B.


Background Color

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

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

This div background color is #7D748B.


Border color

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

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

This div border color is #7D748B.


Opacity

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

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

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

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

This text has shadow with #7D748B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D748B on black background.


Color preview on white background

This text has color #7D748B on white background.



Black color preview on #7D748B background

This text has black color on #7D748B background.


White color preview on #7D748B background

This text has white color on #7D748B background.