COLOR #7BA378

HEX: #7BA378 RGB: (123,163,120)

Color info

#7BA378 contains red, green and blue colors in about the same proportion. Web safe color of #7BA378 is #669966 (or #696).

RGB color model

#7BA378 color RGB value is (123,163,120).

RGB: (123,163,120) (48%, 64%, 47%)

RGB channels and saturation

R 123 of 255 = 48%
G 163 of 255 = 64%
B 120 of 255 = 47%

123
163
120

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

Portions of RGB colors in percentages

R + G + B = 123 + 163 + 120 = 406 (100%)
R 123 of 406 ~ 30.3%
G 163 of 406 ~ 40.15%
B 120 of 406 ~ 29.56'%

%30.3
%40.15
%29.56

CMYK color model

#7BA378 color CMYK value is (25,0,26,36).

  • cyan value is 24.54%
  • magenta value is 0.00%
  • yellow value is 26.38%
  • key color value is 36.08%

CMYK: (25,0,26,36)
C25M0Y26K36 (25%, 0%, 26%, 36%)
(0.25 / 0.00 / 0.26 / 0.36)

CMYK percentages

%24.54
%0
%26.38
%36.08

Codes

Color #7BA378 in popluar color models

7B A3 78
RGB 123 163 120
HSL 116° 18.94% 55.49%
HSB/HSV 116° 26.38% 63.92%
CMYK 24.54% 0.00% 26.38%
36.08%

Color #7BA378 in popluar number systems.

HEX 7B A3 78
Decimal 123 163 120
Binary 1111011 10100011 1111000
Octal 173 243 170

Shades and tints

Shades of #7BA378

#7BA378
(123,163,120)
#70956E
(112,149,110)
#658764
(101,135,100)
#5A795A
(90,121,90)
#4F6B50
(79,107,80)
#445D46
(68,93,70)
#394F3C
(57,79,60)
#2E4132
(46,65,50)
#233328
(35,51,40)
#18251E
(24,37,30)
#0D1714
(13,23,20)
#000000
(0,0,0)

Tints of #7BA378

#7BA378
(123,163,120)
#87AB84
(135,171,132)
#93B390
(147,179,144)
#9FBB9C
(159,187,156)
#ABC3A8
(171,195,168)
#B7CBB4
(183,203,180)
#C3D3C0
(195,211,192)
#CFDBCC
(207,219,204)
#DBE3D8
(219,227,216)
#E7EBE4
(231,235,228)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BA378 color. Also use rgb(123,163,120) instead hex code.

Text Font Color

.myTextColor { color: #7BA378; }

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

This text font color is #7BA378.

Background Color

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

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

This div background color is #7BA378.

Border color

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

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

This div border color is #7BA378.

Opacity

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

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

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

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

This text has shadow with #7BA378 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BA378.

Preview

Color preview on black background

This text has color #7BA378 on black background.


Color preview on white background

This text has color #7BA378 on white background.


Black color preview on #7BA378 background

This text has black color on #7BA378 background.


White color preview on #7BA378 background

This text has white color on #7BA378 background.


Related colors

Complementary color

Complementary color for #hex is #845C87.


I love getcolorcode.com

Triadic colors

1 #787BA3 and #A3787B with #7BA378 are triadic colors.

2 #78A37B and #A37B78 with #7BA378 are triadic colors.