COLOR #7B9393

HEX: #7B9393 RGB: (123,147,147)

Color info

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

RGB color model

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

RGB: (123,147,147) (48%, 58%, 58%)

RGB channels and saturation

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

123
147
147

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

Portions of RGB colors in percentages

R + G + B = 123 + 147 + 147 = 417 (100%)
R 123 of 417 ~ 29.5%
G 147 of 417 ~ 35.25%
B 147 of 417 ~ 35.25'%

%29.5
%35.25
%35.25

CMYK color model

#7B9393 color CMYK value is (16,0,0,42).

  • cyan value is 16.33%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (16,0,0,42)
C16M0Y0K42 (16%, 0%, 0%, 42%)
(0.16 / 0.00 / 0.00 / 0.42)

CMYK percentages

%16.33
%0
%0
%42.35

Codes

Color #7B9393 in popluar color models

7B 93 93
RGB 123 147 147
HSL 180° 10.00% 52.94%
HSB/HSV 180° 16.33% 57.65%
CMYK 16.33% 0.00% 0.00%
42.35%

Color #7B9393 in popluar number systems.

HEX 7B 93 93
Decimal 123 147 147
Binary 1111011 10010011 10010011
Octal 173 223 223

Shades and tints

Shades of #7B9393

#7B9393
(123,147,147)
#708686
(112,134,134)
#657979
(101,121,121)
#5A6C6C
(90,108,108)
#4F5F5F
(79,95,95)
#445252
(68,82,82)
#394545
(57,69,69)
#2E3838
(46,56,56)
#232B2B
(35,43,43)
#181E1E
(24,30,30)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #7B9393

#7B9393
(123,147,147)
#879C9C
(135,156,156)
#93A5A5
(147,165,165)
#9FAEAE
(159,174,174)
#ABB7B7
(171,183,183)
#B7C0C0
(183,192,192)
#C3C9C9
(195,201,201)
#CFD2D2
(207,210,210)
#DBDBDB
(219,219,219)
#E7E4E4
(231,228,228)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9393; }

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

This text font color is #7B9393.

Background Color

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

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

This div background color is #7B9393.

Border color

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

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

This div border color is #7B9393.

Opacity

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

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

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

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

This text has shadow with #7B9393 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B9393.

Preview

Color preview on black background

This text has color #7B9393 on black background.


Color preview on white background

This text has color #7B9393 on white background.


Black color preview on #7B9393 background

This text has black color on #7B9393 background.


White color preview on #7B9393 background

This text has white color on #7B9393 background.


Related colors

Complementary color

Complementary color for #hex is #846C6C.


I love getcolorcode.com