COLOR #7C888F

HEX: #7C888F
RGB: (124,136,143)

Color info

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

RGB color model

#7C888F color RGB value is (124,136,143).

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

RGB channels and saturation

R 124 of 255 = 49%
G 136 of 255 = 53%
B 143 of 255 = 56%

124
136
143

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

Portions of RGB colors in percentages

R + G + B =
124 + 136 + 143 = 403 (100%)
R 124 of 403 ~ 30.77%
G 136 of 403 ~ 33.75%
B 143 of 403 ~ 35.48%

%30.77
%33.75
%35.48

CMYK color model

#7C888F color CMYK value is (13,5,0,44).

  • cyan value is 13.29%
  • magenta value is 4.90%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(13,5,0,44)
C13M5Y0K44 
(13%,5%,0%,44%)
(0.13/0.05/0.00/0.44)	

CMYK percentages

%13.29
%4.9
%0
%43.92

Codes

Color #7C888F in popluar color models

7C888F
RGB124136143
HSL202°7.82%52.35%
HSB/HSV202°13.29%56.08%
CMYK13.29%4.90%0.00%
43.92%

Color #7C888F in popluar number systems.

HEX7C888F
Decimal124136143
Binary11111001000100010001111
Octal174210217

Shades and tints

Shades of #7C888F

#7C888F
(124,136,143)
#717C82
(113,124,130)
#667075
(102,112,117)
#5B6468
(91,100,104)
#50585B
(80,88,91)
#454C4E
(69,76,78)
#3A4041
(58,64,65)
#2F3434
(47,52,52)
#242827
(36,40,39)
#191C1A
(25,28,26)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #7C888F

#7C888F
(124,136,143)
#879299
(135,146,153)
#929CA3
(146,156,163)
#9DA6AD
(157,166,173)
#A8B0B7
(168,176,183)
#B3BAC1
(179,186,193)
#BEC4CB
(190,196,203)
#C9CED5
(201,206,213)
#D4D8DF
(212,216,223)
#DFE2E9
(223,226,233)
#EAECF3
(234,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C888F; }

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

This text font color is #7C888F.


Background Color

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

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

This div background color is #7C888F.


Border color

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

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

This div border color is #7C888F.


Opacity

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

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

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

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

This text has shadow with #7C888F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C888F on black background.


Color preview on white background

This text has color #7C888F on white background.



Black color preview on #7C888F background

This text has black color on #7C888F background.


White color preview on #7C888F background

This text has white color on #7C888F background.