COLOR #7B7374

HEX: #7B7374 RGB: (123,115,116)

Color info

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

RGB color model

#7B7374 color RGB value is (123,115,116).

RGB: (123,115,116) (48%, 45%, 45%)

RGB channels and saturation

R 123 of 255 = 48%
G 115 of 255 = 45%
B 116 of 255 = 45%

123
115
116

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

Portions of RGB colors in percentages

R + G + B = 123 + 115 + 116 = 354 (100%)
R 123 of 354 ~ 34.75%
G 115 of 354 ~ 32.49%
B 116 of 354 ~ 32.77'%

%34.75
%32.49
%32.77

CMYK color model

#7B7374 color CMYK value is (0,7,6,52).

  • cyan value is 0.00%
  • magenta value is 6.50%
  • yellow value is 5.69%
  • key color value is 51.76%

CMYK: (0,7,6,52)
C0M7Y6K52 (0%, 7%, 6%, 52%)
(0.00 / 0.07 / 0.06 / 0.52)

CMYK percentages

%0
%6.5
%5.69
%51.76

Codes

Color #7B7374 in popluar color models

7B 73 74
RGB 123 115 116
HSL 353° 3.36% 46.67%
HSB/HSV 353° 6.50% 48.24%
CMYK 0.00% 6.50% 5.69%
51.76%

Color #7B7374 in popluar number systems.

HEX 7B 73 74
Decimal 123 115 116
Binary 1111011 1110011 1110100
Octal 173 163 164

Shades and tints

Shades of #7B7374

#7B7374
(123,115,116)
#70696A
(112,105,106)
#655F60
(101,95,96)
#5A5556
(90,85,86)
#4F4B4C
(79,75,76)
#444142
(68,65,66)
#393738
(57,55,56)
#2E2D2E
(46,45,46)
#232324
(35,35,36)
#18191A
(24,25,26)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #7B7374

#7B7374
(123,115,116)
#877F80
(135,127,128)
#938B8C
(147,139,140)
#9F9798
(159,151,152)
#ABA3A4
(171,163,164)
#B7AFB0
(183,175,176)
#C3BBBC
(195,187,188)
#CFC7C8
(207,199,200)
#DBD3D4
(219,211,212)
#E7DFE0
(231,223,224)
#F3EBEC
(243,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7374; }

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

This text font color is #7B7374.

Background Color

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

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

This div background color is #7B7374.

Border color

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

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

This div border color is #7B7374.

Opacity

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

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

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

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

This text has shadow with #7B7374 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7374.

Preview

Color preview on black background

This text has color #7B7374 on black background.


Color preview on white background

This text has color #7B7374 on white background.


Black color preview on #7B7374 background

This text has black color on #7B7374 background.


White color preview on #7B7374 background

This text has white color on #7B7374 background.


Related colors

Complementary color

Complementary color for #hex is #848C8B.


I love getcolorcode.com

Triadic colors

1 #747B73 and #73747B with #7B7374 are triadic colors.

2 #74737B and #737B74 with #7B7374 are triadic colors.