COLOR #7B665F

HEX: #7B665F
RGB: (123,102,95)

Color info

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

RGB color model

#7B665F color RGB value is (123,102,95).

  • red value is 123;
  • green value is 102;
  • blue value is 95.
RGB:
(123,102,95)
(48%,40%,37%)

RGB channels and saturation

R 123 of 255 = 48%
G 102 of 255 = 40%
B 95 of 255 = 37%

123
102
95

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

Portions of RGB colors in percentages

R + G + B =
123 + 102 + 95 = 320 (100%)
R 123 of 320 ~ 38.44%
G 102 of 320 ~ 31.88%
B 95 of 320 ~ 29.69%

%38.44
%31.88
%29.69

CMYK color model

#7B665F color CMYK value is (0,17,23,52).

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 22.76%
  • key color value is 51.76%
CMYK:
(0,17,23,52)
C0M17Y23K52 
(0%,17%,23%,52%)
(0.00/0.17/0.23/0.52)	

CMYK percentages

%0
%17.07
%22.76
%51.76

Codes

Color #7B665F in popluar color models

7B665F
RGB12310295
HSL15°12.84%42.75%
HSB/HSV15°22.76%48.24%
CMYK0.00%17.07%22.76%
51.76%

Color #7B665F in popluar number systems.

HEX7B665F
Decimal12310295
Binary111101111001101011111
Octal173146137

Shades and tints

Shades of #7B665F

#7B665F
(123,102,95)
#705D57
(112,93,87)
#65544F
(101,84,79)
#5A4B47
(90,75,71)
#4F423F
(79,66,63)
#443937
(68,57,55)
#39302F
(57,48,47)
#2E2727
(46,39,39)
#231E1F
(35,30,31)
#181517
(24,21,23)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #7B665F

#7B665F
(123,102,95)
#87736D
(135,115,109)
#93807B
(147,128,123)
#9F8D89
(159,141,137)
#AB9A97
(171,154,151)
#B7A7A5
(183,167,165)
#C3B4B3
(195,180,179)
#CFC1C1
(207,193,193)
#DBCECF
(219,206,207)
#E7DBDD
(231,219,221)
#F3E8EB
(243,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B665F color. Also use rgb(123,102,95) instead hex code.

Text Font Color

.myTextColor { color: #7B665F; }

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

This text font color is #7B665F.


Background Color

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

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

This div background color is #7B665F.


Border color

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

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

This div border color is #7B665F.


Opacity

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

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

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

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

This text has shadow with #7B665F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B665F on black background.


Color preview on white background

This text has color #7B665F on white background.



Black color preview on #7B665F background

This text has black color on #7B665F background.


White color preview on #7B665F background

This text has white color on #7B665F background.