COLOR #7B6068

HEX: #7B6068
RGB: (123,96,104)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

123
96
104

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

Portions of RGB colors in percentages

R + G + B =
123 + 96 + 104 = 323 (100%)
R 123 of 323 ~ 38.08%
G 96 of 323 ~ 29.72%
B 104 of 323 ~ 32.2%

%38.08
%29.72
%32.2

CMYK color model

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

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

CMYK percentages

%0
%21.95
%15.45
%51.76

Codes

Color #7B6068 in popluar color models

7B6068
RGB12396104
HSL342°12.33%42.94%
HSB/HSV342°21.95%48.24%
CMYK0.00%21.95%15.45%
51.76%

Color #7B6068 in popluar number systems.

HEX7B6068
Decimal12396104
Binary111101111000001101000
Octal173140150

Shades and tints

Shades of #7B6068

#7B6068
(123,96,104)
#70585F
(112,88,95)
#655056
(101,80,86)
#5A484D
(90,72,77)
#4F4044
(79,64,68)
#44383B
(68,56,59)
#393032
(57,48,50)
#2E2829
(46,40,41)
#232020
(35,32,32)
#181817
(24,24,23)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #7B6068

#7B6068
(123,96,104)
#876E75
(135,110,117)
#937C82
(147,124,130)
#9F8A8F
(159,138,143)
#AB989C
(171,152,156)
#B7A6A9
(183,166,169)
#C3B4B6
(195,180,182)
#CFC2C3
(207,194,195)
#DBD0D0
(219,208,208)
#E7DEDD
(231,222,221)
#F3ECEA
(243,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6068; }

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

This text font color is #7B6068.


Background Color

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

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

This div background color is #7B6068.


Border color

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

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

This div border color is #7B6068.


Opacity

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

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

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

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

This text has shadow with #7B6068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6068 on black background.


Color preview on white background

This text has color #7B6068 on white background.



Black color preview on #7B6068 background

This text has black color on #7B6068 background.


White color preview on #7B6068 background

This text has white color on #7B6068 background.