COLOR #7A6B67

HEX: #7A6B67
RGB: (122,107,103)

Color info

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

RGB color model

#7A6B67 color RGB value is (122,107,103).

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

RGB channels and saturation

R 122 of 255 = 48%
G 107 of 255 = 42%
B 103 of 255 = 40%

122
107
103

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

Portions of RGB colors in percentages

R + G + B =
122 + 107 + 103 = 332 (100%)
R 122 of 332 ~ 36.75%
G 107 of 332 ~ 32.23%
B 103 of 332 ~ 31.02%

%36.75
%32.23
%31.02

CMYK color model

#7A6B67 color CMYK value is (0,12,16,52).

  • cyan value is 0.00%
  • magenta value is 12.30%
  • yellow value is 15.57%
  • key color value is 52.16%
CMYK: (0,12,16,52) C0M12Y16K52 (0%,12%,16%,52%) (0.00/0.12/0.16/0.52)

CMYK percentages

%0
%12.3
%15.57
%52.16

Codes

Color #7A6B67 in popluar color models

7A6B67
RGB122107103
HSL13°8.44%44.12%
HSB/HSV13°15.57%47.84%
CMYK0.00%12.30%15.57%
52.16%

Color #7A6B67 in popluar number systems.

HEX7A6B67
Decimal122107103
Binary111101011010111100111
Octal172153147

Shades and tints

Shades of #7A6B67

#7A6B67
(122,107,103)
#6F625E
(111,98,94)
#645955
(100,89,85)
#59504C
(89,80,76)
#4E4743
(78,71,67)
#433E3A
(67,62,58)
#383531
(56,53,49)
#2D2C28
(45,44,40)
#22231F
(34,35,31)
#171A16
(23,26,22)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #7A6B67

#7A6B67
(122,107,103)
#867874
(134,120,116)
#928581
(146,133,129)
#9E928E
(158,146,142)
#AA9F9B
(170,159,155)
#B6ACA8
(182,172,168)
#C2B9B5
(194,185,181)
#CEC6C2
(206,198,194)
#DAD3CF
(218,211,207)
#E6E0DC
(230,224,220)
#F2EDE9
(242,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6B67; }

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

This text font color is #7A6B67.


Background Color

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

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

This div background color is #7A6B67.


Border color

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

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

This div border color is #7A6B67.


Opacity

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

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

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

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

This text has shadow with #7A6B67 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7A6B67 on black background.


Color preview on white background

This text has color #7A6B67 on white background.



Black color preview on #7A6B67 background

This text has black color on #7A6B67 background.


White color preview on #7A6B67 background

This text has white color on #7A6B67 background.