COLOR #7B918E

HEX: #7B918E
RGB: (123,145,142)

Color info

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

RGB color model

#7B918E color RGB value is (123,145,142).

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

RGB channels and saturation

R 123 of 255 = 48%
G 145 of 255 = 57%
B 142 of 255 = 56%

123
145
142

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

Portions of RGB colors in percentages

R + G + B =
123 + 145 + 142 = 410 (100%)
R 123 of 410 ~ 30%
G 145 of 410 ~ 35.37%
B 142 of 410 ~ 34.63%

%30
%35.37
%34.63

CMYK color model

#7B918E color CMYK value is (15,0,2,43).

  • cyan value is 15.17%
  • magenta value is 0.00%
  • yellow value is 2.07%
  • key color value is 43.14%
CMYK:
(15,0,2,43)
C15M0Y2K43 
(15%,0%,2%,43%)
(0.15/0.00/0.02/0.43)	

CMYK percentages

%15.17
%0
%2.07
%43.14

Codes

Color #7B918E in popluar color models

7B918E
RGB123145142
HSL172°9.09%52.55%
HSB/HSV172°15.17%56.86%
CMYK15.17%0.00%2.07%
43.14%

Color #7B918E in popluar number systems.

HEX7B918E
Decimal123145142
Binary11110111001000110001110
Octal173221216

Shades and tints

Shades of #7B918E

#7B918E
(123,145,142)
#708482
(112,132,130)
#657776
(101,119,118)
#5A6A6A
(90,106,106)
#4F5D5E
(79,93,94)
#445052
(68,80,82)
#394346
(57,67,70)
#2E363A
(46,54,58)
#23292E
(35,41,46)
#181C22
(24,28,34)
#0D0F16
(13,15,22)
#000000
(0,0,0)

Tints of #7B918E

#7B918E
(123,145,142)
#879B98
(135,155,152)
#93A5A2
(147,165,162)
#9FAFAC
(159,175,172)
#ABB9B6
(171,185,182)
#B7C3C0
(183,195,192)
#C3CDCA
(195,205,202)
#CFD7D4
(207,215,212)
#DBE1DE
(219,225,222)
#E7EBE8
(231,235,232)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B918E; }

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

This text font color is #7B918E.


Background Color

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

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

This div background color is #7B918E.


Border color

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

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

This div border color is #7B918E.


Opacity

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

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

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

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

This text has shadow with #7B918E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B918E on black background.


Color preview on white background

This text has color #7B918E on white background.



Black color preview on #7B918E background

This text has black color on #7B918E background.


White color preview on #7B918E background

This text has white color on #7B918E background.