COLOR #7A625B

HEX: #7A625B RGB: (122,98,91)

Color info

#7A625B contains red, green and blue colors in about the same proportion. Web safe color of #7A625B is #666666 (or #666).

RGB color model

#7A625B color RGB value is (122,98,91).

RGB: (122,98,91) (48%, 38%, 36%)

RGB channels and saturation

R 122 of 255 = 48%
G 98 of 255 = 38%
B 91 of 255 = 36%

122
98
91

R + G + B ~ 41%. #7A625B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 122 + 98 + 91 = 311 (100%)
R 122 of 311 ~ 39.23%
G 98 of 311 ~ 31.51%
B 91 of 311 ~ 29.26'%

%39.23
%31.51
%29.26

CMYK color model

#7A625B color CMYK value is (0,20,25,52).

  • cyan value is 0.00%
  • magenta value is 19.67%
  • yellow value is 25.41%
  • key color value is 52.16%

CMYK: (0,20,25,52)
C0M20Y25K52 (0%, 20%, 25%, 52%)
(0.00 / 0.20 / 0.25 / 0.52)

CMYK percentages

%0
%19.67
%25.41
%52.16

Codes

Color #7A625B in popluar color models

7A 62 5B
RGB 122 98 91
HSL 14° 14.55% 41.76%
HSB/HSV 14° 25.41% 47.84%
CMYK 0.00% 19.67% 25.41%
52.16%

Color #7A625B in popluar number systems.

HEX 7A 62 5B
Decimal 122 98 91
Binary 1111010 1100010 1011011
Octal 172 142 133

Shades and tints

Shades of #7A625B

#7A625B
(122,98,91)
#6F5A53
(111,90,83)
#64524B
(100,82,75)
#594A43
(89,74,67)
#4E423B
(78,66,59)
#433A33
(67,58,51)
#38322B
(56,50,43)
#2D2A23
(45,42,35)
#22221B
(34,34,27)
#171A13
(23,26,19)
#0C120B
(12,18,11)
#000000
(0,0,0)

Tints of #7A625B

#7A625B
(122,98,91)
#867069
(134,112,105)
#927E77
(146,126,119)
#9E8C85
(158,140,133)
#AA9A93
(170,154,147)
#B6A8A1
(182,168,161)
#C2B6AF
(194,182,175)
#CEC4BD
(206,196,189)
#DAD2CB
(218,210,203)
#E6E0D9
(230,224,217)
#F2EEE7
(242,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A625B color. Also use rgb(122,98,91) instead hex code.

Text Font Color

.myTextColor { color: #7A625B; }

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

This text font color is #7A625B.

Background Color

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

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

This div background color is #7A625B.

Border color

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

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

This div border color is #7A625B.

Opacity

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

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

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

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

This text has shadow with #7A625B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A625B.

Preview

Color preview on black background

This text has color #7A625B on black background.


Color preview on white background

This text has color #7A625B on white background.


Black color preview on #7A625B background

This text has black color on #7A625B background.


White color preview on #7A625B background

This text has white color on #7A625B background.


Related colors

Complementary color

Complementary color for #hex is #859DA4.


I love getcolorcode.com

Triadic colors

1 #5B7A62 and #625B7A with #7A625B are triadic colors.

2 #5B627A and #627A5B with #7A625B are triadic colors.