COLOR #7C807B

HEX: #7C807B
RGB: (124,128,123)

Color info

#7C807B contains red, green and blue colors in about the same proportion. Web safe color of #7C807B is #666666 (or #666).

RGB color model

#7C807B color RGB value is (124,128,123).

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

RGB channels and saturation

R 124 of 255 = 49%
G 128 of 255 = 50%
B 123 of 255 = 48%

124
128
123

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

Portions of RGB colors in percentages

R + G + B =
124 + 128 + 123 = 375 (100%)
R 124 of 375 ~ 33.07%
G 128 of 375 ~ 34.13%
B 123 of 375 ~ 32.8%

%33.07
%34.13
%32.8

CMYK color model

#7C807B color CMYK value is (3,0,4,50).

  • cyan value is 3.12%
  • magenta value is 0.00%
  • yellow value is 3.91%
  • key color value is 49.80%
CMYK:
(3,0,4,50)
C3M0Y4K50 
(3%,0%,4%,50%)
(0.03/0.00/0.04/0.50)	

CMYK percentages

%3.12
%0
%3.91
%49.8

Codes

Color #7C807B in popluar color models

7C807B
RGB124128123
HSL108°1.99%49.22%
HSB/HSV108°3.91%50.20%
CMYK3.12%0.00%3.91%
49.80%

Color #7C807B in popluar number systems.

HEX7C807B
Decimal124128123
Binary1111100100000001111011
Octal174200173

Shades and tints

Shades of #7C807B

#7C807B
(124,128,123)
#717570
(113,117,112)
#666A65
(102,106,101)
#5B5F5A
(91,95,90)
#50544F
(80,84,79)
#454944
(69,73,68)
#3A3E39
(58,62,57)
#2F332E
(47,51,46)
#242823
(36,40,35)
#191D18
(25,29,24)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #7C807B

#7C807B
(124,128,123)
#878B87
(135,139,135)
#929693
(146,150,147)
#9DA19F
(157,161,159)
#A8ACAB
(168,172,171)
#B3B7B7
(179,183,183)
#BEC2C3
(190,194,195)
#C9CDCF
(201,205,207)
#D4D8DB
(212,216,219)
#DFE3E7
(223,227,231)
#EAEEF3
(234,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C807B; }

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

This text font color is #7C807B.


Background Color

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

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

This div background color is #7C807B.


Border color

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

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

This div border color is #7C807B.


Opacity

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

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

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

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

This text has shadow with #7C807B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C807B on black background.


Color preview on white background

This text has color #7C807B on white background.



Black color preview on #7C807B background

This text has black color on #7C807B background.


White color preview on #7C807B background

This text has white color on #7C807B background.