COLOR #7B555E

HEX: #7B555E
RGB: (123,85,94)

Color info

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

RGB color model

#7B555E color RGB value is (123,85,94).

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

RGB channels and saturation

R 123 of 255 = 48%
G 85 of 255 = 33%
B 94 of 255 = 37%

123
85
94

R + G + B ~ 39%. #7B555E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 85 + 94 = 302 (100%)
R 123 of 302 ~ 40.73%
G 85 of 302 ~ 28.15%
B 94 of 302 ~ 31.13%

%40.73
%28.15
%31.13

CMYK color model

#7B555E color CMYK value is (0,31,24,52).

  • cyan value is 0.00%
  • magenta value is 30.89%
  • yellow value is 23.58%
  • key color value is 51.76%
CMYK:
(0,31,24,52)
C0M31Y24K52 
(0%,31%,24%,52%)
(0.00/0.31/0.24/0.52)	

CMYK percentages

%0
%30.89
%23.58
%51.76

Codes

Color #7B555E in popluar color models

7B555E
RGB1238594
HSL346°18.27%40.78%
HSB/HSV346°30.89%48.24%
CMYK0.00%30.89%23.58%
51.76%

Color #7B555E in popluar number systems.

HEX7B555E
Decimal1238594
Binary111101110101011011110
Octal173125136

Shades and tints

Shades of #7B555E

#7B555E
(123,85,94)
#704E56
(112,78,86)
#65474E
(101,71,78)
#5A4046
(90,64,70)
#4F393E
(79,57,62)
#443236
(68,50,54)
#392B2E
(57,43,46)
#2E2426
(46,36,38)
#231D1E
(35,29,30)
#181616
(24,22,22)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #7B555E

#7B555E
(123,85,94)
#87646C
(135,100,108)
#93737A
(147,115,122)
#9F8288
(159,130,136)
#AB9196
(171,145,150)
#B7A0A4
(183,160,164)
#C3AFB2
(195,175,178)
#CFBEC0
(207,190,192)
#DBCDCE
(219,205,206)
#E7DCDC
(231,220,220)
#F3EBEA
(243,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B555E; }

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

This text font color is #7B555E.


Background Color

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

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

This div background color is #7B555E.


Border color

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

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

This div border color is #7B555E.


Opacity

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

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

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

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

This text has shadow with #7B555E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B555E on black background.


Color preview on white background

This text has color #7B555E on white background.



Black color preview on #7B555E background

This text has black color on #7B555E background.


White color preview on #7B555E background

This text has white color on #7B555E background.