COLOR #7A665F

HEX: #7A665F
RGB: (122,102,95)

Color info

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

RGB color model

#7A665F color RGB value is (122,102,95).

  • red value is 122;
  • green value is 102;
  • blue value is 95.
RGB:
(122,102,95)
(48%,40%,37%)

RGB channels and saturation

R 122 of 255 = 48%
G 102 of 255 = 40%
B 95 of 255 = 37%

122
102
95

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

Portions of RGB colors in percentages

R + G + B =
122 + 102 + 95 = 319 (100%)
R 122 of 319 ~ 38.24%
G 102 of 319 ~ 31.97%
B 95 of 319 ~ 29.78%

%38.24
%31.97
%29.78

CMYK color model

#7A665F color CMYK value is (0,16,22,52).

  • cyan value is 0.00%
  • magenta value is 16.39%
  • yellow value is 22.13%
  • key color value is 52.16%
CMYK:
(0,16,22,52)
C0M16Y22K52 
(0%,16%,22%,52%)
(0.00/0.16/0.22/0.52)	

CMYK percentages

%0
%16.39
%22.13
%52.16

Codes

Color #7A665F in popluar color models

7A665F
RGB12210295
HSL16°12.44%42.55%
HSB/HSV16°22.13%47.84%
CMYK0.00%16.39%22.13%
52.16%

Color #7A665F in popluar number systems.

HEX7A665F
Decimal12210295
Binary111101011001101011111
Octal172146137

Shades and tints

Shades of #7A665F

#7A665F
(122,102,95)
#6F5D57
(111,93,87)
#64544F
(100,84,79)
#594B47
(89,75,71)
#4E423F
(78,66,63)
#433937
(67,57,55)
#38302F
(56,48,47)
#2D2727
(45,39,39)
#221E1F
(34,30,31)
#171517
(23,21,23)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #7A665F

#7A665F
(122,102,95)
#86736D
(134,115,109)
#92807B
(146,128,123)
#9E8D89
(158,141,137)
#AA9A97
(170,154,151)
#B6A7A5
(182,167,165)
#C2B4B3
(194,180,179)
#CEC1C1
(206,193,193)
#DACECF
(218,206,207)
#E6DBDD
(230,219,221)
#F2E8EB
(242,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A665F color. Also use rgb(122,102,95) instead hex code.

Text Font Color

.myTextColor { color: #7A665F; }

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

This text font color is #7A665F.


Background Color

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

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

This div background color is #7A665F.


Border color

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

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

This div border color is #7A665F.


Opacity

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

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

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

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

This text has shadow with #7A665F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A665F on black background.


Color preview on white background

This text has color #7A665F on white background.



Black color preview on #7A665F background

This text has black color on #7A665F background.


White color preview on #7A665F background

This text has white color on #7A665F background.