COLOR #7A671B

HEX: #7A671B
RGB: (122,103,27)

Color info

#7A671B contains mainly red and green colors. Web safe color of #7A671B is #666633 (or #663).

RGB color model

#7A671B color RGB value is (122,103,27).

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

RGB channels and saturation

R 122 of 255 = 48%
G 103 of 255 = 40%
B 27 of 255 = 11%

122
103
27

R + G + B ~ 33%. #7A671B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 103 + 27 = 252 (100%)
R 122 of 252 ~ 48.41%
G 103 of 252 ~ 40.87%
B 27 of 252 ~ 10.71%

%48.41
%40.87
%10.71

CMYK color model

#7A671B color CMYK value is (0,16,78,52).

  • cyan value is 0.00%
  • magenta value is 15.57%
  • yellow value is 77.87%
  • key color value is 52.16%
CMYK:
(0,16,78,52)
C0M16Y78K52 
(0%,16%,78%,52%)
(0.00/0.16/0.78/0.52)	

CMYK percentages

%0
%15.57
%77.87
%52.16

Codes

Color #7A671B in popluar color models

7A671B
RGB12210327
HSL48°63.76%29.22%
HSB/HSV48°77.87%47.84%
CMYK0.00%15.57%77.87%
52.16%

Color #7A671B in popluar number systems.

HEX7A671B
Decimal12210327
Binary1111010110011111011
Octal17214733

Shades and tints

Shades of #7A671B

#7A671B
(122,103,27)
#6F5E19
(111,94,25)
#645517
(100,85,23)
#594C15
(89,76,21)
#4E4313
(78,67,19)
#433A11
(67,58,17)
#38310F
(56,49,15)
#2D280D
(45,40,13)
#221F0B
(34,31,11)
#171609
(23,22,9)
#0C0D07
(12,13,7)
#000000
(0,0,0)

Tints of #7A671B

#7A671B
(122,103,27)
#86742F
(134,116,47)
#928143
(146,129,67)
#9E8E57
(158,142,87)
#AA9B6B
(170,155,107)
#B6A87F
(182,168,127)
#C2B593
(194,181,147)
#CEC2A7
(206,194,167)
#DACFBB
(218,207,187)
#E6DCCF
(230,220,207)
#F2E9E3
(242,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A671B; }

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

This text font color is #7A671B.


Background Color

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

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

This div background color is #7A671B.


Border color

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

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

This div border color is #7A671B.


Opacity

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

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

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

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

This text has shadow with #7A671B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A671B on black background.


Color preview on white background

This text has color #7A671B on white background.



Black color preview on #7A671B background

This text has black color on #7A671B background.


White color preview on #7A671B background

This text has white color on #7A671B background.