COLOR #7B7A55

HEX: #7B7A55
RGB: (123,122,85)

Color info

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

RGB color model

#7B7A55 color RGB value is (123,122,85).

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

RGB channels and saturation

R 123 of 255 = 48%
G 122 of 255 = 48%
B 85 of 255 = 33%

123
122
85

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

Portions of RGB colors in percentages

R + G + B =
123 + 122 + 85 = 330 (100%)
R 123 of 330 ~ 37.27%
G 122 of 330 ~ 36.97%
B 85 of 330 ~ 25.76%

%37.27
%36.97
%25.76

CMYK color model

#7B7A55 color CMYK value is (0,1,31,52).

  • cyan value is 0.00%
  • magenta value is 0.81%
  • yellow value is 30.89%
  • key color value is 51.76%
CMYK:
(0,1,31,52)
C0M1Y31K52 
(0%,1%,31%,52%)
(0.00/0.01/0.31/0.52)	

CMYK percentages

%0
%0.81
%30.89
%51.76

Codes

Color #7B7A55 in popluar color models

7B7A55
RGB12312285
HSL58°18.27%40.78%
HSB/HSV58°30.89%48.24%
CMYK0.00%0.81%30.89%
51.76%

Color #7B7A55 in popluar number systems.

HEX7B7A55
Decimal12312285
Binary111101111110101010101
Octal173172125

Shades and tints

Shades of #7B7A55

#7B7A55
(123,122,85)
#706F4E
(112,111,78)
#656447
(101,100,71)
#5A5940
(90,89,64)
#4F4E39
(79,78,57)
#444332
(68,67,50)
#39382B
(57,56,43)
#2E2D24
(46,45,36)
#23221D
(35,34,29)
#181716
(24,23,22)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #7B7A55

#7B7A55
(123,122,85)
#878664
(135,134,100)
#939273
(147,146,115)
#9F9E82
(159,158,130)
#ABAA91
(171,170,145)
#B7B6A0
(183,182,160)
#C3C2AF
(195,194,175)
#CFCEBE
(207,206,190)
#DBDACD
(219,218,205)
#E7E6DC
(231,230,220)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7A55; }

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

This text font color is #7B7A55.


Background Color

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

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

This div background color is #7B7A55.


Border color

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

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

This div border color is #7B7A55.


Opacity

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

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

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

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

This text has shadow with #7B7A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7A55 on black background.


Color preview on white background

This text has color #7B7A55 on white background.



Black color preview on #7B7A55 background

This text has black color on #7B7A55 background.


White color preview on #7B7A55 background

This text has white color on #7B7A55 background.