COLOR #7D7058

HEX: #7D7058 RGB: (125,112,88)

Color info

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

RGB color model

#7D7058 color RGB value is (125,112,88).

RGB: (125,112,88) (49%, 44%, 35%)

RGB channels and saturation

R 125 of 255 = 49%
G 112 of 255 = 44%
B 88 of 255 = 35%

125
112
88

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

Portions of RGB colors in percentages

R + G + B = 125 + 112 + 88 = 325 (100%)
R 125 of 325 ~ 38.46%
G 112 of 325 ~ 34.46%
B 88 of 325 ~ 27.08'%

%38.46
%34.46
%27.08

CMYK color model

#7D7058 color CMYK value is (0,10,30,51).

  • cyan value is 0.00%
  • magenta value is 10.40%
  • yellow value is 29.60%
  • key color value is 50.98%
CMYK: (0,10,30,51) C0M10Y30K51 (0%,10%,30%,51%) (0.00/0.10/0.30/0.51) 

CMYK percentages

%0
%10.4
%29.6
%50.98

Codes

Color #7D7058 in popluar color models

7D 70 58
RGB 125 112 88
HSL 39° 17.37% 41.76%
HSB/HSV 39° 29.60% 49.02%
CMYK 0.00% 10.40% 29.60%
50.98%

Color #7D7058 in popluar number systems.

HEX 7D 70 58
Decimal 125 112 88
Binary 1111101 1110000 1011000
Octal 175 160 130

Shades and tints

Shades of #7D7058

#7D7058
(125,112,88)
#726650
(114,102,80)
#675C48
(103,92,72)
#5C5240
(92,82,64)
#514838
(81,72,56)
#463E30
(70,62,48)
#3B3428
(59,52,40)
#302A20
(48,42,32)
#252018
(37,32,24)
#1A1610
(26,22,16)
#0F0C08
(15,12,8)
#000000
(0,0,0)

Tints of #7D7058

#7D7058
(125,112,88)
#887D67
(136,125,103)
#938A76
(147,138,118)
#9E9785
(158,151,133)
#A9A494
(169,164,148)
#B4B1A3
(180,177,163)
#BFBEB2
(191,190,178)
#CACBC1
(202,203,193)
#D5D8D0
(213,216,208)
#E0E5DF
(224,229,223)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7058 color. Also use rgb(125,112,88) instead hex code.

Text Font Color

.myTextColor { color: #7D7058; }

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

This text font color is #7D7058.

Background Color

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

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

This div background color is #7D7058.

Border color

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

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

This div border color is #7D7058.

Opacity

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

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

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

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

This text has shadow with #7D7058 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D7058.

Preview

Color preview on black background

This text has color #7D7058 on black background.


Color preview on white background

This text has color #7D7058 on white background.


Black color preview on #7D7058 background

This text has black color on #7D7058 background.


White color preview on #7D7058 background

This text has white color on #7D7058 background.


Related colors

Complementary color

Complementary color for #hex is #828FA7.


I love getcolorcode.com

Triadic colors

1 #587D70 and #70587D with #7D7058 are triadic colors.

2 #58707D and #707D58 with #7D7058 are triadic colors.