COLOR #74755A

HEX: #74755A
RGB: (116,117,90)

Color info

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

RGB color model

#74755A color RGB value is (116,117,90).

  • red value is 116;
  • green value is 117;
  • blue value is 90.
RGB:
(116,117,90)
(45%,46%,35%)

RGB channels and saturation

R 116 of 255 = 45%
G 117 of 255 = 46%
B 90 of 255 = 35%

116
117
90

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

Portions of RGB colors in percentages

R + G + B =
116 + 117 + 90 = 323 (100%)
R 116 of 323 ~ 35.91%
G 117 of 323 ~ 36.22%
B 90 of 323 ~ 27.86%

%35.91
%36.22
%27.86

CMYK color model

#74755A color CMYK value is (1,0,23,54).

  • cyan value is 0.85%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 54.12%
CMYK:
(1,0,23,54)
C1M0Y23K54 
(1%,0%,23%,54%)
(0.01/0.00/0.23/0.54)	

CMYK percentages

%0.85
%0
%23.08
%54.12

Codes

Color #74755A in popluar color models

74755A
RGB11611790
HSL62°13.04%40.59%
HSB/HSV62°23.08%45.88%
CMYK0.85%0.00%23.08%
54.12%

Color #74755A in popluar number systems.

HEX74755A
Decimal11611790
Binary111010011101011011010
Octal164165132

Shades and tints

Shades of #74755A

#74755A
(116,117,90)
#6A6B52
(106,107,82)
#60614A
(96,97,74)
#565742
(86,87,66)
#4C4D3A
(76,77,58)
#424332
(66,67,50)
#38392A
(56,57,42)
#2E2F22
(46,47,34)
#24251A
(36,37,26)
#1A1B12
(26,27,18)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #74755A

#74755A
(116,117,90)
#808169
(128,129,105)
#8C8D78
(140,141,120)
#989987
(152,153,135)
#A4A596
(164,165,150)
#B0B1A5
(176,177,165)
#BCBDB4
(188,189,180)
#C8C9C3
(200,201,195)
#D4D5D2
(212,213,210)
#E0E1E1
(224,225,225)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74755A color. Also use rgb(116,117,90) instead hex code.

Text Font Color

.myTextColor { color: #74755A; }

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

This text font color is #74755A.


Background Color

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

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

This div background color is #74755A.


Border color

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

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

This div border color is #74755A.


Opacity

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

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

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

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

This text has shadow with #74755A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74755A on black background.


Color preview on white background

This text has color #74755A on white background.



Black color preview on #74755A background

This text has black color on #74755A background.


White color preview on #74755A background

This text has white color on #74755A background.