COLOR #7C808A

HEX: #7C808A
RGB: (124,128,138)

Color info

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

RGB color model

#7C808A color RGB value is (124,128,138).

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

RGB channels and saturation

R 124 of 255 = 49%
G 128 of 255 = 50%
B 138 of 255 = 54%

124
128
138

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

Portions of RGB colors in percentages

R + G + B =
124 + 128 + 138 = 390 (100%)
R 124 of 390 ~ 31.79%
G 128 of 390 ~ 32.82%
B 138 of 390 ~ 35.38%

%31.79
%32.82
%35.38

CMYK color model

#7C808A color CMYK value is (10,7,0,46).

  • cyan value is 10.14%
  • magenta value is 7.25%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(10,7,0,46)
C10M7Y0K46 
(10%,7%,0%,46%)
(0.10/0.07/0.00/0.46)	

CMYK percentages

%10.14
%7.25
%0
%45.88

Codes

Color #7C808A in popluar color models

7C808A
RGB124128138
HSL223°5.65%51.37%
HSB/HSV223°10.14%54.12%
CMYK10.14%7.25%0.00%
45.88%

Color #7C808A in popluar number systems.

HEX7C808A
Decimal124128138
Binary11111001000000010001010
Octal174200212

Shades and tints

Shades of #7C808A

#7C808A
(124,128,138)
#71757E
(113,117,126)
#666A72
(102,106,114)
#5B5F66
(91,95,102)
#50545A
(80,84,90)
#45494E
(69,73,78)
#3A3E42
(58,62,66)
#2F3336
(47,51,54)
#24282A
(36,40,42)
#191D1E
(25,29,30)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #7C808A

#7C808A
(124,128,138)
#878B94
(135,139,148)
#92969E
(146,150,158)
#9DA1A8
(157,161,168)
#A8ACB2
(168,172,178)
#B3B7BC
(179,183,188)
#BEC2C6
(190,194,198)
#C9CDD0
(201,205,208)
#D4D8DA
(212,216,218)
#DFE3E4
(223,227,228)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C808A; }

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

This text font color is #7C808A.


Background Color

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

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

This div background color is #7C808A.


Border color

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

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

This div border color is #7C808A.


Opacity

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

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

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

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

This text has shadow with #7C808A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C808A on black background.


Color preview on white background

This text has color #7C808A on white background.



Black color preview on #7C808A background

This text has black color on #7C808A background.


White color preview on #7C808A background

This text has white color on #7C808A background.