COLOR #7B695A

HEX: #7B695A
RGB: (123,105,90)

Color info

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

RGB color model

#7B695A color RGB value is (123,105,90).

  • red value is 123;
  • green value is 105;
  • blue value is 90.
RGB:
(123,105,90)
(48%,41%,35%)

RGB channels and saturation

R 123 of 255 = 48%
G 105 of 255 = 41%
B 90 of 255 = 35%

123
105
90

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

Portions of RGB colors in percentages

R + G + B =
123 + 105 + 90 = 318 (100%)
R 123 of 318 ~ 38.68%
G 105 of 318 ~ 33.02%
B 90 of 318 ~ 28.3%

%38.68
%33.02
%28.3

CMYK color model

#7B695A color CMYK value is (0,15,27,52).

  • cyan value is 0.00%
  • magenta value is 14.63%
  • yellow value is 26.83%
  • key color value is 51.76%
CMYK:
(0,15,27,52)
C0M15Y27K52 
(0%,15%,27%,52%)
(0.00/0.15/0.27/0.52)	

CMYK percentages

%0
%14.63
%26.83
%51.76

Codes

Color #7B695A in popluar color models

7B695A
RGB12310590
HSL27°15.49%41.76%
HSB/HSV27°26.83%48.24%
CMYK0.00%14.63%26.83%
51.76%

Color #7B695A in popluar number systems.

HEX7B695A
Decimal12310590
Binary111101111010011011010
Octal173151132

Shades and tints

Shades of #7B695A

#7B695A
(123,105,90)
#706052
(112,96,82)
#65574A
(101,87,74)
#5A4E42
(90,78,66)
#4F453A
(79,69,58)
#443C32
(68,60,50)
#39332A
(57,51,42)
#2E2A22
(46,42,34)
#23211A
(35,33,26)
#181812
(24,24,18)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #7B695A

#7B695A
(123,105,90)
#877669
(135,118,105)
#938378
(147,131,120)
#9F9087
(159,144,135)
#AB9D96
(171,157,150)
#B7AAA5
(183,170,165)
#C3B7B4
(195,183,180)
#CFC4C3
(207,196,195)
#DBD1D2
(219,209,210)
#E7DEE1
(231,222,225)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B695A color. Also use rgb(123,105,90) instead hex code.

Text Font Color

.myTextColor { color: #7B695A; }

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

This text font color is #7B695A.


Background Color

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

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

This div background color is #7B695A.


Border color

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

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

This div border color is #7B695A.


Opacity

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

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

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

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

This text has shadow with #7B695A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B695A on black background.


Color preview on white background

This text has color #7B695A on white background.



Black color preview on #7B695A background

This text has black color on #7B695A background.


White color preview on #7B695A background

This text has white color on #7B695A background.