COLOR #7B7568

HEX: #7B7568
RGB: (123,117,104)

Color info

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

RGB color model

#7B7568 color RGB value is (123,117,104).

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

RGB channels and saturation

R 123 of 255 = 48%
G 117 of 255 = 46%
B 104 of 255 = 41%

123
117
104

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

Portions of RGB colors in percentages

R + G + B =
123 + 117 + 104 = 344 (100%)
R 123 of 344 ~ 35.76%
G 117 of 344 ~ 34.01%
B 104 of 344 ~ 30.23%

%35.76
%34.01
%30.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.88%
  • yellow value is 15.45%
  • key color value is 51.76%
CMYK:
(0,5,15,52)
C0M5Y15K52 
(0%,5%,15%,52%)
(0.00/0.05/0.15/0.52)	

CMYK percentages

%0
%4.88
%15.45
%51.76

Codes

Color #7B7568 in popluar color models

7B7568
RGB123117104
HSL41°8.37%44.51%
HSB/HSV41°15.45%48.24%
CMYK0.00%4.88%15.45%
51.76%

Color #7B7568 in popluar number systems.

HEX7B7568
Decimal123117104
Binary111101111101011101000
Octal173165150

Shades and tints

Shades of #7B7568

#7B7568
(123,117,104)
#706B5F
(112,107,95)
#656156
(101,97,86)
#5A574D
(90,87,77)
#4F4D44
(79,77,68)
#44433B
(68,67,59)
#393932
(57,57,50)
#2E2F29
(46,47,41)
#232520
(35,37,32)
#181B17
(24,27,23)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #7B7568

#7B7568
(123,117,104)
#878175
(135,129,117)
#938D82
(147,141,130)
#9F998F
(159,153,143)
#ABA59C
(171,165,156)
#B7B1A9
(183,177,169)
#C3BDB6
(195,189,182)
#CFC9C3
(207,201,195)
#DBD5D0
(219,213,208)
#E7E1DD
(231,225,221)
#F3EDEA
(243,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7568; }

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

This text font color is #7B7568.


Background Color

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

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

This div background color is #7B7568.


Border color

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

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

This div border color is #7B7568.


Opacity

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

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

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

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

This text has shadow with #7B7568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7568 on black background.


Color preview on white background

This text has color #7B7568 on white background.



Black color preview on #7B7568 background

This text has black color on #7B7568 background.


White color preview on #7B7568 background

This text has white color on #7B7568 background.