COLOR #7B937D

HEX: #7B937D RGB: (123,147,125)

Color info

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

RGB color model

#7B937D color RGB value is (123,147,125).

RGB: (123,147,125) (48%, 58%, 49%)

RGB channels and saturation

R 123 of 255 = 48%
G 147 of 255 = 58%
B 125 of 255 = 49%

123
147
125

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

Portions of RGB colors in percentages

R + G + B = 123 + 147 + 125 = 395 (100%)
R 123 of 395 ~ 31.14%
G 147 of 395 ~ 37.22%
B 125 of 395 ~ 31.65'%

%31.14
%37.22
%31.65

CMYK color model

#7B937D color CMYK value is (16,0,15,42).

  • cyan value is 16.33%
  • magenta value is 0.00%
  • yellow value is 14.97%
  • key color value is 42.35%

CMYK: (16,0,15,42)
C16M0Y15K42 (16%, 0%, 15%, 42%)
(0.16 / 0.00 / 0.15 / 0.42)

CMYK percentages

%16.33
%0
%14.97
%42.35

Codes

Color #7B937D in popluar color models

7B 93 7D
RGB 123 147 125
HSL 125° 10.00% 52.94%
HSB/HSV 125° 16.33% 57.65%
CMYK 16.33% 0.00% 14.97%
42.35%

Color #7B937D in popluar number systems.

HEX 7B 93 7D
Decimal 123 147 125
Binary 1111011 10010011 1111101
Octal 173 223 175

Shades and tints

Shades of #7B937D

#7B937D
(123,147,125)
#708672
(112,134,114)
#657967
(101,121,103)
#5A6C5C
(90,108,92)
#4F5F51
(79,95,81)
#445246
(68,82,70)
#39453B
(57,69,59)
#2E3830
(46,56,48)
#232B25
(35,43,37)
#181E1A
(24,30,26)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #7B937D

#7B937D
(123,147,125)
#879C88
(135,156,136)
#93A593
(147,165,147)
#9FAE9E
(159,174,158)
#ABB7A9
(171,183,169)
#B7C0B4
(183,192,180)
#C3C9BF
(195,201,191)
#CFD2CA
(207,210,202)
#DBDBD5
(219,219,213)
#E7E4E0
(231,228,224)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B937D color. Also use rgb(123,147,125) instead hex code.

Text Font Color

.myTextColor { color: #7B937D; }

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

This text font color is #7B937D.

Background Color

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

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

This div background color is #7B937D.

Border color

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

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

This div border color is #7B937D.

Opacity

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

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

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

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

This text has shadow with #7B937D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B937D.

Preview

Color preview on black background

This text has color #7B937D on black background.


Color preview on white background

This text has color #7B937D on white background.


Black color preview on #7B937D background

This text has black color on #7B937D background.


White color preview on #7B937D background

This text has white color on #7B937D background.


Related colors

Complementary color

Complementary color for #hex is #846C82.


I love getcolorcode.com

Triadic colors

1 #7D7B93 and #937D7B with #7B937D are triadic colors.

2 #7D937B and #937B7D with #7B937D are triadic colors.