COLOR #7A4B4A

HEX: #7A4B4A
RGB: (122,75,74)

Color info

#7A4B4A contains red, green and blue colors in about the same proportion. Web safe color of #7A4B4A is #663333 (or #633).

RGB color model

#7A4B4A color RGB value is (122,75,74).

  • red value is 122;
  • green value is 75;
  • blue value is 74.
RGB:
(122,75,74)
(48%,29%,29%)

RGB channels and saturation

R 122 of 255 = 48%
G 75 of 255 = 29%
B 74 of 255 = 29%

122
75
74

R + G + B ~ 35%. #7A4B4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 75 + 74 = 271 (100%)
R 122 of 271 ~ 45.02%
G 75 of 271 ~ 27.68%
B 74 of 271 ~ 27.31%

%45.02
%27.68
%27.31

CMYK color model

#7A4B4A color CMYK value is (0,39,39,52).

  • cyan value is 0.00%
  • magenta value is 38.52%
  • yellow value is 39.34%
  • key color value is 52.16%
CMYK:
(0,39,39,52)
C0M39Y39K52 
(0%,39%,39%,52%)
(0.00/0.39/0.39/0.52)	

CMYK percentages

%0
%38.52
%39.34
%52.16

Codes

Color #7A4B4A in popluar color models

7A4B4A
RGB1227574
HSL24.49%38.43%
HSB/HSV39.34%47.84%
CMYK0.00%38.52%39.34%
52.16%

Color #7A4B4A in popluar number systems.

HEX7A4B4A
Decimal1227574
Binary111101010010111001010
Octal172113112

Shades and tints

Shades of #7A4B4A

#7A4B4A
(122,75,74)
#6F4544
(111,69,68)
#643F3E
(100,63,62)
#593938
(89,57,56)
#4E3332
(78,51,50)
#432D2C
(67,45,44)
#382726
(56,39,38)
#2D2120
(45,33,32)
#221B1A
(34,27,26)
#171514
(23,21,20)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #7A4B4A

#7A4B4A
(122,75,74)
#865B5A
(134,91,90)
#926B6A
(146,107,106)
#9E7B7A
(158,123,122)
#AA8B8A
(170,139,138)
#B69B9A
(182,155,154)
#C2ABAA
(194,171,170)
#CEBBBA
(206,187,186)
#DACBCA
(218,203,202)
#E6DBDA
(230,219,218)
#F2EBEA
(242,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4B4A color. Also use rgb(122,75,74) instead hex code.

Text Font Color

.myTextColor { color: #7A4B4A; }

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

This text font color is #7A4B4A.


Background Color

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

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

This div background color is #7A4B4A.


Border color

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

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

This div border color is #7A4B4A.


Opacity

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

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

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

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

This text has shadow with #7A4B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4B4A on black background.


Color preview on white background

This text has color #7A4B4A on white background.



Black color preview on #7A4B4A background

This text has black color on #7A4B4A background.


White color preview on #7A4B4A background

This text has white color on #7A4B4A background.