COLOR #7B737C

HEX: #7B737C RGB: (123,115,124)

Color info

#7B737C contains red, green and blue colors in about the same proportion. Web safe color of #7B737C is #666666 (or #666).

RGB color model

#7B737C color RGB value is (123,115,124).

RGB: (123,115,124) (48%, 45%, 49%)

RGB channels and saturation

R 123 of 255 = 48%
G 115 of 255 = 45%
B 124 of 255 = 49%

123
115
124

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

Portions of RGB colors in percentages

R + G + B = 123 + 115 + 124 = 362 (100%)
R 123 of 362 ~ 33.98%
G 115 of 362 ~ 31.77%
B 124 of 362 ~ 34.25'%

%33.98
%31.77
%34.25

CMYK color model

#7B737C color CMYK value is (1,7,0,51).

  • cyan value is 0.81%
  • magenta value is 7.26%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (1,7,0,51)
C1M7Y0K51 (1%, 7%, 0%, 51%)
(0.01 / 0.07 / 0.00 / 0.51)

CMYK percentages

%0.81
%7.26
%0
%51.37

Codes

Color #7B737C in popluar color models

7B 73 7C
RGB 123 115 124
HSL 293° 3.77% 46.86%
HSB/HSV 293° 7.26% 48.63%
CMYK 0.81% 7.26% 0.00%
51.37%

Color #7B737C in popluar number systems.

HEX 7B 73 7C
Decimal 123 115 124
Binary 1111011 1110011 1111100
Octal 173 163 174

Shades and tints

Shades of #7B737C

#7B737C
(123,115,124)
#706971
(112,105,113)
#655F66
(101,95,102)
#5A555B
(90,85,91)
#4F4B50
(79,75,80)
#444145
(68,65,69)
#39373A
(57,55,58)
#2E2D2F
(46,45,47)
#232324
(35,35,36)
#181919
(24,25,25)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #7B737C

#7B737C
(123,115,124)
#877F87
(135,127,135)
#938B92
(147,139,146)
#9F979D
(159,151,157)
#ABA3A8
(171,163,168)
#B7AFB3
(183,175,179)
#C3BBBE
(195,187,190)
#CFC7C9
(207,199,201)
#DBD3D4
(219,211,212)
#E7DFDF
(231,223,223)
#F3EBEA
(243,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B737C color. Also use rgb(123,115,124) instead hex code.

Text Font Color

.myTextColor { color: #7B737C; }

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

This text font color is #7B737C.

Background Color

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

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

This div background color is #7B737C.

Border color

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

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

This div border color is #7B737C.

Opacity

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

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

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

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

This text has shadow with #7B737C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B737C.

Preview

Color preview on black background

This text has color #7B737C on black background.


Color preview on white background

This text has color #7B737C on white background.


Black color preview on #7B737C background

This text has black color on #7B737C background.


White color preview on #7B737C background

This text has white color on #7B737C background.


Related colors

Complementary color

Complementary color for #hex is #848C83.


I love getcolorcode.com

Triadic colors

1 #7C7B73 and #737C7B with #7B737C are triadic colors.

2 #7C737B and #737B7C with #7B737C are triadic colors.