COLOR #7BA79C

HEX: #7BA79C RGB: (123,167,156)

Color info

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

RGB color model

#7BA79C color RGB value is (123,167,156).

RGB: (123,167,156) (48%, 65%, 61%)

RGB channels and saturation

R 123 of 255 = 48%
G 167 of 255 = 65%
B 156 of 255 = 61%

123
167
156

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

Portions of RGB colors in percentages

R + G + B = 123 + 167 + 156 = 446 (100%)
R 123 of 446 ~ 27.58%
G 167 of 446 ~ 37.44%
B 156 of 446 ~ 34.98'%

%27.58
%37.44
%34.98

CMYK color model

#7BA79C color CMYK value is (26,0,7,35).

  • cyan value is 26.35%
  • magenta value is 0.00%
  • yellow value is 6.59%
  • key color value is 34.51%

CMYK: (26,0,7,35)
C26M0Y7K35 (26%, 0%, 7%, 35%)
(0.26 / 0.00 / 0.07 / 0.35)

CMYK percentages

%26.35
%0
%6.59
%34.51

Codes

Color #7BA79C in popluar color models

7B A7 9C
RGB 123 167 156
HSL 165° 20.00% 56.86%
HSB/HSV 165° 26.35% 65.49%
CMYK 26.35% 0.00% 6.59%
34.51%

Color #7BA79C in popluar number systems.

HEX 7B A7 9C
Decimal 123 167 156
Binary 1111011 10100111 10011100
Octal 173 247 234

Shades and tints

Shades of #7BA79C

#7BA79C
(123,167,156)
#70988E
(112,152,142)
#658980
(101,137,128)
#5A7A72
(90,122,114)
#4F6B64
(79,107,100)
#445C56
(68,92,86)
#394D48
(57,77,72)
#2E3E3A
(46,62,58)
#232F2C
(35,47,44)
#18201E
(24,32,30)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #7BA79C

#7BA79C
(123,167,156)
#87AFA5
(135,175,165)
#93B7AE
(147,183,174)
#9FBFB7
(159,191,183)
#ABC7C0
(171,199,192)
#B7CFC9
(183,207,201)
#C3D7D2
(195,215,210)
#CFDFDB
(207,223,219)
#DBE7E4
(219,231,228)
#E7EFED
(231,239,237)
#F3F7F6
(243,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BA79C color. Also use rgb(123,167,156) instead hex code.

Text Font Color

.myTextColor { color: #7BA79C; }

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

This text font color is #7BA79C.

Background Color

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

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

This div background color is #7BA79C.

Border color

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

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

This div border color is #7BA79C.

Opacity

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

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

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

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

This text has shadow with #7BA79C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BA79C.

Preview

Color preview on black background

This text has color #7BA79C on black background.


Color preview on white background

This text has color #7BA79C on white background.


Black color preview on #7BA79C background

This text has black color on #7BA79C background.


White color preview on #7BA79C background

This text has white color on #7BA79C background.


Related colors

Complementary color

Complementary color for #hex is #845863.


I love getcolorcode.com

Triadic colors

1 #9C7BA7 and #A79C7B with #7BA79C are triadic colors.

2 #9CA77B and #A77B9C with #7BA79C are triadic colors.