COLOR #7B765E

HEX: #7B765E
RGB: (123,118,94)

Color info

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

RGB color model

#7B765E color RGB value is (123,118,94).

  • red value is 123;
  • green value is 118;
  • blue value is 94.
RGB:
(123,118,94)
(48%,46%,37%)

RGB channels and saturation

R 123 of 255 = 48%
G 118 of 255 = 46%
B 94 of 255 = 37%

123
118
94

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

Portions of RGB colors in percentages

R + G + B =
123 + 118 + 94 = 335 (100%)
R 123 of 335 ~ 36.72%
G 118 of 335 ~ 35.22%
B 94 of 335 ~ 28.06%

%36.72
%35.22
%28.06

CMYK color model

#7B765E color CMYK value is (0,4,24,52).

  • cyan value is 0.00%
  • magenta value is 4.07%
  • yellow value is 23.58%
  • key color value is 51.76%
CMYK:
(0,4,24,52)
C0M4Y24K52 
(0%,4%,24%,52%)
(0.00/0.04/0.24/0.52)	

CMYK percentages

%0
%4.07
%23.58
%51.76

Codes

Color #7B765E in popluar color models

7B765E
RGB12311894
HSL50°13.36%42.55%
HSB/HSV50°23.58%48.24%
CMYK0.00%4.07%23.58%
51.76%

Color #7B765E in popluar number systems.

HEX7B765E
Decimal12311894
Binary111101111101101011110
Octal173166136

Shades and tints

Shades of #7B765E

#7B765E
(123,118,94)
#706C56
(112,108,86)
#65624E
(101,98,78)
#5A5846
(90,88,70)
#4F4E3E
(79,78,62)
#444436
(68,68,54)
#393A2E
(57,58,46)
#2E3026
(46,48,38)
#23261E
(35,38,30)
#181C16
(24,28,22)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #7B765E

#7B765E
(123,118,94)
#87826C
(135,130,108)
#938E7A
(147,142,122)
#9F9A88
(159,154,136)
#ABA696
(171,166,150)
#B7B2A4
(183,178,164)
#C3BEB2
(195,190,178)
#CFCAC0
(207,202,192)
#DBD6CE
(219,214,206)
#E7E2DC
(231,226,220)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B765E color. Also use rgb(123,118,94) instead hex code.

Text Font Color

.myTextColor { color: #7B765E; }

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

This text font color is #7B765E.


Background Color

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

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

This div background color is #7B765E.


Border color

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

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

This div border color is #7B765E.


Opacity

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

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

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

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

This text has shadow with #7B765E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B765E on black background.


Color preview on white background

This text has color #7B765E on white background.



Black color preview on #7B765E background

This text has black color on #7B765E background.


White color preview on #7B765E background

This text has white color on #7B765E background.