COLOR #7D545A

HEX: #7D545A RGB: (125,84,90)

Color info

#7D545A contains red, green and blue colors in about the same proportion. Web safe color of #7D545A is #666666 (or #666).

RGB color model

#7D545A color RGB value is (125,84,90).

RGB: (125,84,90) (49%, 33%, 35%)

RGB channels and saturation

R 125 of 255 = 49%
G 84 of 255 = 33%
B 90 of 255 = 35%

125
84
90

R + G + B ~ 39%. #7D545A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 125 + 84 + 90 = 299 (100%)
R 125 of 299 ~ 41.81%
G 84 of 299 ~ 28.09%
B 90 of 299 ~ 30.1'%

%41.81
%28.09
%30.1

CMYK color model

#7D545A color CMYK value is (0,33,28,51).

  • cyan value is 0.00%
  • magenta value is 32.80%
  • yellow value is 28.00%
  • key color value is 50.98%

CMYK: (0,33,28,51)
C0M33Y28K51 (0%, 33%, 28%, 51%)
(0.00 / 0.33 / 0.28 / 0.51)

CMYK percentages

%0
%32.8
%28
%50.98

Codes

Color #7D545A in popluar color models

7D 54 5A
RGB 125 84 90
HSL 351° 19.62% 40.98%
HSB/HSV 351° 32.80% 49.02%
CMYK 0.00% 32.80% 28.00%
50.98%

Color #7D545A in popluar number systems.

HEX 7D 54 5A
Decimal 125 84 90
Binary 1111101 1010100 1011010
Octal 175 124 132

Shades and tints

Shades of #7D545A

#7D545A
(125,84,90)
#724D52
(114,77,82)
#67464A
(103,70,74)
#5C3F42
(92,63,66)
#51383A
(81,56,58)
#463132
(70,49,50)
#3B2A2A
(59,42,42)
#302322
(48,35,34)
#251C1A
(37,28,26)
#1A1512
(26,21,18)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #7D545A

#7D545A
(125,84,90)
#886369
(136,99,105)
#937278
(147,114,120)
#9E8187
(158,129,135)
#A99096
(169,144,150)
#B49FA5
(180,159,165)
#BFAEB4
(191,174,180)
#CABDC3
(202,189,195)
#D5CCD2
(213,204,210)
#E0DBE1
(224,219,225)
#EBEAF0
(235,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D545A color. Also use rgb(125,84,90) instead hex code.

Text Font Color

.myTextColor { color: #7D545A; }

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

This text font color is #7D545A.

Background Color

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

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

This div background color is #7D545A.

Border color

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

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

This div border color is #7D545A.

Opacity

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

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

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

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

This text has shadow with #7D545A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D545A.

Preview

Color preview on black background

This text has color #7D545A on black background.


Color preview on white background

This text has color #7D545A on white background.


Black color preview on #7D545A background

This text has black color on #7D545A background.


White color preview on #7D545A background

This text has white color on #7D545A background.


Related colors

Complementary color

Complementary color for #hex is #82ABA5.


I love getcolorcode.com

Triadic colors

1 #5A7D54 and #545A7D with #7D545A are triadic colors.

2 #5A547D and #547D5A with #7D545A are triadic colors.