COLOR #7A505B

HEX: #7A505B
RGB: (122,80,91)

Color info

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

RGB color model

#7A505B color RGB value is (122,80,91).

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

RGB channels and saturation

R 122 of 255 = 48%
G 80 of 255 = 31%
B 91 of 255 = 36%

122
80
91

R + G + B ~ 38%. #7A505B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 80 + 91 = 293 (100%)
R 122 of 293 ~ 41.64%
G 80 of 293 ~ 27.3%
B 91 of 293 ~ 31.06%

%41.64
%27.3
%31.06

CMYK color model

#7A505B color CMYK value is (0,34,25,52).

  • cyan value is 0.00%
  • magenta value is 34.43%
  • yellow value is 25.41%
  • key color value is 52.16%
CMYK:
(0,34,25,52)
C0M34Y25K52 
(0%,34%,25%,52%)
(0.00/0.34/0.25/0.52)	

CMYK percentages

%0
%34.43
%25.41
%52.16

Codes

Color #7A505B in popluar color models

7A505B
RGB1228091
HSL344°20.79%39.61%
HSB/HSV344°34.43%47.84%
CMYK0.00%34.43%25.41%
52.16%

Color #7A505B in popluar number systems.

HEX7A505B
Decimal1228091
Binary111101010100001011011
Octal172120133

Shades and tints

Shades of #7A505B

#7A505B
(122,80,91)
#6F4953
(111,73,83)
#64424B
(100,66,75)
#593B43
(89,59,67)
#4E343B
(78,52,59)
#432D33
(67,45,51)
#38262B
(56,38,43)
#2D1F23
(45,31,35)
#22181B
(34,24,27)
#171113
(23,17,19)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #7A505B

#7A505B
(122,80,91)
#865F69
(134,95,105)
#926E77
(146,110,119)
#9E7D85
(158,125,133)
#AA8C93
(170,140,147)
#B69BA1
(182,155,161)
#C2AAAF
(194,170,175)
#CEB9BD
(206,185,189)
#DAC8CB
(218,200,203)
#E6D7D9
(230,215,217)
#F2E6E7
(242,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A505B; }

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

This text font color is #7A505B.


Background Color

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

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

This div background color is #7A505B.


Border color

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

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

This div border color is #7A505B.


Opacity

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

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

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

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

This text has shadow with #7A505B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A505B on black background.


Color preview on white background

This text has color #7A505B on white background.



Black color preview on #7A505B background

This text has black color on #7A505B background.


White color preview on #7A505B background

This text has white color on #7A505B background.