COLOR #7B7775

HEX: #7B7775 RGB: (123,119,117)

Color info

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

RGB color model

#7B7775 color RGB value is (123,119,117).

RGB: (123,119,117) (48%, 47%, 46%)

RGB channels and saturation

R 123 of 255 = 48%
G 119 of 255 = 47%
B 117 of 255 = 46%

123
119
117

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

Portions of RGB colors in percentages

R + G + B = 123 + 119 + 117 = 359 (100%)
R 123 of 359 ~ 34.26%
G 119 of 359 ~ 33.15%
B 117 of 359 ~ 32.59'%

%34.26
%33.15
%32.59

CMYK color model

#7B7775 color CMYK value is (0,3,5,52).

  • cyan value is 0.00%
  • magenta value is 3.25%
  • yellow value is 4.88%
  • key color value is 51.76%
CMYK: (0,3,5,52) C0M3Y5K52 (0%,3%,5%,52%) (0.00/0.03/0.05/0.52) 

CMYK percentages

%0
%3.25
%4.88
%51.76

Codes

Color #7B7775 in popluar color models

7B 77 75
RGB 123 119 117
HSL 20° 2.50% 47.06%
HSB/HSV 20° 4.88% 48.24%
CMYK 0.00% 3.25% 4.88%
51.76%

Color #7B7775 in popluar number systems.

HEX 7B 77 75
Decimal 123 119 117
Binary 1111011 1110111 1110101
Octal 173 167 165

Shades and tints

Shades of #7B7775

#7B7775
(123,119,117)
#706D6B
(112,109,107)
#656361
(101,99,97)
#5A5957
(90,89,87)
#4F4F4D
(79,79,77)
#444543
(68,69,67)
#393B39
(57,59,57)
#2E312F
(46,49,47)
#232725
(35,39,37)
#181D1B
(24,29,27)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #7B7775

#7B7775
(123,119,117)
#878381
(135,131,129)
#938F8D
(147,143,141)
#9F9B99
(159,155,153)
#ABA7A5
(171,167,165)
#B7B3B1
(183,179,177)
#C3BFBD
(195,191,189)
#CFCBC9
(207,203,201)
#DBD7D5
(219,215,213)
#E7E3E1
(231,227,225)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7775 color. Also use rgb(123,119,117) instead hex code.

Text Font Color

.myTextColor { color: #7B7775; }

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

This text font color is #7B7775.

Background Color

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

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

This div background color is #7B7775.

Border color

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

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

This div border color is #7B7775.

Opacity

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

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

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

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

This text has shadow with #7B7775 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7775.

Preview

Color preview on black background

This text has color #7B7775 on black background.


Color preview on white background

This text has color #7B7775 on white background.


Black color preview on #7B7775 background

This text has black color on #7B7775 background.


White color preview on #7B7775 background

This text has white color on #7B7775 background.


Related colors

Complementary color

Complementary color for #hex is #84888A.


I love getcolorcode.com

Triadic colors

1 #757B77 and #77757B with #7B7775 are triadic colors.

2 #75777B and #777B75 with #7B7775 are triadic colors.