COLOR #7A9975

HEX: #7A9975
RGB: (122,153,117)

Color info

#7A9975 contains red, green and blue colors in about the same proportion. Web safe color of #7A9975 is #669966 (or #696).

RGB color model

#7A9975 color RGB value is (122,153,117).

  • red value is 122;
  • green value is 153;
  • blue value is 117.
RGB:
(122,153,117)
(48%,60%,46%)

RGB channels and saturation

R 122 of 255 = 48%
G 153 of 255 = 60%
B 117 of 255 = 46%

122
153
117

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

Portions of RGB colors in percentages

R + G + B =
122 + 153 + 117 = 392 (100%)
R 122 of 392 ~ 31.12%
G 153 of 392 ~ 39.03%
B 117 of 392 ~ 29.85%

%31.12
%39.03
%29.85

CMYK color model

#7A9975 color CMYK value is (20,0,24,40).

  • cyan value is 20.26%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 40.00%
CMYK:
(20,0,24,40)
C20M0Y24K40 
(20%,0%,24%,40%)
(0.20/0.00/0.24/0.40)	

CMYK percentages

%20.26
%0
%23.53
%40

Codes

Color #7A9975 in popluar color models

7A9975
RGB122153117
HSL112°15.00%52.94%
HSB/HSV112°23.53%60.00%
CMYK20.26%0.00%23.53%
40.00%

Color #7A9975 in popluar number systems.

HEX7A9975
Decimal122153117
Binary1111010100110011110101
Octal172231165

Shades and tints

Shades of #7A9975

#7A9975
(122,153,117)
#6F8C6B
(111,140,107)
#647F61
(100,127,97)
#597257
(89,114,87)
#4E654D
(78,101,77)
#435843
(67,88,67)
#384B39
(56,75,57)
#2D3E2F
(45,62,47)
#223125
(34,49,37)
#17241B
(23,36,27)
#0C1711
(12,23,17)
#000000
(0,0,0)

Tints of #7A9975

#7A9975
(122,153,117)
#86A281
(134,162,129)
#92AB8D
(146,171,141)
#9EB499
(158,180,153)
#AABDA5
(170,189,165)
#B6C6B1
(182,198,177)
#C2CFBD
(194,207,189)
#CED8C9
(206,216,201)
#DAE1D5
(218,225,213)
#E6EAE1
(230,234,225)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A9975; }

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

This text font color is #7A9975.


Background Color

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

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

This div background color is #7A9975.


Border color

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

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

This div border color is #7A9975.


Opacity

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

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

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

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

This text has shadow with #7A9975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9975 on black background.


Color preview on white background

This text has color #7A9975 on white background.



Black color preview on #7A9975 background

This text has black color on #7A9975 background.


White color preview on #7A9975 background

This text has white color on #7A9975 background.