COLOR #7B8592

HEX: #7B8592
RGB: (123,133,146)

Color info

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

RGB color model

#7B8592 color RGB value is (123,133,146).

  • red value is 123;
  • green value is 133;
  • blue value is 146.
RGB:
(123,133,146)
(48%,52%,57%)

RGB channels and saturation

R 123 of 255 = 48%
G 133 of 255 = 52%
B 146 of 255 = 57%

123
133
146

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

Portions of RGB colors in percentages

R + G + B =
123 + 133 + 146 = 402 (100%)
R 123 of 402 ~ 30.6%
G 133 of 402 ~ 33.08%
B 146 of 402 ~ 36.32%

%30.6
%33.08
%36.32

CMYK color model

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

  • cyan value is 15.75%
  • magenta value is 8.90%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(16,9,0,43)
C16M9Y0K43 
(16%,9%,0%,43%)
(0.16/0.09/0.00/0.43)	

CMYK percentages

%15.75
%8.9
%0
%42.75

Codes

Color #7B8592 in popluar color models

7B8592
RGB123133146
HSL214°9.54%52.75%
HSB/HSV214°15.75%57.25%
CMYK15.75%8.90%0.00%
42.75%

Color #7B8592 in popluar number systems.

HEX7B8592
Decimal123133146
Binary11110111000010110010010
Octal173205222

Shades and tints

Shades of #7B8592

#7B8592
(123,133,146)
#707985
(112,121,133)
#656D78
(101,109,120)
#5A616B
(90,97,107)
#4F555E
(79,85,94)
#444951
(68,73,81)
#393D44
(57,61,68)
#2E3137
(46,49,55)
#23252A
(35,37,42)
#18191D
(24,25,29)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #7B8592

#7B8592
(123,133,146)
#87909B
(135,144,155)
#939BA4
(147,155,164)
#9FA6AD
(159,166,173)
#ABB1B6
(171,177,182)
#B7BCBF
(183,188,191)
#C3C7C8
(195,199,200)
#CFD2D1
(207,210,209)
#DBDDDA
(219,221,218)
#E7E8E3
(231,232,227)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8592; }

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

This text font color is #7B8592.


Background Color

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

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

This div background color is #7B8592.


Border color

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

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

This div border color is #7B8592.


Opacity

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

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

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

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

This text has shadow with #7B8592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8592 on black background.


Color preview on white background

This text has color #7B8592 on white background.



Black color preview on #7B8592 background

This text has black color on #7B8592 background.


White color preview on #7B8592 background

This text has white color on #7B8592 background.