COLOR #7D748A

HEX: #7D748A
RGB: (125,116,138)

Color info

#7D748A contains red, green and blue colors in about the same proportion. Web safe color of #7D748A is #666699 (or #669).

RGB color model

#7D748A color RGB value is (125,116,138).

  • red value is 125;
  • green value is 116;
  • blue value is 138.
RGB:
(125,116,138)
(49%,45%,54%)

RGB channels and saturation

R 125 of 255 = 49%
G 116 of 255 = 45%
B 138 of 255 = 54%

125
116
138

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

Portions of RGB colors in percentages

R + G + B =
125 + 116 + 138 = 379 (100%)
R 125 of 379 ~ 32.98%
G 116 of 379 ~ 30.61%
B 138 of 379 ~ 36.41%

%32.98
%30.61
%36.41

CMYK color model

#7D748A color CMYK value is (9,16,0,46).

  • cyan value is 9.42%
  • magenta value is 15.94%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(9,16,0,46)
C9M16Y0K46 
(9%,16%,0%,46%)
(0.09/0.16/0.00/0.46)	

CMYK percentages

%9.42
%15.94
%0
%45.88

Codes

Color #7D748A in popluar color models

7D748A
RGB125116138
HSL265°8.66%49.80%
HSB/HSV265°15.94%54.12%
CMYK9.42%15.94%0.00%
45.88%

Color #7D748A in popluar number systems.

HEX7D748A
Decimal125116138
Binary1111101111010010001010
Octal175164212

Shades and tints

Shades of #7D748A

#7D748A
(125,116,138)
#726A7E
(114,106,126)
#676072
(103,96,114)
#5C5666
(92,86,102)
#514C5A
(81,76,90)
#46424E
(70,66,78)
#3B3842
(59,56,66)
#302E36
(48,46,54)
#25242A
(37,36,42)
#1A1A1E
(26,26,30)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #7D748A

#7D748A
(125,116,138)
#888094
(136,128,148)
#938C9E
(147,140,158)
#9E98A8
(158,152,168)
#A9A4B2
(169,164,178)
#B4B0BC
(180,176,188)
#BFBCC6
(191,188,198)
#CAC8D0
(202,200,208)
#D5D4DA
(213,212,218)
#E0E0E4
(224,224,228)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D748A; }

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

This text font color is #7D748A.


Background Color

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

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

This div background color is #7D748A.


Border color

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

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

This div border color is #7D748A.


Opacity

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

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

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

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

This text has shadow with #7D748A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D748A on black background.


Color preview on white background

This text has color #7D748A on white background.



Black color preview on #7D748A background

This text has black color on #7D748A background.


White color preview on #7D748A background

This text has white color on #7D748A background.