COLOR #7B7655

HEX: #7B7655
RGB: (123,118,85)

Color info

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

RGB color model

#7B7655 color RGB value is (123,118,85).

  • red value is 123;
  • green value is 118;
  • blue value is 85.
RGB:
(123,118,85)
(48%,46%,33%)

RGB channels and saturation

R 123 of 255 = 48%
G 118 of 255 = 46%
B 85 of 255 = 33%

123
118
85

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

Portions of RGB colors in percentages

R + G + B =
123 + 118 + 85 = 326 (100%)
R 123 of 326 ~ 37.73%
G 118 of 326 ~ 36.2%
B 85 of 326 ~ 26.07%

%37.73
%36.2
%26.07

CMYK color model

#7B7655 color CMYK value is (0,4,31,52).

  • cyan value is 0.00%
  • magenta value is 4.07%
  • yellow value is 30.89%
  • key color value is 51.76%
CMYK:
(0,4,31,52)
C0M4Y31K52 
(0%,4%,31%,52%)
(0.00/0.04/0.31/0.52)	

CMYK percentages

%0
%4.07
%30.89
%51.76

Codes

Color #7B7655 in popluar color models

7B7655
RGB12311885
HSL52°18.27%40.78%
HSB/HSV52°30.89%48.24%
CMYK0.00%4.07%30.89%
51.76%

Color #7B7655 in popluar number systems.

HEX7B7655
Decimal12311885
Binary111101111101101010101
Octal173166125

Shades and tints

Shades of #7B7655

#7B7655
(123,118,85)
#706C4E
(112,108,78)
#656247
(101,98,71)
#5A5840
(90,88,64)
#4F4E39
(79,78,57)
#444432
(68,68,50)
#393A2B
(57,58,43)
#2E3024
(46,48,36)
#23261D
(35,38,29)
#181C16
(24,28,22)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #7B7655

#7B7655
(123,118,85)
#878264
(135,130,100)
#938E73
(147,142,115)
#9F9A82
(159,154,130)
#ABA691
(171,166,145)
#B7B2A0
(183,178,160)
#C3BEAF
(195,190,175)
#CFCABE
(207,202,190)
#DBD6CD
(219,214,205)
#E7E2DC
(231,226,220)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7655 color. Also use rgb(123,118,85) instead hex code.

Text Font Color

.myTextColor { color: #7B7655; }

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

This text font color is #7B7655.


Background Color

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

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

This div background color is #7B7655.


Border color

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

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

This div border color is #7B7655.


Opacity

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

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

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

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

This text has shadow with #7B7655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7655 on black background.


Color preview on white background

This text has color #7B7655 on white background.



Black color preview on #7B7655 background

This text has black color on #7B7655 background.


White color preview on #7B7655 background

This text has white color on #7B7655 background.