COLOR #7B9477

HEX: #7B9477 RGB: (123,148,119)

Color info

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

RGB color model

#7B9477 color RGB value is (123,148,119).

RGB: (123,148,119) (48%, 58%, 47%)

RGB channels and saturation

R 123 of 255 = 48%
G 148 of 255 = 58%
B 119 of 255 = 47%

123
148
119

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

Portions of RGB colors in percentages

R + G + B = 123 + 148 + 119 = 390 (100%)
R 123 of 390 ~ 31.54%
G 148 of 390 ~ 37.95%
B 119 of 390 ~ 30.51'%

%31.54
%37.95
%30.51

CMYK color model

#7B9477 color CMYK value is (17,0,20,42).

  • cyan value is 16.89%
  • magenta value is 0.00%
  • yellow value is 19.59%
  • key color value is 41.96%
CMYK: (17,0,20,42) C17M0Y20K42 (17%,0%,20%,42%) (0.17/0.00/0.20/0.42) 

CMYK percentages

%16.89
%0
%19.59
%41.96

Codes

Color #7B9477 in popluar color models

7B 94 77
RGB 123 148 119
HSL 112° 11.93% 52.35%
HSB/HSV 112° 19.59% 58.04%
CMYK 16.89% 0.00% 19.59%
41.96%

Color #7B9477 in popluar number systems.

HEX 7B 94 77
Decimal 123 148 119
Binary 1111011 10010100 1110111
Octal 173 224 167

Shades and tints

Shades of #7B9477

#7B9477
(123,148,119)
#70876D
(112,135,109)
#657A63
(101,122,99)
#5A6D59
(90,109,89)
#4F604F
(79,96,79)
#445345
(68,83,69)
#39463B
(57,70,59)
#2E3931
(46,57,49)
#232C27
(35,44,39)
#181F1D
(24,31,29)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #7B9477

#7B9477
(123,148,119)
#879D83
(135,157,131)
#93A68F
(147,166,143)
#9FAF9B
(159,175,155)
#ABB8A7
(171,184,167)
#B7C1B3
(183,193,179)
#C3CABF
(195,202,191)
#CFD3CB
(207,211,203)
#DBDCD7
(219,220,215)
#E7E5E3
(231,229,227)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9477; }

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

This text font color is #7B9477.

Background Color

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

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

This div background color is #7B9477.

Border color

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

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

This div border color is #7B9477.

Opacity

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

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

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

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

This text has shadow with #7B9477 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B9477.

Preview

Color preview on black background

This text has color #7B9477 on black background.


Color preview on white background

This text has color #7B9477 on white background.


Black color preview on #7B9477 background

This text has black color on #7B9477 background.


White color preview on #7B9477 background

This text has white color on #7B9477 background.


Related colors

Complementary color

Complementary color for #hex is #846B88.


I love getcolorcode.com

Triadic colors

1 #777B94 and #94777B with #7B9477 are triadic colors.

2 #77947B and #947B77 with #7B9477 are triadic colors.