COLOR #7B9793

HEX: #7B9793
RGB: (123,151,147)

Color info

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

RGB color model

#7B9793 color RGB value is (123,151,147).

  • red value is 123;
  • green value is 151;
  • blue value is 147.
RGB:
(123,151,147)
(48%,59%,58%)

RGB channels and saturation

R 123 of 255 = 48%
G 151 of 255 = 59%
B 147 of 255 = 58%

123
151
147

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

Portions of RGB colors in percentages

R + G + B =
123 + 151 + 147 = 421 (100%)
R 123 of 421 ~ 29.22%
G 151 of 421 ~ 35.87%
B 147 of 421 ~ 34.92%

%29.22
%35.87
%34.92

CMYK color model

#7B9793 color CMYK value is (19,0,3,41).

  • cyan value is 18.54%
  • magenta value is 0.00%
  • yellow value is 2.65%
  • key color value is 40.78%
CMYK:
(19,0,3,41)
C19M0Y3K41 
(19%,0%,3%,41%)
(0.19/0.00/0.03/0.41)	

CMYK percentages

%18.54
%0
%2.65
%40.78

Codes

Color #7B9793 in popluar color models

7B9793
RGB123151147
HSL171°11.86%53.73%
HSB/HSV171°18.54%59.22%
CMYK18.54%0.00%2.65%
40.78%

Color #7B9793 in popluar number systems.

HEX7B9793
Decimal123151147
Binary11110111001011110010011
Octal173227223

Shades and tints

Shades of #7B9793

#7B9793
(123,151,147)
#708A86
(112,138,134)
#657D79
(101,125,121)
#5A706C
(90,112,108)
#4F635F
(79,99,95)
#445652
(68,86,82)
#394945
(57,73,69)
#2E3C38
(46,60,56)
#232F2B
(35,47,43)
#18221E
(24,34,30)
#0D1511
(13,21,17)
#000000
(0,0,0)

Tints of #7B9793

#7B9793
(123,151,147)
#87A09C
(135,160,156)
#93A9A5
(147,169,165)
#9FB2AE
(159,178,174)
#ABBBB7
(171,187,183)
#B7C4C0
(183,196,192)
#C3CDC9
(195,205,201)
#CFD6D2
(207,214,210)
#DBDFDB
(219,223,219)
#E7E8E4
(231,232,228)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B9793 color. Also use rgb(123,151,147) instead hex code.

Text Font Color

.myTextColor { color: #7B9793; }

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

This text font color is #7B9793.


Background Color

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

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

This div background color is #7B9793.


Border color

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

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

This div border color is #7B9793.


Opacity

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

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

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

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

This text has shadow with #7B9793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9793 on black background.


Color preview on white background

This text has color #7B9793 on white background.



Black color preview on #7B9793 background

This text has black color on #7B9793 background.


White color preview on #7B9793 background

This text has white color on #7B9793 background.