COLOR #7C858B

HEX: #7C858B RGB: (124,133,139)

Color info

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

RGB color model

#7C858B color RGB value is (124,133,139).

RGB: (124,133,139) (49%, 52%, 55%)

RGB channels and saturation

R 124 of 255 = 49%
G 133 of 255 = 52%
B 139 of 255 = 55%

124
133
139

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

Portions of RGB colors in percentages

R + G + B = 124 + 133 + 139 = 396 (100%)
R 124 of 396 ~ 31.31%
G 133 of 396 ~ 33.59%
B 139 of 396 ~ 35.1'%

%31.31
%33.59
%35.1

CMYK color model

#7C858B color CMYK value is (11,4,0,45).

  • cyan value is 10.79%
  • magenta value is 4.32%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (11,4,0,45)
C11M4Y0K45 (11%, 4%, 0%, 45%)
(0.11 / 0.04 / 0.00 / 0.45)

CMYK percentages

%10.79
%4.32
%0
%45.49

Codes

Color #7C858B in popluar color models

7C 85 8B
RGB 124 133 139
HSL 204° 6.07% 51.57%
HSB/HSV 204° 10.79% 54.51%
CMYK 10.79% 4.32% 0.00%
45.49%

Color #7C858B in popluar number systems.

HEX 7C 85 8B
Decimal 124 133 139
Binary 1111100 10000101 10001011
Octal 174 205 213

Shades and tints

Shades of #7C858B

#7C858B
(124,133,139)
#71797F
(113,121,127)
#666D73
(102,109,115)
#5B6167
(91,97,103)
#50555B
(80,85,91)
#45494F
(69,73,79)
#3A3D43
(58,61,67)
#2F3137
(47,49,55)
#24252B
(36,37,43)
#19191F
(25,25,31)
#0E0D13
(14,13,19)
#000000
(0,0,0)

Tints of #7C858B

#7C858B
(124,133,139)
#879095
(135,144,149)
#929B9F
(146,155,159)
#9DA6A9
(157,166,169)
#A8B1B3
(168,177,179)
#B3BCBD
(179,188,189)
#BEC7C7
(190,199,199)
#C9D2D1
(201,210,209)
#D4DDDB
(212,221,219)
#DFE8E5
(223,232,229)
#EAF3EF
(234,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C858B color. Also use rgb(124,133,139) instead hex code.

Text Font Color

.myTextColor { color: #7C858B; }

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

This text font color is #7C858B.

Background Color

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

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

This div background color is #7C858B.

Border color

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

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

This div border color is #7C858B.

Opacity

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

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

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

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

This text has shadow with #7C858B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C858B.

Preview

Color preview on black background

This text has color #7C858B on black background.


Color preview on white background

This text has color #7C858B on white background.


Black color preview on #7C858B background

This text has black color on #7C858B background.


White color preview on #7C858B background

This text has white color on #7C858B background.


Related colors

Complementary color

Complementary color for #hex is #837A74.


I love getcolorcode.com

Triadic colors

1 #8B7C85 and #858B7C with #7C858B are triadic colors.

2 #8B857C and #857C8B with #7C858B are triadic colors.