COLOR #7A4753

HEX: #7A4753
RGB: (122,71,83)

Color info

#7A4753 contains red, green and blue colors in about the same proportion. Web safe color of #7A4753 is #663366 (or #636).

RGB color model

#7A4753 color RGB value is (122,71,83).

  • red value is 122;
  • green value is 71;
  • blue value is 83.
RGB:
(122,71,83)
(48%,28%,33%)

RGB channels and saturation

R 122 of 255 = 48%
G 71 of 255 = 28%
B 83 of 255 = 33%

122
71
83

R + G + B ~ 36%. #7A4753 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 71 + 83 = 276 (100%)
R 122 of 276 ~ 44.2%
G 71 of 276 ~ 25.72%
B 83 of 276 ~ 30.07%

%44.2
%25.72
%30.07

CMYK color model

#7A4753 color CMYK value is (0,42,32,52).

  • cyan value is 0.00%
  • magenta value is 41.80%
  • yellow value is 31.97%
  • key color value is 52.16%
CMYK:
(0,42,32,52)
C0M42Y32K52 
(0%,42%,32%,52%)
(0.00/0.42/0.32/0.52)	

CMYK percentages

%0
%41.8
%31.97
%52.16

Codes

Color #7A4753 in popluar color models

7A4753
RGB1227183
HSL346°26.42%37.84%
HSB/HSV346°41.80%47.84%
CMYK0.00%41.80%31.97%
52.16%

Color #7A4753 in popluar number systems.

HEX7A4753
Decimal1227183
Binary111101010001111010011
Octal172107123

Shades and tints

Shades of #7A4753

#7A4753
(122,71,83)
#6F414C
(111,65,76)
#643B45
(100,59,69)
#59353E
(89,53,62)
#4E2F37
(78,47,55)
#432930
(67,41,48)
#382329
(56,35,41)
#2D1D22
(45,29,34)
#22171B
(34,23,27)
#171114
(23,17,20)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #7A4753

#7A4753
(122,71,83)
#865762
(134,87,98)
#926771
(146,103,113)
#9E7780
(158,119,128)
#AA878F
(170,135,143)
#B6979E
(182,151,158)
#C2A7AD
(194,167,173)
#CEB7BC
(206,183,188)
#DAC7CB
(218,199,203)
#E6D7DA
(230,215,218)
#F2E7E9
(242,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4753 color. Also use rgb(122,71,83) instead hex code.

Text Font Color

.myTextColor { color: #7A4753; }

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

This text font color is #7A4753.


Background Color

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

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

This div background color is #7A4753.


Border color

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

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

This div border color is #7A4753.


Opacity

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

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

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

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

This text has shadow with #7A4753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4753 on black background.


Color preview on white background

This text has color #7A4753 on white background.



Black color preview on #7A4753 background

This text has black color on #7A4753 background.


White color preview on #7A4753 background

This text has white color on #7A4753 background.