COLOR #7B7075

HEX: #7B7075
RGB: (123,112,117)

Color info

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

RGB color model

#7B7075 color RGB value is (123,112,117).

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

RGB channels and saturation

R 123 of 255 = 48%
G 112 of 255 = 44%
B 117 of 255 = 46%

123
112
117

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

Portions of RGB colors in percentages

R + G + B =
123 + 112 + 117 = 352 (100%)
R 123 of 352 ~ 34.94%
G 112 of 352 ~ 31.82%
B 117 of 352 ~ 33.24%

%34.94
%31.82
%33.24

CMYK color model

#7B7075 color CMYK value is (0,9,5,52).

  • cyan value is 0.00%
  • magenta value is 8.94%
  • yellow value is 4.88%
  • key color value is 51.76%
CMYK:
(0,9,5,52)
C0M9Y5K52 
(0%,9%,5%,52%)
(0.00/0.09/0.05/0.52)	

CMYK percentages

%0
%8.94
%4.88
%51.76

Codes

Color #7B7075 in popluar color models

7B7075
RGB123112117
HSL333°4.68%46.08%
HSB/HSV333°8.94%48.24%
CMYK0.00%8.94%4.88%
51.76%

Color #7B7075 in popluar number systems.

HEX7B7075
Decimal123112117
Binary111101111100001110101
Octal173160165

Shades and tints

Shades of #7B7075

#7B7075
(123,112,117)
#70666B
(112,102,107)
#655C61
(101,92,97)
#5A5257
(90,82,87)
#4F484D
(79,72,77)
#443E43
(68,62,67)
#393439
(57,52,57)
#2E2A2F
(46,42,47)
#232025
(35,32,37)
#18161B
(24,22,27)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #7B7075

#7B7075
(123,112,117)
#877D81
(135,125,129)
#938A8D
(147,138,141)
#9F9799
(159,151,153)
#ABA4A5
(171,164,165)
#B7B1B1
(183,177,177)
#C3BEBD
(195,190,189)
#CFCBC9
(207,203,201)
#DBD8D5
(219,216,213)
#E7E5E1
(231,229,225)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7075; }

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

This text font color is #7B7075.


Background Color

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

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

This div background color is #7B7075.


Border color

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

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

This div border color is #7B7075.


Opacity

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

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

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

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

This text has shadow with #7B7075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7075 on black background.


Color preview on white background

This text has color #7B7075 on white background.



Black color preview on #7B7075 background

This text has black color on #7B7075 background.


White color preview on #7B7075 background

This text has white color on #7B7075 background.