COLOR #7B695D

HEX: #7B695D
RGB: (123,105,93)

Color info

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

RGB color model

#7B695D color RGB value is (123,105,93).

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

RGB channels and saturation

R 123 of 255 = 48%
G 105 of 255 = 41%
B 93 of 255 = 36%

123
105
93

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

Portions of RGB colors in percentages

R + G + B =
123 + 105 + 93 = 321 (100%)
R 123 of 321 ~ 38.32%
G 105 of 321 ~ 32.71%
B 93 of 321 ~ 28.97%

%38.32
%32.71
%28.97

CMYK color model

#7B695D color CMYK value is (0,15,24,52).

  • cyan value is 0.00%
  • magenta value is 14.63%
  • yellow value is 24.39%
  • key color value is 51.76%
CMYK:
(0,15,24,52)
C0M15Y24K52 
(0%,15%,24%,52%)
(0.00/0.15/0.24/0.52)	

CMYK percentages

%0
%14.63
%24.39
%51.76

Codes

Color #7B695D in popluar color models

7B695D
RGB12310593
HSL24°13.89%42.35%
HSB/HSV24°24.39%48.24%
CMYK0.00%14.63%24.39%
51.76%

Color #7B695D in popluar number systems.

HEX7B695D
Decimal12310593
Binary111101111010011011101
Octal173151135

Shades and tints

Shades of #7B695D

#7B695D
(123,105,93)
#706055
(112,96,85)
#65574D
(101,87,77)
#5A4E45
(90,78,69)
#4F453D
(79,69,61)
#443C35
(68,60,53)
#39332D
(57,51,45)
#2E2A25
(46,42,37)
#23211D
(35,33,29)
#181815
(24,24,21)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #7B695D

#7B695D
(123,105,93)
#87766B
(135,118,107)
#938379
(147,131,121)
#9F9087
(159,144,135)
#AB9D95
(171,157,149)
#B7AAA3
(183,170,163)
#C3B7B1
(195,183,177)
#CFC4BF
(207,196,191)
#DBD1CD
(219,209,205)
#E7DEDB
(231,222,219)
#F3EBE9
(243,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B695D; }

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

This text font color is #7B695D.


Background Color

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

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

This div background color is #7B695D.


Border color

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

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

This div border color is #7B695D.


Opacity

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

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

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

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

This text has shadow with #7B695D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B695D on black background.


Color preview on white background

This text has color #7B695D on white background.



Black color preview on #7B695D background

This text has black color on #7B695D background.


White color preview on #7B695D background

This text has white color on #7B695D background.