COLOR #7B7268

HEX: #7B7268
RGB: (123,114,104)

Color info

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

RGB color model

#7B7268 color RGB value is (123,114,104).

  • red value is 123;
  • green value is 114;
  • blue value is 104.
RGB:
(123,114,104)
(48%,45%,41%)

RGB channels and saturation

R 123 of 255 = 48%
G 114 of 255 = 45%
B 104 of 255 = 41%

123
114
104

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

Portions of RGB colors in percentages

R + G + B =
123 + 114 + 104 = 341 (100%)
R 123 of 341 ~ 36.07%
G 114 of 341 ~ 33.43%
B 104 of 341 ~ 30.5%

%36.07
%33.43
%30.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.32%
  • yellow value is 15.45%
  • key color value is 51.76%
CMYK:
(0,7,15,52)
C0M7Y15K52 
(0%,7%,15%,52%)
(0.00/0.07/0.15/0.52)	

CMYK percentages

%0
%7.32
%15.45
%51.76

Codes

Color #7B7268 in popluar color models

7B7268
RGB123114104
HSL32°8.37%44.51%
HSB/HSV32°15.45%48.24%
CMYK0.00%7.32%15.45%
51.76%

Color #7B7268 in popluar number systems.

HEX7B7268
Decimal123114104
Binary111101111100101101000
Octal173162150

Shades and tints

Shades of #7B7268

#7B7268
(123,114,104)
#70685F
(112,104,95)
#655E56
(101,94,86)
#5A544D
(90,84,77)
#4F4A44
(79,74,68)
#44403B
(68,64,59)
#393632
(57,54,50)
#2E2C29
(46,44,41)
#232220
(35,34,32)
#181817
(24,24,23)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #7B7268

#7B7268
(123,114,104)
#877E75
(135,126,117)
#938A82
(147,138,130)
#9F968F
(159,150,143)
#ABA29C
(171,162,156)
#B7AEA9
(183,174,169)
#C3BAB6
(195,186,182)
#CFC6C3
(207,198,195)
#DBD2D0
(219,210,208)
#E7DEDD
(231,222,221)
#F3EAEA
(243,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7268 color. Also use rgb(123,114,104) instead hex code.

Text Font Color

.myTextColor { color: #7B7268; }

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

This text font color is #7B7268.


Background Color

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

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

This div background color is #7B7268.


Border color

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

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

This div border color is #7B7268.


Opacity

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

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

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

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

This text has shadow with #7B7268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7268 on black background.


Color preview on white background

This text has color #7B7268 on white background.



Black color preview on #7B7268 background

This text has black color on #7B7268 background.


White color preview on #7B7268 background

This text has white color on #7B7268 background.