COLOR #7B858C

HEX: #7B858C RGB: (123,133,140)

Color info

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

RGB color model

#7B858C color RGB value is (123,133,140).

RGB: (123,133,140) (48%, 52%, 55%)

RGB channels and saturation

R 123 of 255 = 48%
G 133 of 255 = 52%
B 140 of 255 = 55%

123
133
140

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

Portions of RGB colors in percentages

R + G + B = 123 + 133 + 140 = 396 (100%)
R 123 of 396 ~ 31.06%
G 133 of 396 ~ 33.59%
B 140 of 396 ~ 35.35'%

%31.06
%33.59
%35.35

CMYK color model

#7B858C color CMYK value is (12,5,0,45).

  • cyan value is 12.14%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK: (12,5,0,45) C12M5Y0K45 (12%,5%,0%,45%) (0.12/0.05/0.00/0.45) 

CMYK percentages

%12.14
%5
%0
%45.1

Codes

Color #7B858C in popluar color models

7B 85 8C
RGB 123 133 140
HSL 205° 6.88% 51.57%
HSB/HSV 205° 12.14% 54.90%
CMYK 12.14% 5.00% 0.00%
45.10%

Color #7B858C in popluar number systems.

HEX 7B 85 8C
Decimal 123 133 140
Binary 1111011 10000101 10001100
Octal 173 205 214

Shades and tints

Shades of #7B858C

#7B858C
(123,133,140)
#707980
(112,121,128)
#656D74
(101,109,116)
#5A6168
(90,97,104)
#4F555C
(79,85,92)
#444950
(68,73,80)
#393D44
(57,61,68)
#2E3138
(46,49,56)
#23252C
(35,37,44)
#181920
(24,25,32)
#0D0D14
(13,13,20)
#000000
(0,0,0)

Tints of #7B858C

#7B858C
(123,133,140)
#879096
(135,144,150)
#939BA0
(147,155,160)
#9FA6AA
(159,166,170)
#ABB1B4
(171,177,180)
#B7BCBE
(183,188,190)
#C3C7C8
(195,199,200)
#CFD2D2
(207,210,210)
#DBDDDC
(219,221,220)
#E7E8E6
(231,232,230)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B858C; }

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

This text font color is #7B858C.

Background Color

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

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

This div background color is #7B858C.

Border color

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

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

This div border color is #7B858C.

Opacity

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

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

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

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

This text has shadow with #7B858C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B858C.

Preview

Color preview on black background

This text has color #7B858C on black background.


Color preview on white background

This text has color #7B858C on white background.


Black color preview on #7B858C background

This text has black color on #7B858C background.


White color preview on #7B858C background

This text has white color on #7B858C background.


Related colors

Complementary color

Complementary color for #hex is #847A73.


I love getcolorcode.com

Triadic colors

1 #8C7B85 and #858C7B with #7B858C are triadic colors.

2 #8C857B and #857B8C with #7B858C are triadic colors.