COLOR #7C8488

HEX: #7C8488
RGB: (124,132,136)

Color info

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

RGB color model

#7C8488 color RGB value is (124,132,136).

  • red value is 124;
  • green value is 132;
  • blue value is 136.
RGB:
(124,132,136)
(49%,52%,53%)

RGB channels and saturation

R 124 of 255 = 49%
G 132 of 255 = 52%
B 136 of 255 = 53%

124
132
136

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

Portions of RGB colors in percentages

R + G + B =
124 + 132 + 136 = 392 (100%)
R 124 of 392 ~ 31.63%
G 132 of 392 ~ 33.67%
B 136 of 392 ~ 34.69%

%31.63
%33.67
%34.69

CMYK color model

#7C8488 color CMYK value is (9,3,0,47).

  • cyan value is 8.82%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(9,3,0,47)
C9M3Y0K47 
(9%,3%,0%,47%)
(0.09/0.03/0.00/0.47)	

CMYK percentages

%8.82
%2.94
%0
%46.67

Codes

Color #7C8488 in popluar color models

7C8488
RGB124132136
HSL200°4.80%50.98%
HSB/HSV200°8.82%53.33%
CMYK8.82%2.94%0.00%
46.67%

Color #7C8488 in popluar number systems.

HEX7C8488
Decimal124132136
Binary11111001000010010001000
Octal174204210

Shades and tints

Shades of #7C8488

#7C8488
(124,132,136)
#71787C
(113,120,124)
#666C70
(102,108,112)
#5B6064
(91,96,100)
#505458
(80,84,88)
#45484C
(69,72,76)
#3A3C40
(58,60,64)
#2F3034
(47,48,52)
#242428
(36,36,40)
#19181C
(25,24,28)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #7C8488

#7C8488
(124,132,136)
#878F92
(135,143,146)
#929A9C
(146,154,156)
#9DA5A6
(157,165,166)
#A8B0B0
(168,176,176)
#B3BBBA
(179,187,186)
#BEC6C4
(190,198,196)
#C9D1CE
(201,209,206)
#D4DCD8
(212,220,216)
#DFE7E2
(223,231,226)
#EAF2EC
(234,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8488 color. Also use rgb(124,132,136) instead hex code.

Text Font Color

.myTextColor { color: #7C8488; }

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

This text font color is #7C8488.


Background Color

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

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

This div background color is #7C8488.


Border color

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

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

This div border color is #7C8488.


Opacity

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

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

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

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

This text has shadow with #7C8488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8488 on black background.


Color preview on white background

This text has color #7C8488 on white background.



Black color preview on #7C8488 background

This text has black color on #7C8488 background.


White color preview on #7C8488 background

This text has white color on #7C8488 background.