COLOR #7B8385

HEX: #7B8385
RGB: (123,131,133)

Color info

#7B8385 contains red, green and blue colors in about the same proportion. Web safe color of #7B8385 is #669999 (or #699).

RGB color model

#7B8385 color RGB value is (123,131,133).

  • red value is 123;
  • green value is 131;
  • blue value is 133.
RGB:
(123,131,133)
(48%,51%,52%)

RGB channels and saturation

R 123 of 255 = 48%
G 131 of 255 = 51%
B 133 of 255 = 52%

123
131
133

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

Portions of RGB colors in percentages

R + G + B =
123 + 131 + 133 = 387 (100%)
R 123 of 387 ~ 31.78%
G 131 of 387 ~ 33.85%
B 133 of 387 ~ 34.37%

%31.78
%33.85
%34.37

CMYK color model

#7B8385 color CMYK value is (8,2,0,48).

  • cyan value is 7.52%
  • magenta value is 1.50%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(8,2,0,48)
C8M2Y0K48 
(8%,2%,0%,48%)
(0.08/0.02/0.00/0.48)	

CMYK percentages

%7.52
%1.5
%0
%47.84

Codes

Color #7B8385 in popluar color models

7B8385
RGB123131133
HSL192°3.94%50.20%
HSB/HSV192°7.52%52.16%
CMYK7.52%1.50%0.00%
47.84%

Color #7B8385 in popluar number systems.

HEX7B8385
Decimal123131133
Binary11110111000001110000101
Octal173203205

Shades and tints

Shades of #7B8385

#7B8385
(123,131,133)
#707879
(112,120,121)
#656D6D
(101,109,109)
#5A6261
(90,98,97)
#4F5755
(79,87,85)
#444C49
(68,76,73)
#39413D
(57,65,61)
#2E3631
(46,54,49)
#232B25
(35,43,37)
#182019
(24,32,25)
#0D150D
(13,21,13)
#000000
(0,0,0)

Tints of #7B8385

#7B8385
(123,131,133)
#878E90
(135,142,144)
#93999B
(147,153,155)
#9FA4A6
(159,164,166)
#ABAFB1
(171,175,177)
#B7BABC
(183,186,188)
#C3C5C7
(195,197,199)
#CFD0D2
(207,208,210)
#DBDBDD
(219,219,221)
#E7E6E8
(231,230,232)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B8385 color. Also use rgb(123,131,133) instead hex code.

Text Font Color

.myTextColor { color: #7B8385; }

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

This text font color is #7B8385.


Background Color

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

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

This div background color is #7B8385.


Border color

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

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

This div border color is #7B8385.


Opacity

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

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

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

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

This text has shadow with #7B8385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8385 on black background.


Color preview on white background

This text has color #7B8385 on white background.



Black color preview on #7B8385 background

This text has black color on #7B8385 background.


White color preview on #7B8385 background

This text has white color on #7B8385 background.