COLOR #7B645D

HEX: #7B645D
RGB: (123,100,93)

Color info

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

RGB color model

#7B645D color RGB value is (123,100,93).

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

RGB channels and saturation

R 123 of 255 = 48%
G 100 of 255 = 39%
B 93 of 255 = 36%

123
100
93

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

Portions of RGB colors in percentages

R + G + B =
123 + 100 + 93 = 316 (100%)
R 123 of 316 ~ 38.92%
G 100 of 316 ~ 31.65%
B 93 of 316 ~ 29.43%

%38.92
%31.65
%29.43

CMYK color model

#7B645D color CMYK value is (0,19,24,52).

  • cyan value is 0.00%
  • magenta value is 18.70%
  • yellow value is 24.39%
  • key color value is 51.76%
CMYK:
(0,19,24,52)
C0M19Y24K52 
(0%,19%,24%,52%)
(0.00/0.19/0.24/0.52)	

CMYK percentages

%0
%18.7
%24.39
%51.76

Codes

Color #7B645D in popluar color models

7B645D
RGB12310093
HSL14°13.89%42.35%
HSB/HSV14°24.39%48.24%
CMYK0.00%18.70%24.39%
51.76%

Color #7B645D in popluar number systems.

HEX7B645D
Decimal12310093
Binary111101111001001011101
Octal173144135

Shades and tints

Shades of #7B645D

#7B645D
(123,100,93)
#705B55
(112,91,85)
#65524D
(101,82,77)
#5A4945
(90,73,69)
#4F403D
(79,64,61)
#443735
(68,55,53)
#392E2D
(57,46,45)
#2E2525
(46,37,37)
#231C1D
(35,28,29)
#181315
(24,19,21)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #7B645D

#7B645D
(123,100,93)
#87726B
(135,114,107)
#938079
(147,128,121)
#9F8E87
(159,142,135)
#AB9C95
(171,156,149)
#B7AAA3
(183,170,163)
#C3B8B1
(195,184,177)
#CFC6BF
(207,198,191)
#DBD4CD
(219,212,205)
#E7E2DB
(231,226,219)
#F3F0E9
(243,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B645D; }

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

This text font color is #7B645D.


Background Color

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

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

This div background color is #7B645D.


Border color

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

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

This div border color is #7B645D.


Opacity

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

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

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

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

This text has shadow with #7B645D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B645D on black background.


Color preview on white background

This text has color #7B645D on white background.



Black color preview on #7B645D background

This text has black color on #7B645D background.


White color preview on #7B645D background

This text has white color on #7B645D background.