COLOR #7C8291

HEX: #7C8291
RGB: (124,130,145)

Color info

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

RGB color model

#7C8291 color RGB value is (124,130,145).

  • red value is 124;
  • green value is 130;
  • blue value is 145.
RGB:
(124,130,145)
(49%,51%,57%)

RGB channels and saturation

R 124 of 255 = 49%
G 130 of 255 = 51%
B 145 of 255 = 57%

124
130
145

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

Portions of RGB colors in percentages

R + G + B =
124 + 130 + 145 = 399 (100%)
R 124 of 399 ~ 31.08%
G 130 of 399 ~ 32.58%
B 145 of 399 ~ 36.34%

%31.08
%32.58
%36.34

CMYK color model

#7C8291 color CMYK value is (14,10,0,43).

  • cyan value is 14.48%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(14,10,0,43)
C14M10Y0K43 
(14%,10%,0%,43%)
(0.14/0.10/0.00/0.43)	

CMYK percentages

%14.48
%10.34
%0
%43.14

Codes

Color #7C8291 in popluar color models

7C8291
RGB124130145
HSL223°8.71%52.75%
HSB/HSV223°14.48%56.86%
CMYK14.48%10.34%0.00%
43.14%

Color #7C8291 in popluar number systems.

HEX7C8291
Decimal124130145
Binary11111001000001010010001
Octal174202221

Shades and tints

Shades of #7C8291

#7C8291
(124,130,145)
#717784
(113,119,132)
#666C77
(102,108,119)
#5B616A
(91,97,106)
#50565D
(80,86,93)
#454B50
(69,75,80)
#3A4043
(58,64,67)
#2F3536
(47,53,54)
#242A29
(36,42,41)
#191F1C
(25,31,28)
#0E140F
(14,20,15)
#000000
(0,0,0)

Tints of #7C8291

#7C8291
(124,130,145)
#878D9B
(135,141,155)
#9298A5
(146,152,165)
#9DA3AF
(157,163,175)
#A8AEB9
(168,174,185)
#B3B9C3
(179,185,195)
#BEC4CD
(190,196,205)
#C9CFD7
(201,207,215)
#D4DAE1
(212,218,225)
#DFE5EB
(223,229,235)
#EAF0F5
(234,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8291 color. Also use rgb(124,130,145) instead hex code.

Text Font Color

.myTextColor { color: #7C8291; }

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

This text font color is #7C8291.


Background Color

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

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

This div background color is #7C8291.


Border color

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

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

This div border color is #7C8291.


Opacity

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

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

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

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

This text has shadow with #7C8291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8291 on black background.


Color preview on white background

This text has color #7C8291 on white background.



Black color preview on #7C8291 background

This text has black color on #7C8291 background.


White color preview on #7C8291 background

This text has white color on #7C8291 background.