COLOR #7A6600

HEX: #7A6600
RGB: (122,102,0)

Color info

#7A6600 contains only red and green colors. Web safe color of #7A6600 is #666600 (or #660).

RGB color model

#7A6600 color RGB value is (122,102,0).

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

RGB channels and saturation

R 122 of 255 = 48%
G 102 of 255 = 40%
B 0 of 255 = 0%

122
102
0

R + G + B ~ 29%. #7A6600 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 102 + 0 = 224 (100%)
R 122 of 224 ~ 54.46%
G 102 of 224 ~ 45.54%
B 0 of 224 ~ 0%

%54.46
%45.54

CMYK color model

#7A6600 color CMYK value is (0,16,100,52).

  • cyan value is 0.00%
  • magenta value is 16.39%
  • yellow value is 100.00%
  • key color value is 52.16%
CMYK:
(0,16,100,52)
C0M16Y100K52 
(0%,16%,100%,52%)
(0.00/0.16/1.00/0.52)	

CMYK percentages

%0
%16.39
%100
%52.16

Codes

Color #7A6600 in popluar color models

7A6600
RGB1221020
HSL50°100.00%23.92%
HSB/HSV50°100.00%47.84%
CMYK0.00%16.39%100.00%
52.16%

Color #7A6600 in popluar number systems.

HEX7A6600
Decimal1221020
Binary111101011001100
Octal1721460

Shades and tints

Shades of #7A6600

#7A6600
(122,102,0)
#6F5D00
(111,93,0)
#645400
(100,84,0)
#594B00
(89,75,0)
#4E4200
(78,66,0)
#433900
(67,57,0)
#383000
(56,48,0)
#2D2700
(45,39,0)
#221E00
(34,30,0)
#171500
(23,21,0)
#0C0C00
(12,12,0)
#000000
(0,0,0)

Tints of #7A6600

#7A6600
(122,102,0)
#867317
(134,115,23)
#92802E
(146,128,46)
#9E8D45
(158,141,69)
#AA9A5C
(170,154,92)
#B6A773
(182,167,115)
#C2B48A
(194,180,138)
#CEC1A1
(206,193,161)
#DACEB8
(218,206,184)
#E6DBCF
(230,219,207)
#F2E8E6
(242,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6600; }

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

This text font color is #7A6600.


Background Color

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

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

This div background color is #7A6600.


Border color

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

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

This div border color is #7A6600.


Opacity

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

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

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

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

This text has shadow with #7A6600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6600 on black background.


Color preview on white background

This text has color #7A6600 on white background.



Black color preview on #7A6600 background

This text has black color on #7A6600 background.


White color preview on #7A6600 background

This text has white color on #7A6600 background.