COLOR #7A655A

HEX: #7A655A
RGB: (122,101,90)

Color info

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

RGB color model

#7A655A color RGB value is (122,101,90).

  • red value is 122;
  • green value is 101;
  • blue value is 90.
RGB:
(122,101,90)
(48%,40%,35%)

RGB channels and saturation

R 122 of 255 = 48%
G 101 of 255 = 40%
B 90 of 255 = 35%

122
101
90

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

Portions of RGB colors in percentages

R + G + B =
122 + 101 + 90 = 313 (100%)
R 122 of 313 ~ 38.98%
G 101 of 313 ~ 32.27%
B 90 of 313 ~ 28.75%

%38.98
%32.27
%28.75

CMYK color model

#7A655A color CMYK value is (0,17,26,52).

  • cyan value is 0.00%
  • magenta value is 17.21%
  • yellow value is 26.23%
  • key color value is 52.16%
CMYK:
(0,17,26,52)
C0M17Y26K52 
(0%,17%,26%,52%)
(0.00/0.17/0.26/0.52)	

CMYK percentages

%0
%17.21
%26.23
%52.16

Codes

Color #7A655A in popluar color models

7A655A
RGB12210190
HSL21°15.09%41.57%
HSB/HSV21°26.23%47.84%
CMYK0.00%17.21%26.23%
52.16%

Color #7A655A in popluar number systems.

HEX7A655A
Decimal12210190
Binary111101011001011011010
Octal172145132

Shades and tints

Shades of #7A655A

#7A655A
(122,101,90)
#6F5C52
(111,92,82)
#64534A
(100,83,74)
#594A42
(89,74,66)
#4E413A
(78,65,58)
#433832
(67,56,50)
#382F2A
(56,47,42)
#2D2622
(45,38,34)
#221D1A
(34,29,26)
#171412
(23,20,18)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #7A655A

#7A655A
(122,101,90)
#867369
(134,115,105)
#928178
(146,129,120)
#9E8F87
(158,143,135)
#AA9D96
(170,157,150)
#B6ABA5
(182,171,165)
#C2B9B4
(194,185,180)
#CEC7C3
(206,199,195)
#DAD5D2
(218,213,210)
#E6E3E1
(230,227,225)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A655A color. Also use rgb(122,101,90) instead hex code.

Text Font Color

.myTextColor { color: #7A655A; }

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

This text font color is #7A655A.


Background Color

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

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

This div background color is #7A655A.


Border color

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

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

This div border color is #7A655A.


Opacity

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

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

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

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

This text has shadow with #7A655A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A655A on black background.


Color preview on white background

This text has color #7A655A on white background.



Black color preview on #7A655A background

This text has black color on #7A655A background.


White color preview on #7A655A background

This text has white color on #7A655A background.