COLOR #7D6255

HEX: #7D6255
RGB: (125,98,85)

Color info

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

RGB color model

#7D6255 color RGB value is (125,98,85).

  • red value is 125;
  • green value is 98;
  • blue value is 85.
RGB:
(125,98,85)
(49%,38%,33%)

RGB channels and saturation

R 125 of 255 = 49%
G 98 of 255 = 38%
B 85 of 255 = 33%

125
98
85

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

Portions of RGB colors in percentages

R + G + B =
125 + 98 + 85 = 308 (100%)
R 125 of 308 ~ 40.58%
G 98 of 308 ~ 31.82%
B 85 of 308 ~ 27.6%

%40.58
%31.82
%27.6

CMYK color model

#7D6255 color CMYK value is (0,22,32,51).

  • cyan value is 0.00%
  • magenta value is 21.60%
  • yellow value is 32.00%
  • key color value is 50.98%
CMYK:
(0,22,32,51)
C0M22Y32K51 
(0%,22%,32%,51%)
(0.00/0.22/0.32/0.51)	

CMYK percentages

%0
%21.6
%32
%50.98

Codes

Color #7D6255 in popluar color models

7D6255
RGB1259885
HSL20°19.05%41.18%
HSB/HSV20°32.00%49.02%
CMYK0.00%21.60%32.00%
50.98%

Color #7D6255 in popluar number systems.

HEX7D6255
Decimal1259885
Binary111110111000101010101
Octal175142125

Shades and tints

Shades of #7D6255

#7D6255
(125,98,85)
#725A4E
(114,90,78)
#675247
(103,82,71)
#5C4A40
(92,74,64)
#514239
(81,66,57)
#463A32
(70,58,50)
#3B322B
(59,50,43)
#302A24
(48,42,36)
#25221D
(37,34,29)
#1A1A16
(26,26,22)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #7D6255

#7D6255
(125,98,85)
#887064
(136,112,100)
#937E73
(147,126,115)
#9E8C82
(158,140,130)
#A99A91
(169,154,145)
#B4A8A0
(180,168,160)
#BFB6AF
(191,182,175)
#CAC4BE
(202,196,190)
#D5D2CD
(213,210,205)
#E0E0DC
(224,224,220)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6255 color. Also use rgb(125,98,85) instead hex code.

Text Font Color

.myTextColor { color: #7D6255; }

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

This text font color is #7D6255.


Background Color

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

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

This div background color is #7D6255.


Border color

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

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

This div border color is #7D6255.


Opacity

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

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

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

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

This text has shadow with #7D6255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6255 on black background.


Color preview on white background

This text has color #7D6255 on white background.



Black color preview on #7D6255 background

This text has black color on #7D6255 background.


White color preview on #7D6255 background

This text has white color on #7D6255 background.