COLOR #7B908C

HEX: #7B908C
RGB: (123,144,140)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

123
144
140

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

Portions of RGB colors in percentages

R + G + B =
123 + 144 + 140 = 407 (100%)
R 123 of 407 ~ 30.22%
G 144 of 407 ~ 35.38%
B 140 of 407 ~ 34.4%

%30.22
%35.38
%34.4

CMYK color model

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

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

CMYK percentages

%14.58
%0
%2.78
%43.53

Codes

Color #7B908C in popluar color models

7B908C
RGB123144140
HSL169°8.64%52.35%
HSB/HSV169°14.58%56.47%
CMYK14.58%0.00%2.78%
43.53%

Color #7B908C in popluar number systems.

HEX7B908C
Decimal123144140
Binary11110111001000010001100
Octal173220214

Shades and tints

Shades of #7B908C

#7B908C
(123,144,140)
#708380
(112,131,128)
#657674
(101,118,116)
#5A6968
(90,105,104)
#4F5C5C
(79,92,92)
#444F50
(68,79,80)
#394244
(57,66,68)
#2E3538
(46,53,56)
#23282C
(35,40,44)
#181B20
(24,27,32)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #7B908C

#7B908C
(123,144,140)
#879A96
(135,154,150)
#93A4A0
(147,164,160)
#9FAEAA
(159,174,170)
#ABB8B4
(171,184,180)
#B7C2BE
(183,194,190)
#C3CCC8
(195,204,200)
#CFD6D2
(207,214,210)
#DBE0DC
(219,224,220)
#E7EAE6
(231,234,230)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B908C; }

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

This text font color is #7B908C.


Background Color

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

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

This div background color is #7B908C.


Border color

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

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

This div border color is #7B908C.


Opacity

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

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

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

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

This text has shadow with #7B908C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B908C on black background.


Color preview on white background

This text has color #7B908C on white background.



Black color preview on #7B908C background

This text has black color on #7B908C background.


White color preview on #7B908C background

This text has white color on #7B908C background.