COLOR #7B908E

HEX: #7B908E RGB: (123,144,142)

Color info

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

RGB color model

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

RGB: (123,144,142) (48%, 56%, 56%)

RGB channels and saturation

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

123
144
142

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

Portions of RGB colors in percentages

R + G + B = 123 + 144 + 142 = 409 (100%)
R 123 of 409 ~ 30.07%
G 144 of 409 ~ 35.21%
B 142 of 409 ~ 34.72'%

%30.07
%35.21
%34.72

CMYK color model

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

  • cyan value is 14.58%
  • magenta value is 0.00%
  • yellow value is 1.39%
  • key color value is 43.53%

CMYK: (15,0,1,44)
C15M0Y1K44 (15%, 0%, 1%, 44%)
(0.15 / 0.00 / 0.01 / 0.44)

CMYK percentages

%14.58
%0
%1.39
%43.53

Codes

Color #7B908E in popluar color models

7B 90 8E
RGB 123 144 142
HSL 174° 8.64% 52.35%
HSB/HSV 174° 14.58% 56.47%
CMYK 14.58% 0.00% 1.39%
43.53%

Color #7B908E in popluar number systems.

HEX 7B 90 8E
Decimal 123 144 142
Binary 1111011 10010000 10001110
Octal 173 220 216

Shades and tints

Shades of #7B908E

#7B908E
(123,144,142)
#708382
(112,131,130)
#657676
(101,118,118)
#5A696A
(90,105,106)
#4F5C5E
(79,92,94)
#444F52
(68,79,82)
#394246
(57,66,70)
#2E353A
(46,53,58)
#23282E
(35,40,46)
#181B22
(24,27,34)
#0D0E16
(13,14,22)
#000000
(0,0,0)

Tints of #7B908E

#7B908E
(123,144,142)
#879A98
(135,154,152)
#93A4A2
(147,164,162)
#9FAEAC
(159,174,172)
#ABB8B6
(171,184,182)
#B7C2C0
(183,194,192)
#C3CCCA
(195,204,202)
#CFD6D4
(207,214,212)
#DBE0DE
(219,224,222)
#E7EAE8
(231,234,232)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B908E; }

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

This text font color is #7B908E.

Background Color

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

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

This div background color is #7B908E.

Border color

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

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

This div border color is #7B908E.

Opacity

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

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

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

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

This text has shadow with #7B908E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B908E.

Preview

Color preview on black background

This text has color #7B908E on black background.


Color preview on white background

This text has color #7B908E on white background.


Black color preview on #7B908E background

This text has black color on #7B908E background.


White color preview on #7B908E background

This text has white color on #7B908E background.


Related colors

Complementary color

Complementary color for #hex is #846F71.


I love getcolorcode.com

Triadic colors

1 #8E7B90 and #908E7B with #7B908E are triadic colors.

2 #8E907B and #907B8E with #7B908E are triadic colors.