COLOR #7B7A75

HEX: #7B7A75
RGB: (123,122,117)

Color info

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

RGB color model

#7B7A75 color RGB value is (123,122,117).

  • red value is 123;
  • green value is 122;
  • blue value is 117.
RGB:
(123,122,117)
(48%,48%,46%)

RGB channels and saturation

R 123 of 255 = 48%
G 122 of 255 = 48%
B 117 of 255 = 46%

123
122
117

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

Portions of RGB colors in percentages

R + G + B =
123 + 122 + 117 = 362 (100%)
R 123 of 362 ~ 33.98%
G 122 of 362 ~ 33.7%
B 117 of 362 ~ 32.32%

%33.98
%33.7
%32.32

CMYK color model

#7B7A75 color CMYK value is (0,1,5,52).

  • cyan value is 0.00%
  • magenta value is 0.81%
  • yellow value is 4.88%
  • key color value is 51.76%
CMYK:
(0,1,5,52)
C0M1Y5K52 
(0%,1%,5%,52%)
(0.00/0.01/0.05/0.52)	

CMYK percentages

%0
%0.81
%4.88
%51.76

Codes

Color #7B7A75 in popluar color models

7B7A75
RGB123122117
HSL50°2.50%47.06%
HSB/HSV50°4.88%48.24%
CMYK0.00%0.81%4.88%
51.76%

Color #7B7A75 in popluar number systems.

HEX7B7A75
Decimal123122117
Binary111101111110101110101
Octal173172165

Shades and tints

Shades of #7B7A75

#7B7A75
(123,122,117)
#706F6B
(112,111,107)
#656461
(101,100,97)
#5A5957
(90,89,87)
#4F4E4D
(79,78,77)
#444343
(68,67,67)
#393839
(57,56,57)
#2E2D2F
(46,45,47)
#232225
(35,34,37)
#18171B
(24,23,27)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #7B7A75

#7B7A75
(123,122,117)
#878681
(135,134,129)
#93928D
(147,146,141)
#9F9E99
(159,158,153)
#ABAAA5
(171,170,165)
#B7B6B1
(183,182,177)
#C3C2BD
(195,194,189)
#CFCEC9
(207,206,201)
#DBDAD5
(219,218,213)
#E7E6E1
(231,230,225)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7A75; }

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

This text font color is #7B7A75.


Background Color

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

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

This div background color is #7B7A75.


Border color

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

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

This div border color is #7B7A75.


Opacity

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

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

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

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

This text has shadow with #7B7A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7A75 on black background.


Color preview on white background

This text has color #7B7A75 on white background.



Black color preview on #7B7A75 background

This text has black color on #7B7A75 background.


White color preview on #7B7A75 background

This text has white color on #7B7A75 background.