COLOR #7B725C

HEX: #7B725C
RGB: (123,114,92)

Color info

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

RGB color model

#7B725C color RGB value is (123,114,92).

  • red value is 123;
  • green value is 114;
  • blue value is 92.
RGB:
(123,114,92)
(48%,45%,36%)

RGB channels and saturation

R 123 of 255 = 48%
G 114 of 255 = 45%
B 92 of 255 = 36%

123
114
92

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

Portions of RGB colors in percentages

R + G + B =
123 + 114 + 92 = 329 (100%)
R 123 of 329 ~ 37.39%
G 114 of 329 ~ 34.65%
B 92 of 329 ~ 27.96%

%37.39
%34.65
%27.96

CMYK color model

#7B725C color CMYK value is (0,7,25,52).

  • cyan value is 0.00%
  • magenta value is 7.32%
  • yellow value is 25.20%
  • key color value is 51.76%
CMYK:
(0,7,25,52)
C0M7Y25K52 
(0%,7%,25%,52%)
(0.00/0.07/0.25/0.52)	

CMYK percentages

%0
%7.32
%25.2
%51.76

Codes

Color #7B725C in popluar color models

7B725C
RGB12311492
HSL43°14.42%42.16%
HSB/HSV43°25.20%48.24%
CMYK0.00%7.32%25.20%
51.76%

Color #7B725C in popluar number systems.

HEX7B725C
Decimal12311492
Binary111101111100101011100
Octal173162134

Shades and tints

Shades of #7B725C

#7B725C
(123,114,92)
#706854
(112,104,84)
#655E4C
(101,94,76)
#5A5444
(90,84,68)
#4F4A3C
(79,74,60)
#444034
(68,64,52)
#39362C
(57,54,44)
#2E2C24
(46,44,36)
#23221C
(35,34,28)
#181814
(24,24,20)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #7B725C

#7B725C
(123,114,92)
#877E6A
(135,126,106)
#938A78
(147,138,120)
#9F9686
(159,150,134)
#ABA294
(171,162,148)
#B7AEA2
(183,174,162)
#C3BAB0
(195,186,176)
#CFC6BE
(207,198,190)
#DBD2CC
(219,210,204)
#E7DEDA
(231,222,218)
#F3EAE8
(243,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B725C color. Also use rgb(123,114,92) instead hex code.

Text Font Color

.myTextColor { color: #7B725C; }

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

This text font color is #7B725C.


Background Color

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

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

This div background color is #7B725C.


Border color

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

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

This div border color is #7B725C.


Opacity

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

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

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

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

This text has shadow with #7B725C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B725C on black background.


Color preview on white background

This text has color #7B725C on white background.



Black color preview on #7B725C background

This text has black color on #7B725C background.


White color preview on #7B725C background

This text has white color on #7B725C background.