COLOR #7D655B

HEX: #7D655B
RGB: (125,101,91)

Color info

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

RGB color model

#7D655B color RGB value is (125,101,91).

  • red value is 125;
  • green value is 101;
  • blue value is 91.
RGB:
(125,101,91)
(49%,40%,36%)

RGB channels and saturation

R 125 of 255 = 49%
G 101 of 255 = 40%
B 91 of 255 = 36%

125
101
91

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

Portions of RGB colors in percentages

R + G + B =
125 + 101 + 91 = 317 (100%)
R 125 of 317 ~ 39.43%
G 101 of 317 ~ 31.86%
B 91 of 317 ~ 28.71%

%39.43
%31.86
%28.71

CMYK color model

#7D655B color CMYK value is (0,19,27,51).

  • cyan value is 0.00%
  • magenta value is 19.20%
  • yellow value is 27.20%
  • key color value is 50.98%
CMYK:
(0,19,27,51)
C0M19Y27K51 
(0%,19%,27%,51%)
(0.00/0.19/0.27/0.51)	

CMYK percentages

%0
%19.2
%27.2
%50.98

Codes

Color #7D655B in popluar color models

7D655B
RGB12510191
HSL18°15.74%42.35%
HSB/HSV18°27.20%49.02%
CMYK0.00%19.20%27.20%
50.98%

Color #7D655B in popluar number systems.

HEX7D655B
Decimal12510191
Binary111110111001011011011
Octal175145133

Shades and tints

Shades of #7D655B

#7D655B
(125,101,91)
#725C53
(114,92,83)
#67534B
(103,83,75)
#5C4A43
(92,74,67)
#51413B
(81,65,59)
#463833
(70,56,51)
#3B2F2B
(59,47,43)
#302623
(48,38,35)
#251D1B
(37,29,27)
#1A1413
(26,20,19)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #7D655B

#7D655B
(125,101,91)
#887369
(136,115,105)
#938177
(147,129,119)
#9E8F85
(158,143,133)
#A99D93
(169,157,147)
#B4ABA1
(180,171,161)
#BFB9AF
(191,185,175)
#CAC7BD
(202,199,189)
#D5D5CB
(213,213,203)
#E0E3D9
(224,227,217)
#EBF1E7
(235,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D655B color. Also use rgb(125,101,91) instead hex code.

Text Font Color

.myTextColor { color: #7D655B; }

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

This text font color is #7D655B.


Background Color

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

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

This div background color is #7D655B.


Border color

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

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

This div border color is #7D655B.


Opacity

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

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

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

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

This text has shadow with #7D655B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D655B on black background.


Color preview on white background

This text has color #7D655B on white background.



Black color preview on #7D655B background

This text has black color on #7D655B background.


White color preview on #7D655B background

This text has white color on #7D655B background.