COLOR #7C8885

HEX: #7C8885
RGB: (124,136,133)

Color info

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

RGB color model

#7C8885 color RGB value is (124,136,133).

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

RGB channels and saturation

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

124
136
133

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

Portions of RGB colors in percentages

R + G + B =
124 + 136 + 133 = 393 (100%)
R 124 of 393 ~ 31.55%
G 136 of 393 ~ 34.61%
B 133 of 393 ~ 33.84%

%31.55
%34.61
%33.84

CMYK color model

#7C8885 color CMYK value is (9,0,2,47).

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 2.21%
  • key color value is 46.67%
CMYK:
(9,0,2,47)
C9M0Y2K47 
(9%,0%,2%,47%)
(0.09/0.00/0.02/0.47)	

CMYK percentages

%8.82
%0
%2.21
%46.67

Codes

Color #7C8885 in popluar color models

7C8885
RGB124136133
HSL165°4.80%50.98%
HSB/HSV165°8.82%53.33%
CMYK8.82%0.00%2.21%
46.67%

Color #7C8885 in popluar number systems.

HEX7C8885
Decimal124136133
Binary11111001000100010000101
Octal174210205

Shades and tints

Shades of #7C8885

#7C8885
(124,136,133)
#717C79
(113,124,121)
#66706D
(102,112,109)
#5B6461
(91,100,97)
#505855
(80,88,85)
#454C49
(69,76,73)
#3A403D
(58,64,61)
#2F3431
(47,52,49)
#242825
(36,40,37)
#191C19
(25,28,25)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #7C8885

#7C8885
(124,136,133)
#879290
(135,146,144)
#929C9B
(146,156,155)
#9DA6A6
(157,166,166)
#A8B0B1
(168,176,177)
#B3BABC
(179,186,188)
#BEC4C7
(190,196,199)
#C9CED2
(201,206,210)
#D4D8DD
(212,216,221)
#DFE2E8
(223,226,232)
#EAECF3
(234,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8885; }

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

This text font color is #7C8885.


Background Color

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

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

This div background color is #7C8885.


Border color

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

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

This div border color is #7C8885.


Opacity

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

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

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

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

This text has shadow with #7C8885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8885 on black background.


Color preview on white background

This text has color #7C8885 on white background.



Black color preview on #7C8885 background

This text has black color on #7C8885 background.


White color preview on #7C8885 background

This text has white color on #7C8885 background.