COLOR #7B9090

HEX: #7B9090
RGB: (123,144,144)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

123
144
144

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

Portions of RGB colors in percentages

R + G + B =
123 + 144 + 144 = 411 (100%)
R 123 of 411 ~ 29.93%
G 144 of 411 ~ 35.04%
B 144 of 411 ~ 35.04%

%29.93
%35.04
%35.04

CMYK color model

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

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

CMYK percentages

%14.58
%0
%0
%43.53

Codes

Color #7B9090 in popluar color models

7B9090
RGB123144144
HSL180°8.64%52.35%
HSB/HSV180°14.58%56.47%
CMYK14.58%0.00%0.00%
43.53%

Color #7B9090 in popluar number systems.

HEX7B9090
Decimal123144144
Binary11110111001000010010000
Octal173220220

Shades and tints

Shades of #7B9090

#7B9090
(123,144,144)
#708383
(112,131,131)
#657676
(101,118,118)
#5A6969
(90,105,105)
#4F5C5C
(79,92,92)
#444F4F
(68,79,79)
#394242
(57,66,66)
#2E3535
(46,53,53)
#232828
(35,40,40)
#181B1B
(24,27,27)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #7B9090

#7B9090
(123,144,144)
#879A9A
(135,154,154)
#93A4A4
(147,164,164)
#9FAEAE
(159,174,174)
#ABB8B8
(171,184,184)
#B7C2C2
(183,194,194)
#C3CCCC
(195,204,204)
#CFD6D6
(207,214,214)
#DBE0E0
(219,224,224)
#E7EAEA
(231,234,234)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9090; }

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

This text font color is #7B9090.


Background Color

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

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

This div background color is #7B9090.


Border color

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

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

This div border color is #7B9090.


Opacity

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

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

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

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

This text has shadow with #7B9090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9090 on black background.


Color preview on white background

This text has color #7B9090 on white background.



Black color preview on #7B9090 background

This text has black color on #7B9090 background.


White color preview on #7B9090 background

This text has white color on #7B9090 background.