COLOR #7B6868

HEX: #7B6868 RGB: (123,104,104)

Color info

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

RGB color model

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

RGB: (123,104,104) (48%, 41%, 41%)

RGB channels and saturation

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

123
104
104

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

Portions of RGB colors in percentages

R + G + B = 123 + 104 + 104 = 331 (100%)
R 123 of 331 ~ 37.16%
G 104 of 331 ~ 31.42%
B 104 of 331 ~ 31.42'%

%37.16
%31.42
%31.42

CMYK color model

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

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

CMYK percentages

%0
%15.45
%15.45
%51.76

Codes

Color #7B6868 in popluar color models

7B 68 68
RGB 123 104 104
HSL 8.37% 44.51%
HSB/HSV 15.45% 48.24%
CMYK 0.00% 15.45% 15.45%
51.76%

Color #7B6868 in popluar number systems.

HEX 7B 68 68
Decimal 123 104 104
Binary 1111011 1101000 1101000
Octal 173 150 150

Shades and tints

Shades of #7B6868

#7B6868
(123,104,104)
#705F5F
(112,95,95)
#655656
(101,86,86)
#5A4D4D
(90,77,77)
#4F4444
(79,68,68)
#443B3B
(68,59,59)
#393232
(57,50,50)
#2E2929
(46,41,41)
#232020
(35,32,32)
#181717
(24,23,23)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #7B6868

#7B6868
(123,104,104)
#877575
(135,117,117)
#938282
(147,130,130)
#9F8F8F
(159,143,143)
#AB9C9C
(171,156,156)
#B7A9A9
(183,169,169)
#C3B6B6
(195,182,182)
#CFC3C3
(207,195,195)
#DBD0D0
(219,208,208)
#E7DDDD
(231,221,221)
#F3EAEA
(243,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6868; }

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

This text font color is #7B6868.

Background Color

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

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

This div background color is #7B6868.

Border color

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

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

This div border color is #7B6868.

Opacity

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

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

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

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

This text has shadow with #7B6868 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B6868.

Preview

Color preview on black background

This text has color #7B6868 on black background.


Color preview on white background

This text has color #7B6868 on white background.


Black color preview on #7B6868 background

This text has black color on #7B6868 background.


White color preview on #7B6868 background

This text has white color on #7B6868 background.


Related colors

Complementary color

Complementary color for #hex is #849797.


I love getcolorcode.com