COLOR #7C505B

HEX: #7C505B
RGB: (124,80,91)

Color info

#7C505B contains red, green and blue colors in about the same proportion. Web safe color of #7C505B is #666666 (or #666).

RGB color model

#7C505B color RGB value is (124,80,91).

  • red value is 124;
  • green value is 80;
  • blue value is 91.
RGB:
(124,80,91)
(49%,31%,36%)

RGB channels and saturation

R 124 of 255 = 49%
G 80 of 255 = 31%
B 91 of 255 = 36%

124
80
91

R + G + B ~ 39%. #7C505B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 80 + 91 = 295 (100%)
R 124 of 295 ~ 42.03%
G 80 of 295 ~ 27.12%
B 91 of 295 ~ 30.85%

%42.03
%27.12
%30.85

CMYK color model

#7C505B color CMYK value is (0,35,27,51).

  • cyan value is 0.00%
  • magenta value is 35.48%
  • yellow value is 26.61%
  • key color value is 51.37%
CMYK:
(0,35,27,51)
C0M35Y27K51 
(0%,35%,27%,51%)
(0.00/0.35/0.27/0.51)	

CMYK percentages

%0
%35.48
%26.61
%51.37

Codes

Color #7C505B in popluar color models

7C505B
RGB1248091
HSL345°21.57%40.00%
HSB/HSV345°35.48%48.63%
CMYK0.00%35.48%26.61%
51.37%

Color #7C505B in popluar number systems.

HEX7C505B
Decimal1248091
Binary111110010100001011011
Octal174120133

Shades and tints

Shades of #7C505B

#7C505B
(124,80,91)
#714953
(113,73,83)
#66424B
(102,66,75)
#5B3B43
(91,59,67)
#50343B
(80,52,59)
#452D33
(69,45,51)
#3A262B
(58,38,43)
#2F1F23
(47,31,35)
#24181B
(36,24,27)
#191113
(25,17,19)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #7C505B

#7C505B
(124,80,91)
#875F69
(135,95,105)
#926E77
(146,110,119)
#9D7D85
(157,125,133)
#A88C93
(168,140,147)
#B39BA1
(179,155,161)
#BEAAAF
(190,170,175)
#C9B9BD
(201,185,189)
#D4C8CB
(212,200,203)
#DFD7D9
(223,215,217)
#EAE6E7
(234,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C505B color. Also use rgb(124,80,91) instead hex code.

Text Font Color

.myTextColor { color: #7C505B; }

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

This text font color is #7C505B.


Background Color

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

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

This div background color is #7C505B.


Border color

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

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

This div border color is #7C505B.


Opacity

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

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

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

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

This text has shadow with #7C505B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C505B on black background.


Color preview on white background

This text has color #7C505B on white background.



Black color preview on #7C505B background

This text has black color on #7C505B background.


White color preview on #7C505B background

This text has white color on #7C505B background.