COLOR #7A663F

HEX: #7A663F
RGB: (122,102,63)

Color info

#7A663F contains red, green and blue colors in about the same proportion. Web safe color of #7A663F is #666633 (or #663).

RGB color model

#7A663F color RGB value is (122,102,63).

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

RGB channels and saturation

R 122 of 255 = 48%
G 102 of 255 = 40%
B 63 of 255 = 25%

122
102
63

R + G + B ~ 38%. #7A663F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 102 + 63 = 287 (100%)
R 122 of 287 ~ 42.51%
G 102 of 287 ~ 35.54%
B 63 of 287 ~ 21.95%

%42.51
%35.54
%21.95

CMYK color model

#7A663F color CMYK value is (0,16,48,52).

  • cyan value is 0.00%
  • magenta value is 16.39%
  • yellow value is 48.36%
  • key color value is 52.16%
CMYK:
(0,16,48,52)
C0M16Y48K52 
(0%,16%,48%,52%)
(0.00/0.16/0.48/0.52)	

CMYK percentages

%0
%16.39
%48.36
%52.16

Codes

Color #7A663F in popluar color models

7A663F
RGB12210263
HSL40°31.89%36.27%
HSB/HSV40°48.36%47.84%
CMYK0.00%16.39%48.36%
52.16%

Color #7A663F in popluar number systems.

HEX7A663F
Decimal12210263
Binary11110101100110111111
Octal17214677

Shades and tints

Shades of #7A663F

#7A663F
(122,102,63)
#6F5D3A
(111,93,58)
#645435
(100,84,53)
#594B30
(89,75,48)
#4E422B
(78,66,43)
#433926
(67,57,38)
#383021
(56,48,33)
#2D271C
(45,39,28)
#221E17
(34,30,23)
#171512
(23,21,18)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #7A663F

#7A663F
(122,102,63)
#867350
(134,115,80)
#928061
(146,128,97)
#9E8D72
(158,141,114)
#AA9A83
(170,154,131)
#B6A794
(182,167,148)
#C2B4A5
(194,180,165)
#CEC1B6
(206,193,182)
#DACEC7
(218,206,199)
#E6DBD8
(230,219,216)
#F2E8E9
(242,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A663F; }

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

This text font color is #7A663F.


Background Color

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

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

This div background color is #7A663F.


Border color

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

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

This div border color is #7A663F.


Opacity

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

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

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

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

This text has shadow with #7A663F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A663F on black background.


Color preview on white background

This text has color #7A663F on white background.



Black color preview on #7A663F background

This text has black color on #7A663F background.


White color preview on #7A663F background

This text has white color on #7A663F background.