COLOR #7A4245

HEX: #7A4245
RGB: (122,66,69)

Color info

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

RGB color model

#7A4245 color RGB value is (122,66,69).

  • red value is 122;
  • green value is 66;
  • blue value is 69.
RGB:
(122,66,69)
(48%,26%,27%)

RGB channels and saturation

R 122 of 255 = 48%
G 66 of 255 = 26%
B 69 of 255 = 27%

122
66
69

R + G + B ~ 34%. #7A4245 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 66 + 69 = 257 (100%)
R 122 of 257 ~ 47.47%
G 66 of 257 ~ 25.68%
B 69 of 257 ~ 26.85%

%47.47
%25.68
%26.85

CMYK color model

#7A4245 color CMYK value is (0,46,43,52).

  • cyan value is 0.00%
  • magenta value is 45.90%
  • yellow value is 43.44%
  • key color value is 52.16%
CMYK:
(0,46,43,52)
C0M46Y43K52 
(0%,46%,43%,52%)
(0.00/0.46/0.43/0.52)	

CMYK percentages

%0
%45.9
%43.44
%52.16

Codes

Color #7A4245 in popluar color models

7A4245
RGB1226669
HSL357°29.79%36.86%
HSB/HSV357°45.90%47.84%
CMYK0.00%45.90%43.44%
52.16%

Color #7A4245 in popluar number systems.

HEX7A4245
Decimal1226669
Binary111101010000101000101
Octal172102105

Shades and tints

Shades of #7A4245

#7A4245
(122,66,69)
#6F3C3F
(111,60,63)
#643639
(100,54,57)
#593033
(89,48,51)
#4E2A2D
(78,42,45)
#432427
(67,36,39)
#381E21
(56,30,33)
#2D181B
(45,24,27)
#221215
(34,18,21)
#170C0F
(23,12,15)
#0C0609
(12,6,9)
#000000
(0,0,0)

Tints of #7A4245

#7A4245
(122,66,69)
#865355
(134,83,85)
#926465
(146,100,101)
#9E7575
(158,117,117)
#AA8685
(170,134,133)
#B69795
(182,151,149)
#C2A8A5
(194,168,165)
#CEB9B5
(206,185,181)
#DACAC5
(218,202,197)
#E6DBD5
(230,219,213)
#F2ECE5
(242,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4245 color. Also use rgb(122,66,69) instead hex code.

Text Font Color

.myTextColor { color: #7A4245; }

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

This text font color is #7A4245.


Background Color

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

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

This div background color is #7A4245.


Border color

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

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

This div border color is #7A4245.


Opacity

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

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

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

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

This text has shadow with #7A4245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4245 on black background.


Color preview on white background

This text has color #7A4245 on white background.



Black color preview on #7A4245 background

This text has black color on #7A4245 background.


White color preview on #7A4245 background

This text has white color on #7A4245 background.