COLOR #7B9088

HEX: #7B9088
RGB: (123,144,136)

Color info

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

RGB color model

#7B9088 color RGB value is (123,144,136).

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

RGB channels and saturation

R 123 of 255 = 48%
G 144 of 255 = 56%
B 136 of 255 = 53%

123
144
136

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

Portions of RGB colors in percentages

R + G + B =
123 + 144 + 136 = 403 (100%)
R 123 of 403 ~ 30.52%
G 144 of 403 ~ 35.73%
B 136 of 403 ~ 33.75%

%30.52
%35.73
%33.75

CMYK color model

#7B9088 color CMYK value is (15,0,6,44).

  • cyan value is 14.58%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 43.53%
CMYK:
(15,0,6,44)
C15M0Y6K44 
(15%,0%,6%,44%)
(0.15/0.00/0.06/0.44)	

CMYK percentages

%14.58
%0
%5.56
%43.53

Codes

Color #7B9088 in popluar color models

7B9088
RGB123144136
HSL157°8.64%52.35%
HSB/HSV157°14.58%56.47%
CMYK14.58%0.00%5.56%
43.53%

Color #7B9088 in popluar number systems.

HEX7B9088
Decimal123144136
Binary11110111001000010001000
Octal173220210

Shades and tints

Shades of #7B9088

#7B9088
(123,144,136)
#70837C
(112,131,124)
#657670
(101,118,112)
#5A6964
(90,105,100)
#4F5C58
(79,92,88)
#444F4C
(68,79,76)
#394240
(57,66,64)
#2E3534
(46,53,52)
#232828
(35,40,40)
#181B1C
(24,27,28)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #7B9088

#7B9088
(123,144,136)
#879A92
(135,154,146)
#93A49C
(147,164,156)
#9FAEA6
(159,174,166)
#ABB8B0
(171,184,176)
#B7C2BA
(183,194,186)
#C3CCC4
(195,204,196)
#CFD6CE
(207,214,206)
#DBE0D8
(219,224,216)
#E7EAE2
(231,234,226)
#F3F4EC
(243,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9088; }

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

This text font color is #7B9088.


Background Color

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

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

This div background color is #7B9088.


Border color

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

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

This div border color is #7B9088.


Opacity

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

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

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

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

This text has shadow with #7B9088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9088 on black background.


Color preview on white background

This text has color #7B9088 on white background.



Black color preview on #7B9088 background

This text has black color on #7B9088 background.


White color preview on #7B9088 background

This text has white color on #7B9088 background.