COLOR #7B9484

HEX: #7B9484
RGB: (123,148,132)

Color info

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

RGB color model

#7B9484 color RGB value is (123,148,132).

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

RGB channels and saturation

R 123 of 255 = 48%
G 148 of 255 = 58%
B 132 of 255 = 52%

123
148
132

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

Portions of RGB colors in percentages

R + G + B =
123 + 148 + 132 = 403 (100%)
R 123 of 403 ~ 30.52%
G 148 of 403 ~ 36.72%
B 132 of 403 ~ 32.75%

%30.52
%36.72
%32.75

CMYK color model

#7B9484 color CMYK value is (17,0,11,42).

  • cyan value is 16.89%
  • magenta value is 0.00%
  • yellow value is 10.81%
  • key color value is 41.96%
CMYK:
(17,0,11,42)
C17M0Y11K42 
(17%,0%,11%,42%)
(0.17/0.00/0.11/0.42)	

CMYK percentages

%16.89
%0
%10.81
%41.96

Codes

Color #7B9484 in popluar color models

7B9484
RGB123148132
HSL142°10.46%53.14%
HSB/HSV142°16.89%58.04%
CMYK16.89%0.00%10.81%
41.96%

Color #7B9484 in popluar number systems.

HEX7B9484
Decimal123148132
Binary11110111001010010000100
Octal173224204

Shades and tints

Shades of #7B9484

#7B9484
(123,148,132)
#708778
(112,135,120)
#657A6C
(101,122,108)
#5A6D60
(90,109,96)
#4F6054
(79,96,84)
#445348
(68,83,72)
#39463C
(57,70,60)
#2E3930
(46,57,48)
#232C24
(35,44,36)
#181F18
(24,31,24)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #7B9484

#7B9484
(123,148,132)
#879D8F
(135,157,143)
#93A69A
(147,166,154)
#9FAFA5
(159,175,165)
#ABB8B0
(171,184,176)
#B7C1BB
(183,193,187)
#C3CAC6
(195,202,198)
#CFD3D1
(207,211,209)
#DBDCDC
(219,220,220)
#E7E5E7
(231,229,231)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9484; }

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

This text font color is #7B9484.


Background Color

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

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

This div background color is #7B9484.


Border color

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

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

This div border color is #7B9484.


Opacity

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

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

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

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

This text has shadow with #7B9484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9484 on black background.


Color preview on white background

This text has color #7B9484 on white background.



Black color preview on #7B9484 background

This text has black color on #7B9484 background.


White color preview on #7B9484 background

This text has white color on #7B9484 background.