COLOR #7B9195

HEX: #7B9195
RGB: (123,145,149)

Color info

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

RGB color model

#7B9195 color RGB value is (123,145,149).

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

RGB channels and saturation

R 123 of 255 = 48%
G 145 of 255 = 57%
B 149 of 255 = 58%

123
145
149

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

Portions of RGB colors in percentages

R + G + B =
123 + 145 + 149 = 417 (100%)
R 123 of 417 ~ 29.5%
G 145 of 417 ~ 34.77%
B 149 of 417 ~ 35.73%

%29.5
%34.77
%35.73

CMYK color model

#7B9195 color CMYK value is (17,3,0,42).

  • cyan value is 17.45%
  • magenta value is 2.68%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(17,3,0,42)
C17M3Y0K42 
(17%,3%,0%,42%)
(0.17/0.03/0.00/0.42)	

CMYK percentages

%17.45
%2.68
%0
%41.57

Codes

Color #7B9195 in popluar color models

7B9195
RGB123145149
HSL189°10.92%53.33%
HSB/HSV189°17.45%58.43%
CMYK17.45%2.68%0.00%
41.57%

Color #7B9195 in popluar number systems.

HEX7B9195
Decimal123145149
Binary11110111001000110010101
Octal173221225

Shades and tints

Shades of #7B9195

#7B9195
(123,145,149)
#708488
(112,132,136)
#65777B
(101,119,123)
#5A6A6E
(90,106,110)
#4F5D61
(79,93,97)
#445054
(68,80,84)
#394347
(57,67,71)
#2E363A
(46,54,58)
#23292D
(35,41,45)
#181C20
(24,28,32)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #7B9195

#7B9195
(123,145,149)
#879B9E
(135,155,158)
#93A5A7
(147,165,167)
#9FAFB0
(159,175,176)
#ABB9B9
(171,185,185)
#B7C3C2
(183,195,194)
#C3CDCB
(195,205,203)
#CFD7D4
(207,215,212)
#DBE1DD
(219,225,221)
#E7EBE6
(231,235,230)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9195; }

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

This text font color is #7B9195.


Background Color

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

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

This div background color is #7B9195.


Border color

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

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

This div border color is #7B9195.


Opacity

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

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

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

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

This text has shadow with #7B9195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9195 on black background.


Color preview on white background

This text has color #7B9195 on white background.



Black color preview on #7B9195 background

This text has black color on #7B9195 background.


White color preview on #7B9195 background

This text has white color on #7B9195 background.