COLOR #7B9284

HEX: #7B9284
RGB: (123,146,132)

Color info

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

RGB color model

#7B9284 color RGB value is (123,146,132).

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

RGB channels and saturation

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

123
146
132

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

Portions of RGB colors in percentages

R + G + B =
123 + 146 + 132 = 401 (100%)
R 123 of 401 ~ 30.67%
G 146 of 401 ~ 36.41%
B 132 of 401 ~ 32.92%

%30.67
%36.41
%32.92

CMYK color model

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

  • cyan value is 15.75%
  • magenta value is 0.00%
  • yellow value is 9.59%
  • key color value is 42.75%
CMYK:
(16,0,10,43)
C16M0Y10K43 
(16%,0%,10%,43%)
(0.16/0.00/0.10/0.43)	

CMYK percentages

%15.75
%0
%9.59
%42.75

Codes

Color #7B9284 in popluar color models

7B9284
RGB123146132
HSL143°9.54%52.75%
HSB/HSV143°15.75%57.25%
CMYK15.75%0.00%9.59%
42.75%

Color #7B9284 in popluar number systems.

HEX7B9284
Decimal123146132
Binary11110111001001010000100
Octal173222204

Shades and tints

Shades of #7B9284

#7B9284
(123,146,132)
#708578
(112,133,120)
#65786C
(101,120,108)
#5A6B60
(90,107,96)
#4F5E54
(79,94,84)
#445148
(68,81,72)
#39443C
(57,68,60)
#2E3730
(46,55,48)
#232A24
(35,42,36)
#181D18
(24,29,24)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #7B9284

#7B9284
(123,146,132)
#879B8F
(135,155,143)
#93A49A
(147,164,154)
#9FADA5
(159,173,165)
#ABB6B0
(171,182,176)
#B7BFBB
(183,191,187)
#C3C8C6
(195,200,198)
#CFD1D1
(207,209,209)
#DBDADC
(219,218,220)
#E7E3E7
(231,227,231)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9284; }

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

This text font color is #7B9284.


Background Color

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

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

This div background color is #7B9284.


Border color

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

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

This div border color is #7B9284.


Opacity

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

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

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

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

This text has shadow with #7B9284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9284 on black background.


Color preview on white background

This text has color #7B9284 on white background.



Black color preview on #7B9284 background

This text has black color on #7B9284 background.


White color preview on #7B9284 background

This text has white color on #7B9284 background.