COLOR #7A7B75

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

122
123
117

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

Portions of RGB colors in percentages

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

%33.7
%33.98
%32.32

CMYK color model

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

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

CMYK percentages

%0.81
%0
%4.88
%51.76

Codes

Color #7A7B75 in popluar color models

7A7B75
RGB122123117
HSL70°2.50%47.06%
HSB/HSV70°4.88%48.24%
CMYK0.81%0.00%4.88%
51.76%

Color #7A7B75 in popluar number systems.

HEX7A7B75
Decimal122123117
Binary111101011110111110101
Octal172173165

Shades and tints

Shades of #7A7B75

#7A7B75
(122,123,117)
#6F706B
(111,112,107)
#646561
(100,101,97)
#595A57
(89,90,87)
#4E4F4D
(78,79,77)
#434443
(67,68,67)
#383939
(56,57,57)
#2D2E2F
(45,46,47)
#222325
(34,35,37)
#17181B
(23,24,27)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #7A7B75

#7A7B75
(122,123,117)
#868781
(134,135,129)
#92938D
(146,147,141)
#9E9F99
(158,159,153)
#AAABA5
(170,171,165)
#B6B7B1
(182,183,177)
#C2C3BD
(194,195,189)
#CECFC9
(206,207,201)
#DADBD5
(218,219,213)
#E6E7E1
(230,231,225)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7B75; }

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

This text font color is #7A7B75.


Background Color

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

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

This div background color is #7A7B75.


Border color

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

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

This div border color is #7A7B75.


Opacity

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

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

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

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

This text has shadow with #7A7B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7B75 on black background.


Color preview on white background

This text has color #7A7B75 on white background.



Black color preview on #7A7B75 background

This text has black color on #7A7B75 background.


White color preview on #7A7B75 background

This text has white color on #7A7B75 background.