COLOR #7B7366

HEX: #7B7366
RGB: (123,115,102)

Color info

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

RGB color model

#7B7366 color RGB value is (123,115,102).

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

RGB channels and saturation

R 123 of 255 = 48%
G 115 of 255 = 45%
B 102 of 255 = 40%

123
115
102

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

Portions of RGB colors in percentages

R + G + B =
123 + 115 + 102 = 340 (100%)
R 123 of 340 ~ 36.18%
G 115 of 340 ~ 33.82%
B 102 of 340 ~ 30%

%36.18
%33.82
%30

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.50%
  • yellow value is 17.07%
  • key color value is 51.76%
CMYK:
(0,7,17,52)
C0M7Y17K52 
(0%,7%,17%,52%)
(0.00/0.07/0.17/0.52)	

CMYK percentages

%0
%6.5
%17.07
%51.76

Codes

Color #7B7366 in popluar color models

7B7366
RGB123115102
HSL37°9.33%44.12%
HSB/HSV37°17.07%48.24%
CMYK0.00%6.50%17.07%
51.76%

Color #7B7366 in popluar number systems.

HEX7B7366
Decimal123115102
Binary111101111100111100110
Octal173163146

Shades and tints

Shades of #7B7366

#7B7366
(123,115,102)
#70695D
(112,105,93)
#655F54
(101,95,84)
#5A554B
(90,85,75)
#4F4B42
(79,75,66)
#444139
(68,65,57)
#393730
(57,55,48)
#2E2D27
(46,45,39)
#23231E
(35,35,30)
#181915
(24,25,21)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #7B7366

#7B7366
(123,115,102)
#877F73
(135,127,115)
#938B80
(147,139,128)
#9F978D
(159,151,141)
#ABA39A
(171,163,154)
#B7AFA7
(183,175,167)
#C3BBB4
(195,187,180)
#CFC7C1
(207,199,193)
#DBD3CE
(219,211,206)
#E7DFDB
(231,223,219)
#F3EBE8
(243,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7366; }

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

This text font color is #7B7366.


Background Color

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

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

This div background color is #7B7366.


Border color

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

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

This div border color is #7B7366.


Opacity

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

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

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

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

This text has shadow with #7B7366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7366 on black background.


Color preview on white background

This text has color #7B7366 on white background.



Black color preview on #7B7366 background

This text has black color on #7B7366 background.


White color preview on #7B7366 background

This text has white color on #7B7366 background.