COLOR #7A6765

HEX: #7A6765
RGB: (122,103,101)

Color info

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

RGB color model

#7A6765 color RGB value is (122,103,101).

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

RGB channels and saturation

R 122 of 255 = 48%
G 103 of 255 = 40%
B 101 of 255 = 40%

122
103
101

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

Portions of RGB colors in percentages

R + G + B =
122 + 103 + 101 = 326 (100%)
R 122 of 326 ~ 37.42%
G 103 of 326 ~ 31.6%
B 101 of 326 ~ 30.98%

%37.42
%31.6
%30.98

CMYK color model

#7A6765 color CMYK value is (0,16,17,52).

  • cyan value is 0.00%
  • magenta value is 15.57%
  • yellow value is 17.21%
  • key color value is 52.16%
CMYK:
(0,16,17,52)
C0M16Y17K52 
(0%,16%,17%,52%)
(0.00/0.16/0.17/0.52)	

CMYK percentages

%0
%15.57
%17.21
%52.16

Codes

Color #7A6765 in popluar color models

7A6765
RGB122103101
HSL9.42%43.73%
HSB/HSV17.21%47.84%
CMYK0.00%15.57%17.21%
52.16%

Color #7A6765 in popluar number systems.

HEX7A6765
Decimal122103101
Binary111101011001111100101
Octal172147145

Shades and tints

Shades of #7A6765

#7A6765
(122,103,101)
#6F5E5C
(111,94,92)
#645553
(100,85,83)
#594C4A
(89,76,74)
#4E4341
(78,67,65)
#433A38
(67,58,56)
#38312F
(56,49,47)
#2D2826
(45,40,38)
#221F1D
(34,31,29)
#171614
(23,22,20)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #7A6765

#7A6765
(122,103,101)
#867473
(134,116,115)
#928181
(146,129,129)
#9E8E8F
(158,142,143)
#AA9B9D
(170,155,157)
#B6A8AB
(182,168,171)
#C2B5B9
(194,181,185)
#CEC2C7
(206,194,199)
#DACFD5
(218,207,213)
#E6DCE3
(230,220,227)
#F2E9F1
(242,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6765; }

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

This text font color is #7A6765.


Background Color

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

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

This div background color is #7A6765.


Border color

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

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

This div border color is #7A6765.


Opacity

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

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

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

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

This text has shadow with #7A6765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6765 on black background.


Color preview on white background

This text has color #7A6765 on white background.



Black color preview on #7A6765 background

This text has black color on #7A6765 background.


White color preview on #7A6765 background

This text has white color on #7A6765 background.