COLOR #74817A

HEX: #74817A
RGB: (116,129,122)

Color info

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

RGB color model

#74817A color RGB value is (116,129,122).

  • red value is 116;
  • green value is 129;
  • blue value is 122.
RGB:
(116,129,122)
(45%,51%,48%)

RGB channels and saturation

R 116 of 255 = 45%
G 129 of 255 = 51%
B 122 of 255 = 48%

116
129
122

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

Portions of RGB colors in percentages

R + G + B =
116 + 129 + 122 = 367 (100%)
R 116 of 367 ~ 31.61%
G 129 of 367 ~ 35.15%
B 122 of 367 ~ 33.24%

%31.61
%35.15
%33.24

CMYK color model

#74817A color CMYK value is (10,0,5,49).

  • cyan value is 10.08%
  • magenta value is 0.00%
  • yellow value is 5.43%
  • key color value is 49.41%
CMYK:
(10,0,5,49)
C10M0Y5K49 
(10%,0%,5%,49%)
(0.10/0.00/0.05/0.49)	

CMYK percentages

%10.08
%0
%5.43
%49.41

Codes

Color #74817A in popluar color models

74817A
RGB116129122
HSL148°5.31%48.04%
HSB/HSV148°10.08%50.59%
CMYK10.08%0.00%5.43%
49.41%

Color #74817A in popluar number systems.

HEX74817A
Decimal116129122
Binary1110100100000011111010
Octal164201172

Shades and tints

Shades of #74817A

#74817A
(116,129,122)
#6A766F
(106,118,111)
#606B64
(96,107,100)
#566059
(86,96,89)
#4C554E
(76,85,78)
#424A43
(66,74,67)
#383F38
(56,63,56)
#2E342D
(46,52,45)
#242922
(36,41,34)
#1A1E17
(26,30,23)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #74817A

#74817A
(116,129,122)
#808C86
(128,140,134)
#8C9792
(140,151,146)
#98A29E
(152,162,158)
#A4ADAA
(164,173,170)
#B0B8B6
(176,184,182)
#BCC3C2
(188,195,194)
#C8CECE
(200,206,206)
#D4D9DA
(212,217,218)
#E0E4E6
(224,228,230)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74817A color. Also use rgb(116,129,122) instead hex code.

Text Font Color

.myTextColor { color: #74817A; }

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

This text font color is #74817A.


Background Color

.myBgColor { background-color: #74817A; }

<div style="background-color:#74817A">Inner text</div>

This div background color is #74817A.


Border color

.myBorderColor { border: 1px solid #74817A; }

<div style="border:3px solid #74817A">Div</div>

This div border color is #74817A.


Opacity

.myOpacity80 { color: #74817A; opacity: 0.8; }

<p style="color:#74817A;opacity:0.8;">80%</p>

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

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

This text has shadow with #74817A color.

.textShadow {text-shadow: 3px 3px 1px #74817A, 3px 3px 1px red;}

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

This text has shadow with #74817A primary color and red secondary color.


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

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

This text has shadow with #74817A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74817A on black background.


Color preview on white background

This text has color #74817A on white background.



Black color preview on #74817A background

This text has black color on #74817A background.


White color preview on #74817A background

This text has white color on #74817A background.