COLOR #7B736A

HEX: #7B736A RGB: (123,115,106)

Color info

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

RGB color model

#7B736A color RGB value is (123,115,106).

RGB: (123,115,106) (48%, 45%, 42%)

RGB channels and saturation

R 123 of 255 = 48%
G 115 of 255 = 45%
B 106 of 255 = 42%

123
115
106

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

Portions of RGB colors in percentages

R + G + B = 123 + 115 + 106 = 344 (100%)
R 123 of 344 ~ 35.76%
G 115 of 344 ~ 33.43%
B 106 of 344 ~ 30.81'%

%35.76
%33.43
%30.81

CMYK color model

#7B736A color CMYK value is (0,7,14,52).

  • cyan value is 0.00%
  • magenta value is 6.50%
  • yellow value is 13.82%
  • key color value is 51.76%

CMYK: (0,7,14,52)
C0M7Y14K52 (0%, 7%, 14%, 52%)
(0.00 / 0.07 / 0.14 / 0.52)

CMYK percentages

%0
%6.5
%13.82
%51.76

Codes

Color #7B736A in popluar color models

7B 73 6A
RGB 123 115 106
HSL 32° 7.42% 44.90%
HSB/HSV 32° 13.82% 48.24%
CMYK 0.00% 6.50% 13.82%
51.76%

Color #7B736A in popluar number systems.

HEX 7B 73 6A
Decimal 123 115 106
Binary 1111011 1110011 1101010
Octal 173 163 152

Shades and tints

Shades of #7B736A

#7B736A
(123,115,106)
#706961
(112,105,97)
#655F58
(101,95,88)
#5A554F
(90,85,79)
#4F4B46
(79,75,70)
#44413D
(68,65,61)
#393734
(57,55,52)
#2E2D2B
(46,45,43)
#232322
(35,35,34)
#181919
(24,25,25)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #7B736A

#7B736A
(123,115,106)
#877F77
(135,127,119)
#938B84
(147,139,132)
#9F9791
(159,151,145)
#ABA39E
(171,163,158)
#B7AFAB
(183,175,171)
#C3BBB8
(195,187,184)
#CFC7C5
(207,199,197)
#DBD3D2
(219,211,210)
#E7DFDF
(231,223,223)
#F3EBEC
(243,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B736A color. Also use rgb(123,115,106) instead hex code.

Text Font Color

.myTextColor { color: #7B736A; }

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

This text font color is #7B736A.

Background Color

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

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

This div background color is #7B736A.

Border color

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

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

This div border color is #7B736A.

Opacity

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

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

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

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

This text has shadow with #7B736A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B736A.

Preview

Color preview on black background

This text has color #7B736A on black background.


Color preview on white background

This text has color #7B736A on white background.


Black color preview on #7B736A background

This text has black color on #7B736A background.


White color preview on #7B736A background

This text has white color on #7B736A background.


Related colors

Complementary color

Complementary color for #hex is #848C95.


I love getcolorcode.com

Triadic colors

1 #6A7B73 and #736A7B with #7B736A are triadic colors.

2 #6A737B and #737B6A with #7B736A are triadic colors.