COLOR #7A6254

HEX: #7A6254 RGB: (122,98,84)

Color info

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

RGB color model

#7A6254 color RGB value is (122,98,84).

RGB: (122,98,84) (48%, 38%, 33%)

RGB channels and saturation

R 122 of 255 = 48%
G 98 of 255 = 38%
B 84 of 255 = 33%

122
98
84

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

Portions of RGB colors in percentages

R + G + B = 122 + 98 + 84 = 304 (100%)
R 122 of 304 ~ 40.13%
G 98 of 304 ~ 32.24%
B 84 of 304 ~ 27.63'%

%40.13
%32.24
%27.63

CMYK color model

#7A6254 color CMYK value is (0,20,31,52).

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

CMYK: (0,20,31,52)
C0M20Y31K52 (0%, 20%, 31%, 52%)
(0.00 / 0.20 / 0.31 / 0.52)

CMYK percentages

%0
%19.67
%31.15
%52.16

Codes

Color #7A6254 in popluar color models

7A 62 54
RGB 122 98 84
HSL 22° 18.45% 40.39%
HSB/HSV 22° 31.15% 47.84%
CMYK 0.00% 19.67% 31.15%
52.16%

Color #7A6254 in popluar number systems.

HEX 7A 62 54
Decimal 122 98 84
Binary 1111010 1100010 1010100
Octal 172 142 124

Shades and tints

Shades of #7A6254

#7A6254
(122,98,84)
#6F5A4D
(111,90,77)
#645246
(100,82,70)
#594A3F
(89,74,63)
#4E4238
(78,66,56)
#433A31
(67,58,49)
#38322A
(56,50,42)
#2D2A23
(45,42,35)
#22221C
(34,34,28)
#171A15
(23,26,21)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #7A6254

#7A6254
(122,98,84)
#867063
(134,112,99)
#927E72
(146,126,114)
#9E8C81
(158,140,129)
#AA9A90
(170,154,144)
#B6A89F
(182,168,159)
#C2B6AE
(194,182,174)
#CEC4BD
(206,196,189)
#DAD2CC
(218,210,204)
#E6E0DB
(230,224,219)
#F2EEEA
(242,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6254; }

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

This text font color is #7A6254.

Background Color

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

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

This div background color is #7A6254.

Border color

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

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

This div border color is #7A6254.

Opacity

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

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

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

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

This text has shadow with #7A6254 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6254.

Preview

Color preview on black background

This text has color #7A6254 on black background.


Color preview on white background

This text has color #7A6254 on white background.


Black color preview on #7A6254 background

This text has black color on #7A6254 background.


White color preview on #7A6254 background

This text has white color on #7A6254 background.


Related colors

Complementary color

Complementary color for #hex is #859DAB.


I love getcolorcode.com

Triadic colors

1 #547A62 and #62547A with #7A6254 are triadic colors.

2 #54627A and #627A54 with #7A6254 are triadic colors.