COLOR #7F775A

HEX: #7F775A
RGB: (127,119,90)

Color info

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

RGB color model

#7F775A color RGB value is (127,119,90).

  • red value is 127;
  • green value is 119;
  • blue value is 90.
RGB:
(127,119,90)
(50%,47%,35%)

RGB channels and saturation

R 127 of 255 = 50%
G 119 of 255 = 47%
B 90 of 255 = 35%

127
119
90

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

Portions of RGB colors in percentages

R + G + B =
127 + 119 + 90 = 336 (100%)
R 127 of 336 ~ 37.8%
G 119 of 336 ~ 35.42%
B 90 of 336 ~ 26.79%

%37.8
%35.42
%26.79

CMYK color model

#7F775A color CMYK value is (0,6,29,50).

  • cyan value is 0.00%
  • magenta value is 6.30%
  • yellow value is 29.13%
  • key color value is 50.20%
CMYK:
(0,6,29,50)
C0M6Y29K50 
(0%,6%,29%,50%)
(0.00/0.06/0.29/0.50)	

CMYK percentages

%0
%6.3
%29.13
%50.2

Codes

Color #7F775A in popluar color models

7F775A
RGB12711990
HSL47°17.05%42.55%
HSB/HSV47°29.13%49.80%
CMYK0.00%6.30%29.13%
50.20%

Color #7F775A in popluar number systems.

HEX7F775A
Decimal12711990
Binary111111111101111011010
Octal177167132

Shades and tints

Shades of #7F775A

#7F775A
(127,119,90)
#746D52
(116,109,82)
#69634A
(105,99,74)
#5E5942
(94,89,66)
#534F3A
(83,79,58)
#484532
(72,69,50)
#3D3B2A
(61,59,42)
#323122
(50,49,34)
#27271A
(39,39,26)
#1C1D12
(28,29,18)
#11130A
(17,19,10)
#000000
(0,0,0)

Tints of #7F775A

#7F775A
(127,119,90)
#8A8369
(138,131,105)
#958F78
(149,143,120)
#A09B87
(160,155,135)
#ABA796
(171,167,150)
#B6B3A5
(182,179,165)
#C1BFB4
(193,191,180)
#CCCBC3
(204,203,195)
#D7D7D2
(215,215,210)
#E2E3E1
(226,227,225)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F775A color. Also use rgb(127,119,90) instead hex code.

Text Font Color

.myTextColor { color: #7F775A; }

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

This text font color is #7F775A.


Background Color

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

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

This div background color is #7F775A.


Border color

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

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

This div border color is #7F775A.


Opacity

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

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

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

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

This text has shadow with #7F775A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F775A on black background.


Color preview on white background

This text has color #7F775A on white background.



Black color preview on #7F775A background

This text has black color on #7F775A background.


White color preview on #7F775A background

This text has white color on #7F775A background.