COLOR #7B6060

HEX: #7B6060
RGB: (123,96,96)

Color info

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

RGB color model

#7B6060 color RGB value is (123,96,96).

  • red value is 123;
  • green value is 96;
  • blue value is 96.
RGB:
(123,96,96)
(48%,38%,38%)

RGB channels and saturation

R 123 of 255 = 48%
G 96 of 255 = 38%
B 96 of 255 = 38%

123
96
96

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

Portions of RGB colors in percentages

R + G + B =
123 + 96 + 96 = 315 (100%)
R 123 of 315 ~ 39.05%
G 96 of 315 ~ 30.48%
B 96 of 315 ~ 30.48%

%39.05
%30.48
%30.48

CMYK color model

#7B6060 color CMYK value is (0,22,22,52).

  • cyan value is 0.00%
  • magenta value is 21.95%
  • yellow value is 21.95%
  • key color value is 51.76%
CMYK:
(0,22,22,52)
C0M22Y22K52 
(0%,22%,22%,52%)
(0.00/0.22/0.22/0.52)	

CMYK percentages

%0
%21.95
%21.95
%51.76

Codes

Color #7B6060 in popluar color models

7B6060
RGB1239696
HSL12.33%42.94%
HSB/HSV21.95%48.24%
CMYK0.00%21.95%21.95%
51.76%

Color #7B6060 in popluar number systems.

HEX7B6060
Decimal1239696
Binary111101111000001100000
Octal173140140

Shades and tints

Shades of #7B6060

#7B6060
(123,96,96)
#705858
(112,88,88)
#655050
(101,80,80)
#5A4848
(90,72,72)
#4F4040
(79,64,64)
#443838
(68,56,56)
#393030
(57,48,48)
#2E2828
(46,40,40)
#232020
(35,32,32)
#181818
(24,24,24)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #7B6060

#7B6060
(123,96,96)
#876E6E
(135,110,110)
#937C7C
(147,124,124)
#9F8A8A
(159,138,138)
#AB9898
(171,152,152)
#B7A6A6
(183,166,166)
#C3B4B4
(195,180,180)
#CFC2C2
(207,194,194)
#DBD0D0
(219,208,208)
#E7DEDE
(231,222,222)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6060; }

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

This text font color is #7B6060.


Background Color

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

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

This div background color is #7B6060.


Border color

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

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

This div border color is #7B6060.


Opacity

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

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

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

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

This text has shadow with #7B6060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6060 on black background.


Color preview on white background

This text has color #7B6060 on white background.



Black color preview on #7B6060 background

This text has black color on #7B6060 background.


White color preview on #7B6060 background

This text has white color on #7B6060 background.