COLOR #7B9594

HEX: #7B9594
RGB: (123,149,148)

Color info

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

RGB color model

#7B9594 color RGB value is (123,149,148).

  • red value is 123;
  • green value is 149;
  • blue value is 148.
RGB:
(123,149,148)
(48%,58%,58%)

RGB channels and saturation

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

123
149
148

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

Portions of RGB colors in percentages

R + G + B =
123 + 149 + 148 = 420 (100%)
R 123 of 420 ~ 29.29%
G 149 of 420 ~ 35.48%
B 148 of 420 ~ 35.24%

%29.29
%35.48
%35.24

CMYK color model

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

  • cyan value is 17.45%
  • magenta value is 0.00%
  • yellow value is 0.67%
  • key color value is 41.57%
CMYK:
(17,0,1,42)
C17M0Y1K42 
(17%,0%,1%,42%)
(0.17/0.00/0.01/0.42)	

CMYK percentages

%17.45
%0
%0.67
%41.57

Codes

Color #7B9594 in popluar color models

7B9594
RGB123149148
HSL178°10.92%53.33%
HSB/HSV178°17.45%58.43%
CMYK17.45%0.00%0.67%
41.57%

Color #7B9594 in popluar number systems.

HEX7B9594
Decimal123149148
Binary11110111001010110010100
Octal173225224

Shades and tints

Shades of #7B9594

#7B9594
(123,149,148)
#708887
(112,136,135)
#657B7A
(101,123,122)
#5A6E6D
(90,110,109)
#4F6160
(79,97,96)
#445453
(68,84,83)
#394746
(57,71,70)
#2E3A39
(46,58,57)
#232D2C
(35,45,44)
#18201F
(24,32,31)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #7B9594

#7B9594
(123,149,148)
#879E9D
(135,158,157)
#93A7A6
(147,167,166)
#9FB0AF
(159,176,175)
#ABB9B8
(171,185,184)
#B7C2C1
(183,194,193)
#C3CBCA
(195,203,202)
#CFD4D3
(207,212,211)
#DBDDDC
(219,221,220)
#E7E6E5
(231,230,229)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9594; }

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

This text font color is #7B9594.


Background Color

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

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

This div background color is #7B9594.


Border color

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

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

This div border color is #7B9594.


Opacity

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

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

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

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

This text has shadow with #7B9594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9594 on black background.


Color preview on white background

This text has color #7B9594 on white background.



Black color preview on #7B9594 background

This text has black color on #7B9594 background.


White color preview on #7B9594 background

This text has white color on #7B9594 background.