COLOR #7A4954

HEX: #7A4954
RGB: (122,73,84)

Color info

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

RGB color model

#7A4954 color RGB value is (122,73,84).

  • red value is 122;
  • green value is 73;
  • blue value is 84.
RGB:
(122,73,84)
(48%,29%,33%)

RGB channels and saturation

R 122 of 255 = 48%
G 73 of 255 = 29%
B 84 of 255 = 33%

122
73
84

R + G + B ~ 37%. #7A4954 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 73 + 84 = 279 (100%)
R 122 of 279 ~ 43.73%
G 73 of 279 ~ 26.16%
B 84 of 279 ~ 30.11%

%43.73
%26.16
%30.11

CMYK color model

#7A4954 color CMYK value is (0,40,31,52).

  • cyan value is 0.00%
  • magenta value is 40.16%
  • yellow value is 31.15%
  • key color value is 52.16%
CMYK:
(0,40,31,52)
C0M40Y31K52 
(0%,40%,31%,52%)
(0.00/0.40/0.31/0.52)	

CMYK percentages

%0
%40.16
%31.15
%52.16

Codes

Color #7A4954 in popluar color models

7A4954
RGB1227384
HSL347°25.13%38.24%
HSB/HSV347°40.16%47.84%
CMYK0.00%40.16%31.15%
52.16%

Color #7A4954 in popluar number systems.

HEX7A4954
Decimal1227384
Binary111101010010011010100
Octal172111124

Shades and tints

Shades of #7A4954

#7A4954
(122,73,84)
#6F434D
(111,67,77)
#643D46
(100,61,70)
#59373F
(89,55,63)
#4E3138
(78,49,56)
#432B31
(67,43,49)
#38252A
(56,37,42)
#2D1F23
(45,31,35)
#22191C
(34,25,28)
#171315
(23,19,21)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #7A4954

#7A4954
(122,73,84)
#865963
(134,89,99)
#926972
(146,105,114)
#9E7981
(158,121,129)
#AA8990
(170,137,144)
#B6999F
(182,153,159)
#C2A9AE
(194,169,174)
#CEB9BD
(206,185,189)
#DAC9CC
(218,201,204)
#E6D9DB
(230,217,219)
#F2E9EA
(242,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4954 color. Also use rgb(122,73,84) instead hex code.

Text Font Color

.myTextColor { color: #7A4954; }

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

This text font color is #7A4954.


Background Color

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

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

This div background color is #7A4954.


Border color

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

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

This div border color is #7A4954.


Opacity

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

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

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

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

This text has shadow with #7A4954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4954 on black background.


Color preview on white background

This text has color #7A4954 on white background.



Black color preview on #7A4954 background

This text has black color on #7A4954 background.


White color preview on #7A4954 background

This text has white color on #7A4954 background.