COLOR #7B9288

HEX: #7B9288 RGB: (123,146,136)

Color info

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

RGB color model

#7B9288 color RGB value is (123,146,136).

RGB: (123,146,136) (48%, 57%, 53%)

RGB channels and saturation

R 123 of 255 = 48%
G 146 of 255 = 57%
B 136 of 255 = 53%

123
146
136

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

Portions of RGB colors in percentages

R + G + B = 123 + 146 + 136 = 405 (100%)
R 123 of 405 ~ 30.37%
G 146 of 405 ~ 36.05%
B 136 of 405 ~ 33.58'%

%30.37
%36.05
%33.58

CMYK color model

#7B9288 color CMYK value is (16,0,7,43).

  • cyan value is 15.75%
  • magenta value is 0.00%
  • yellow value is 6.85%
  • key color value is 42.75%

CMYK: (16,0,7,43)
C16M0Y7K43 (16%, 0%, 7%, 43%)
(0.16 / 0.00 / 0.07 / 0.43)

CMYK percentages

%15.75
%0
%6.85
%42.75

Codes

Color #7B9288 in popluar color models

7B 92 88
RGB 123 146 136
HSL 154° 9.54% 52.75%
HSB/HSV 154° 15.75% 57.25%
CMYK 15.75% 0.00% 6.85%
42.75%

Color #7B9288 in popluar number systems.

HEX 7B 92 88
Decimal 123 146 136
Binary 1111011 10010010 10001000
Octal 173 222 210

Shades and tints

Shades of #7B9288

#7B9288
(123,146,136)
#70857C
(112,133,124)
#657870
(101,120,112)
#5A6B64
(90,107,100)
#4F5E58
(79,94,88)
#44514C
(68,81,76)
#394440
(57,68,64)
#2E3734
(46,55,52)
#232A28
(35,42,40)
#181D1C
(24,29,28)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #7B9288

#7B9288
(123,146,136)
#879B92
(135,155,146)
#93A49C
(147,164,156)
#9FADA6
(159,173,166)
#ABB6B0
(171,182,176)
#B7BFBA
(183,191,186)
#C3C8C4
(195,200,196)
#CFD1CE
(207,209,206)
#DBDAD8
(219,218,216)
#E7E3E2
(231,227,226)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9288; }

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

This text font color is #7B9288.

Background Color

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

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

This div background color is #7B9288.

Border color

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

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

This div border color is #7B9288.

Opacity

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

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

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

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

This text has shadow with #7B9288 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B9288.

Preview

Color preview on black background

This text has color #7B9288 on black background.


Color preview on white background

This text has color #7B9288 on white background.


Black color preview on #7B9288 background

This text has black color on #7B9288 background.


White color preview on #7B9288 background

This text has white color on #7B9288 background.


Related colors

Complementary color

Complementary color for #hex is #846D77.


I love getcolorcode.com

Triadic colors

1 #887B92 and #92887B with #7B9288 are triadic colors.

2 #88927B and #927B88 with #7B9288 are triadic colors.