COLOR #7B7C7A

HEX: #7B7C7A RGB: (123,124,122)

Color info

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

RGB color model

#7B7C7A color RGB value is (123,124,122).

RGB: (123,124,122) (48%, 49%, 48%)

RGB channels and saturation

R 123 of 255 = 48%
G 124 of 255 = 49%
B 122 of 255 = 48%

123
124
122

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

Portions of RGB colors in percentages

R + G + B = 123 + 124 + 122 = 369 (100%)
R 123 of 369 ~ 33.33%
G 124 of 369 ~ 33.6%
B 122 of 369 ~ 33.06'%

%33.33
%33.6
%33.06

CMYK color model

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

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

CMYK: (1,0,2,51)
C1M0Y2K51 (1%, 0%, 2%, 51%)
(0.01 / 0.00 / 0.02 / 0.51)

CMYK percentages

%0.81
%0
%1.61
%51.37

Codes

Color #7B7C7A in popluar color models

7B 7C 7A
RGB 123 124 122
HSL 90° 0.81% 48.24%
HSB/HSV 90° 1.61% 48.63%
CMYK 0.81% 0.00% 1.61%
51.37%

Color #7B7C7A in popluar number systems.

HEX 7B 7C 7A
Decimal 123 124 122
Binary 1111011 1111100 1111010
Octal 173 174 172

Shades and tints

Shades of #7B7C7A

#7B7C7A
(123,124,122)
#70716F
(112,113,111)
#656664
(101,102,100)
#5A5B59
(90,91,89)
#4F504E
(79,80,78)
#444543
(68,69,67)
#393A38
(57,58,56)
#2E2F2D
(46,47,45)
#232422
(35,36,34)
#181917
(24,25,23)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #7B7C7A

#7B7C7A
(123,124,122)
#878786
(135,135,134)
#939292
(147,146,146)
#9F9D9E
(159,157,158)
#ABA8AA
(171,168,170)
#B7B3B6
(183,179,182)
#C3BEC2
(195,190,194)
#CFC9CE
(207,201,206)
#DBD4DA
(219,212,218)
#E7DFE6
(231,223,230)
#F3EAF2
(243,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7C7A; }

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

This text font color is #7B7C7A.

Background Color

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

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

This div background color is #7B7C7A.

Border color

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

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

This div border color is #7B7C7A.

Opacity

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

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

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

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

This text has shadow with #7B7C7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7C7A.

Preview

Color preview on black background

This text has color #7B7C7A on black background.


Color preview on white background

This text has color #7B7C7A on white background.


Black color preview on #7B7C7A background

This text has black color on #7B7C7A background.


White color preview on #7B7C7A background

This text has white color on #7B7C7A background.


Related colors

Complementary color

Complementary color for #hex is #848385.


I love getcolorcode.com

Triadic colors

1 #7A7B7C and #7C7A7B with #7B7C7A are triadic colors.

2 #7A7C7B and #7C7B7A with #7B7C7A are triadic colors.