COLOR #7A8075

HEX: #7A8075 RGB: (122,128,117)

Color info

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

RGB color model

#7A8075 color RGB value is (122,128,117).

RGB: (122,128,117) (48%, 50%, 46%)

RGB channels and saturation

R 122 of 255 = 48%
G 128 of 255 = 50%
B 117 of 255 = 46%

122
128
117

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

Portions of RGB colors in percentages

R + G + B = 122 + 128 + 117 = 367 (100%)
R 122 of 367 ~ 33.24%
G 128 of 367 ~ 34.88%
B 117 of 367 ~ 31.88'%

%33.24
%34.88
%31.88

CMYK color model

#7A8075 color CMYK value is (5,0,9,50).

  • cyan value is 4.69%
  • magenta value is 0.00%
  • yellow value is 8.59%
  • key color value is 49.80%

CMYK: (5,0,9,50)
C5M0Y9K50 (5%, 0%, 9%, 50%)
(0.05 / 0.00 / 0.09 / 0.50)

CMYK percentages

%4.69
%0
%8.59
%49.8

Codes

Color #7A8075 in popluar color models

7A 80 75
RGB 122 128 117
HSL 93° 4.49% 48.04%
HSB/HSV 93° 8.59% 50.20%
CMYK 4.69% 0.00% 8.59%
49.80%

Color #7A8075 in popluar number systems.

HEX 7A 80 75
Decimal 122 128 117
Binary 1111010 10000000 1110101
Octal 172 200 165

Shades and tints

Shades of #7A8075

#7A8075
(122,128,117)
#6F756B
(111,117,107)
#646A61
(100,106,97)
#595F57
(89,95,87)
#4E544D
(78,84,77)
#434943
(67,73,67)
#383E39
(56,62,57)
#2D332F
(45,51,47)
#222825
(34,40,37)
#171D1B
(23,29,27)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #7A8075

#7A8075
(122,128,117)
#868B81
(134,139,129)
#92968D
(146,150,141)
#9EA199
(158,161,153)
#AAACA5
(170,172,165)
#B6B7B1
(182,183,177)
#C2C2BD
(194,194,189)
#CECDC9
(206,205,201)
#DAD8D5
(218,216,213)
#E6E3E1
(230,227,225)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8075 color. Also use rgb(122,128,117) instead hex code.

Text Font Color

.myTextColor { color: #7A8075; }

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

This text font color is #7A8075.

Background Color

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

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

This div background color is #7A8075.

Border color

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

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

This div border color is #7A8075.

Opacity

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

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

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

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

This text has shadow with #7A8075 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A8075.

Preview

Color preview on black background

This text has color #7A8075 on black background.


Color preview on white background

This text has color #7A8075 on white background.


Black color preview on #7A8075 background

This text has black color on #7A8075 background.


White color preview on #7A8075 background

This text has white color on #7A8075 background.


Related colors

Complementary color

Complementary color for #hex is #857F8A.


I love getcolorcode.com

Triadic colors

1 #757A80 and #80757A with #7A8075 are triadic colors.

2 #75807A and #807A75 with #7A8075 are triadic colors.