COLOR #7B868F

HEX: #7B868F
RGB: (123,134,143)

Color info

#7B868F contains red, green and blue colors in about the same proportion. Web safe color of #7B868F is #669999 (or #699).

RGB color model

#7B868F color RGB value is (123,134,143).

  • red value is 123;
  • green value is 134;
  • blue value is 143.
RGB:
(123,134,143)
(48%,53%,56%)

RGB channels and saturation

R 123 of 255 = 48%
G 134 of 255 = 53%
B 143 of 255 = 56%

123
134
143

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

Portions of RGB colors in percentages

R + G + B =
123 + 134 + 143 = 400 (100%)
R 123 of 400 ~ 30.75%
G 134 of 400 ~ 33.5%
B 143 of 400 ~ 35.75%

%30.75
%33.5
%35.75

CMYK color model

#7B868F color CMYK value is (14,6,0,44).

  • cyan value is 13.99%
  • magenta value is 6.29%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(14,6,0,44)
C14M6Y0K44 
(14%,6%,0%,44%)
(0.14/0.06/0.00/0.44)	

CMYK percentages

%13.99
%6.29
%0
%43.92

Codes

Color #7B868F in popluar color models

7B868F
RGB123134143
HSL207°8.20%52.16%
HSB/HSV207°13.99%56.08%
CMYK13.99%6.29%0.00%
43.92%

Color #7B868F in popluar number systems.

HEX7B868F
Decimal123134143
Binary11110111000011010001111
Octal173206217

Shades and tints

Shades of #7B868F

#7B868F
(123,134,143)
#707A82
(112,122,130)
#656E75
(101,110,117)
#5A6268
(90,98,104)
#4F565B
(79,86,91)
#444A4E
(68,74,78)
#393E41
(57,62,65)
#2E3234
(46,50,52)
#232627
(35,38,39)
#181A1A
(24,26,26)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #7B868F

#7B868F
(123,134,143)
#879199
(135,145,153)
#939CA3
(147,156,163)
#9FA7AD
(159,167,173)
#ABB2B7
(171,178,183)
#B7BDC1
(183,189,193)
#C3C8CB
(195,200,203)
#CFD3D5
(207,211,213)
#DBDEDF
(219,222,223)
#E7E9E9
(231,233,233)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B868F; }

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

This text font color is #7B868F.


Background Color

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

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

This div background color is #7B868F.


Border color

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

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

This div border color is #7B868F.


Opacity

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

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

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

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

This text has shadow with #7B868F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B868F on black background.


Color preview on white background

This text has color #7B868F on white background.



Black color preview on #7B868F background

This text has black color on #7B868F background.


White color preview on #7B868F background

This text has white color on #7B868F background.