COLOR #7B9091

HEX: #7B9091
RGB: (123,144,145)

Color info

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

RGB color model

#7B9091 color RGB value is (123,144,145).

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

RGB channels and saturation

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

123
144
145

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

Portions of RGB colors in percentages

R + G + B =
123 + 144 + 145 = 412 (100%)
R 123 of 412 ~ 29.85%
G 144 of 412 ~ 34.95%
B 145 of 412 ~ 35.19%

%29.85
%34.95
%35.19

CMYK color model

#7B9091 color CMYK value is (15,1,0,43).

  • cyan value is 15.17%
  • magenta value is 0.69%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(15,1,0,43)
C15M1Y0K43 
(15%,1%,0%,43%)
(0.15/0.01/0.00/0.43)	

CMYK percentages

%15.17
%0.69
%0
%43.14

Codes

Color #7B9091 in popluar color models

7B9091
RGB123144145
HSL183°9.09%52.55%
HSB/HSV183°15.17%56.86%
CMYK15.17%0.69%0.00%
43.14%

Color #7B9091 in popluar number systems.

HEX7B9091
Decimal123144145
Binary11110111001000010010001
Octal173220221

Shades and tints

Shades of #7B9091

#7B9091
(123,144,145)
#708384
(112,131,132)
#657677
(101,118,119)
#5A696A
(90,105,106)
#4F5C5D
(79,92,93)
#444F50
(68,79,80)
#394243
(57,66,67)
#2E3536
(46,53,54)
#232829
(35,40,41)
#181B1C
(24,27,28)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #7B9091

#7B9091
(123,144,145)
#879A9B
(135,154,155)
#93A4A5
(147,164,165)
#9FAEAF
(159,174,175)
#ABB8B9
(171,184,185)
#B7C2C3
(183,194,195)
#C3CCCD
(195,204,205)
#CFD6D7
(207,214,215)
#DBE0E1
(219,224,225)
#E7EAEB
(231,234,235)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9091; }

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

This text font color is #7B9091.


Background Color

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

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

This div background color is #7B9091.


Border color

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

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

This div border color is #7B9091.


Opacity

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

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

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

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

This text has shadow with #7B9091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9091 on black background.


Color preview on white background

This text has color #7B9091 on white background.



Black color preview on #7B9091 background

This text has black color on #7B9091 background.


White color preview on #7B9091 background

This text has white color on #7B9091 background.