COLOR #7B626C

HEX: #7B626C RGB: (123,98,108)

Color info

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

RGB color model

#7B626C color RGB value is (123,98,108).

RGB: (123,98,108) (48%, 38%, 42%)

RGB channels and saturation

R 123 of 255 = 48%
G 98 of 255 = 38%
B 108 of 255 = 42%

123
98
108

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

Portions of RGB colors in percentages

R + G + B = 123 + 98 + 108 = 329 (100%)
R 123 of 329 ~ 37.39%
G 98 of 329 ~ 29.79%
B 108 of 329 ~ 32.83'%

%37.39
%29.79
%32.83

CMYK color model

#7B626C color CMYK value is (0,20,12,52).

  • cyan value is 0.00%
  • magenta value is 20.33%
  • yellow value is 12.20%
  • key color value is 51.76%

CMYK: (0,20,12,52)
C0M20Y12K52 (0%, 20%, 12%, 52%)
(0.00 / 0.20 / 0.12 / 0.52)

CMYK percentages

%0
%20.33
%12.2
%51.76

Codes

Color #7B626C in popluar color models

7B 62 6C
RGB 123 98 108
HSL 336° 11.31% 43.33%
HSB/HSV 336° 20.33% 48.24%
CMYK 0.00% 20.33% 12.20%
51.76%

Color #7B626C in popluar number systems.

HEX 7B 62 6C
Decimal 123 98 108
Binary 1111011 1100010 1101100
Octal 173 142 154

Shades and tints

Shades of #7B626C

#7B626C
(123,98,108)
#705A63
(112,90,99)
#65525A
(101,82,90)
#5A4A51
(90,74,81)
#4F4248
(79,66,72)
#443A3F
(68,58,63)
#393236
(57,50,54)
#2E2A2D
(46,42,45)
#232224
(35,34,36)
#181A1B
(24,26,27)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #7B626C

#7B626C
(123,98,108)
#877079
(135,112,121)
#937E86
(147,126,134)
#9F8C93
(159,140,147)
#AB9AA0
(171,154,160)
#B7A8AD
(183,168,173)
#C3B6BA
(195,182,186)
#CFC4C7
(207,196,199)
#DBD2D4
(219,210,212)
#E7E0E1
(231,224,225)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B626C color. Also use rgb(123,98,108) instead hex code.

Text Font Color

.myTextColor { color: #7B626C; }

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

This text font color is #7B626C.

Background Color

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

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

This div background color is #7B626C.

Border color

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

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

This div border color is #7B626C.

Opacity

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

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

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

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

This text has shadow with #7B626C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B626C.

Preview

Color preview on black background

This text has color #7B626C on black background.


Color preview on white background

This text has color #7B626C on white background.


Black color preview on #7B626C background

This text has black color on #7B626C background.


White color preview on #7B626C background

This text has white color on #7B626C background.


Related colors

Complementary color

Complementary color for #hex is #849D93.


I love getcolorcode.com

Triadic colors

1 #6C7B62 and #626C7B with #7B626C are triadic colors.

2 #6C627B and #627B6C with #7B626C are triadic colors.