COLOR #7C8385

HEX: #7C8385
RGB: (124,131,133)

Color info

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

RGB color model

#7C8385 color RGB value is (124,131,133).

  • red value is 124;
  • green value is 131;
  • blue value is 133.
RGB:
(124,131,133)
(49%,51%,52%)

RGB channels and saturation

R 124 of 255 = 49%
G 131 of 255 = 51%
B 133 of 255 = 52%

124
131
133

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

Portions of RGB colors in percentages

R + G + B =
124 + 131 + 133 = 388 (100%)
R 124 of 388 ~ 31.96%
G 131 of 388 ~ 33.76%
B 133 of 388 ~ 34.28%

%31.96
%33.76
%34.28

CMYK color model

#7C8385 color CMYK value is (7,2,0,48).

  • cyan value is 6.77%
  • magenta value is 1.50%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(7,2,0,48)
C7M2Y0K48 
(7%,2%,0%,48%)
(0.07/0.02/0.00/0.48)	

CMYK percentages

%6.77
%1.5
%0
%47.84

Codes

Color #7C8385 in popluar color models

7C8385
RGB124131133
HSL193°3.56%50.39%
HSB/HSV193°6.77%52.16%
CMYK6.77%1.50%0.00%
47.84%

Color #7C8385 in popluar number systems.

HEX7C8385
Decimal124131133
Binary11111001000001110000101
Octal174203205

Shades and tints

Shades of #7C8385

#7C8385
(124,131,133)
#717879
(113,120,121)
#666D6D
(102,109,109)
#5B6261
(91,98,97)
#505755
(80,87,85)
#454C49
(69,76,73)
#3A413D
(58,65,61)
#2F3631
(47,54,49)
#242B25
(36,43,37)
#192019
(25,32,25)
#0E150D
(14,21,13)
#000000
(0,0,0)

Tints of #7C8385

#7C8385
(124,131,133)
#878E90
(135,142,144)
#92999B
(146,153,155)
#9DA4A6
(157,164,166)
#A8AFB1
(168,175,177)
#B3BABC
(179,186,188)
#BEC5C7
(190,197,199)
#C9D0D2
(201,208,210)
#D4DBDD
(212,219,221)
#DFE6E8
(223,230,232)
#EAF1F3
(234,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8385; }

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

This text font color is #7C8385.


Background Color

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

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

This div background color is #7C8385.


Border color

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

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

This div border color is #7C8385.


Opacity

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

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

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

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

This text has shadow with #7C8385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8385 on black background.


Color preview on white background

This text has color #7C8385 on white background.



Black color preview on #7C8385 background

This text has black color on #7C8385 background.


White color preview on #7C8385 background

This text has white color on #7C8385 background.