COLOR #7A424B

HEX: #7A424B RGB: (122,66,75)

Color info

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

RGB color model

#7A424B color RGB value is (122,66,75).

RGB: (122,66,75) (48%, 26%, 29%)

RGB channels and saturation

R 122 of 255 = 48%
G 66 of 255 = 26%
B 75 of 255 = 29%

122
66
75

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

Portions of RGB colors in percentages

R + G + B = 122 + 66 + 75 = 263 (100%)
R 122 of 263 ~ 46.39%
G 66 of 263 ~ 25.1%
B 75 of 263 ~ 28.52'%

%46.39
%25.1
%28.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.90%
  • yellow value is 38.52%
  • key color value is 52.16%

CMYK: (0,46,39,52)
C0M46Y39K52 (0%, 46%, 39%, 52%)
(0.00 / 0.46 / 0.39 / 0.52)

CMYK percentages

%0
%45.9
%38.52
%52.16

Codes

Color #7A424B in popluar color models

7A 42 4B
RGB 122 66 75
HSL 350° 29.79% 36.86%
HSB/HSV 350° 45.90% 47.84%
CMYK 0.00% 45.90% 38.52%
52.16%

Color #7A424B in popluar number systems.

HEX 7A 42 4B
Decimal 122 66 75
Binary 1111010 1000010 1001011
Octal 172 102 113

Shades and tints

Shades of #7A424B

#7A424B
(122,66,75)
#6F3C45
(111,60,69)
#64363F
(100,54,63)
#593039
(89,48,57)
#4E2A33
(78,42,51)
#43242D
(67,36,45)
#381E27
(56,30,39)
#2D1821
(45,24,33)
#22121B
(34,18,27)
#170C15
(23,12,21)
#0C060F
(12,6,15)
#000000
(0,0,0)

Tints of #7A424B

#7A424B
(122,66,75)
#86535B
(134,83,91)
#92646B
(146,100,107)
#9E757B
(158,117,123)
#AA868B
(170,134,139)
#B6979B
(182,151,155)
#C2A8AB
(194,168,171)
#CEB9BB
(206,185,187)
#DACACB
(218,202,203)
#E6DBDB
(230,219,219)
#F2ECEB
(242,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A424B; }

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

This text font color is #7A424B.

Background Color

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

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

This div background color is #7A424B.

Border color

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

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

This div border color is #7A424B.

Opacity

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

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

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

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

This text has shadow with #7A424B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A424B.

Preview

Color preview on black background

This text has color #7A424B on black background.


Color preview on white background

This text has color #7A424B on white background.


Black color preview on #7A424B background

This text has black color on #7A424B background.


White color preview on #7A424B background

This text has white color on #7A424B background.


Related colors

Complementary color

Complementary color for #hex is #85BDB4.


I love getcolorcode.com

Triadic colors

1 #4B7A42 and #424B7A with #7A424B are triadic colors.

2 #4B427A and #427A4B with #7A424B are triadic colors.