COLOR #7C8085

HEX: #7C8085
RGB: (124,128,133)

Color info

#7C8085 contains red, green and blue colors in about the same proportion. Web safe color of #7C8085 is #666699 (or #669).

RGB color model

#7C8085 color RGB value is (124,128,133).

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

RGB channels and saturation

R 124 of 255 = 49%
G 128 of 255 = 50%
B 133 of 255 = 52%

124
128
133

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

Portions of RGB colors in percentages

R + G + B =
124 + 128 + 133 = 385 (100%)
R 124 of 385 ~ 32.21%
G 128 of 385 ~ 33.25%
B 133 of 385 ~ 34.55%

%32.21
%33.25
%34.55

CMYK color model

#7C8085 color CMYK value is (7,4,0,48).

  • cyan value is 6.77%
  • magenta value is 3.76%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(7,4,0,48)
C7M4Y0K48 
(7%,4%,0%,48%)
(0.07/0.04/0.00/0.48)	

CMYK percentages

%6.77
%3.76
%0
%47.84

Codes

Color #7C8085 in popluar color models

7C8085
RGB124128133
HSL213°3.56%50.39%
HSB/HSV213°6.77%52.16%
CMYK6.77%3.76%0.00%
47.84%

Color #7C8085 in popluar number systems.

HEX7C8085
Decimal124128133
Binary11111001000000010000101
Octal174200205

Shades and tints

Shades of #7C8085

#7C8085
(124,128,133)
#717579
(113,117,121)
#666A6D
(102,106,109)
#5B5F61
(91,95,97)
#505455
(80,84,85)
#454949
(69,73,73)
#3A3E3D
(58,62,61)
#2F3331
(47,51,49)
#242825
(36,40,37)
#191D19
(25,29,25)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #7C8085

#7C8085
(124,128,133)
#878B90
(135,139,144)
#92969B
(146,150,155)
#9DA1A6
(157,161,166)
#A8ACB1
(168,172,177)
#B3B7BC
(179,183,188)
#BEC2C7
(190,194,199)
#C9CDD2
(201,205,210)
#D4D8DD
(212,216,221)
#DFE3E8
(223,227,232)
#EAEEF3
(234,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8085; }

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

This text font color is #7C8085.


Background Color

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

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

This div background color is #7C8085.


Border color

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

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

This div border color is #7C8085.


Opacity

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

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

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

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

This text has shadow with #7C8085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8085 on black background.


Color preview on white background

This text has color #7C8085 on white background.



Black color preview on #7C8085 background

This text has black color on #7C8085 background.


White color preview on #7C8085 background

This text has white color on #7C8085 background.