COLOR #7B9493

HEX: #7B9493 RGB: (123,148,147)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

123
148
147

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

Portions of RGB colors in percentages

R + G + B = 123 + 148 + 147 = 418 (100%)
R 123 of 418 ~ 29.43%
G 148 of 418 ~ 35.41%
B 147 of 418 ~ 35.17'%

%29.43
%35.41
%35.17

CMYK color model

#7B9493 color CMYK value is (17,0,1,42).

  • cyan value is 16.89%
  • magenta value is 0.00%
  • yellow value is 0.68%
  • key color value is 41.96%

CMYK: (17,0,1,42)
C17M0Y1K42 (17%, 0%, 1%, 42%)
(0.17 / 0.00 / 0.01 / 0.42)

CMYK percentages

%16.89
%0
%0.68
%41.96

Codes

Color #7B9493 in popluar color models

7B 94 93
RGB 123 148 147
HSL 178° 10.46% 53.14%
HSB/HSV 178° 16.89% 58.04%
CMYK 16.89% 0.00% 0.68%
41.96%

Color #7B9493 in popluar number systems.

HEX 7B 94 93
Decimal 123 148 147
Binary 1111011 10010100 10010011
Octal 173 224 223

Shades and tints

Shades of #7B9493

#7B9493
(123,148,147)
#708786
(112,135,134)
#657A79
(101,122,121)
#5A6D6C
(90,109,108)
#4F605F
(79,96,95)
#445352
(68,83,82)
#394645
(57,70,69)
#2E3938
(46,57,56)
#232C2B
(35,44,43)
#181F1E
(24,31,30)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #7B9493

#7B9493
(123,148,147)
#879D9C
(135,157,156)
#93A6A5
(147,166,165)
#9FAFAE
(159,175,174)
#ABB8B7
(171,184,183)
#B7C1C0
(183,193,192)
#C3CAC9
(195,202,201)
#CFD3D2
(207,211,210)
#DBDCDB
(219,220,219)
#E7E5E4
(231,229,228)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9493; }

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

This text font color is #7B9493.

Background Color

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

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

This div background color is #7B9493.

Border color

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

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

This div border color is #7B9493.

Opacity

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

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

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

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

This text has shadow with #7B9493 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B9493.

Preview

Color preview on black background

This text has color #7B9493 on black background.


Color preview on white background

This text has color #7B9493 on white background.


Black color preview on #7B9493 background

This text has black color on #7B9493 background.


White color preview on #7B9493 background

This text has white color on #7B9493 background.


Related colors

Complementary color

Complementary color for #hex is #846B6C.


I love getcolorcode.com

Triadic colors

1 #937B94 and #94937B with #7B9493 are triadic colors.

2 #93947B and #947B93 with #7B9493 are triadic colors.