COLOR #7F8055

HEX: #7F8055
RGB: (127,128,85)

Color info

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

RGB color model

#7F8055 color RGB value is (127,128,85).

  • red value is 127;
  • green value is 128;
  • blue value is 85.
RGB:
(127,128,85)
(50%,50%,33%)

RGB channels and saturation

R 127 of 255 = 50%
G 128 of 255 = 50%
B 85 of 255 = 33%

127
128
85

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

Portions of RGB colors in percentages

R + G + B =
127 + 128 + 85 = 340 (100%)
R 127 of 340 ~ 37.35%
G 128 of 340 ~ 37.65%
B 85 of 340 ~ 25%

%37.35
%37.65
%25

CMYK color model

#7F8055 color CMYK value is (1,0,34,50).

  • cyan value is 0.78%
  • magenta value is 0.00%
  • yellow value is 33.59%
  • key color value is 49.80%
CMYK:
(1,0,34,50)
C1M0Y34K50 
(1%,0%,34%,50%)
(0.01/0.00/0.34/0.50)	

CMYK percentages

%0.78
%0
%33.59
%49.8

Codes

Color #7F8055 in popluar color models

7F8055
RGB12712885
HSL61°20.19%41.76%
HSB/HSV61°33.59%50.20%
CMYK0.78%0.00%33.59%
49.80%

Color #7F8055 in popluar number systems.

HEX7F8055
Decimal12712885
Binary1111111100000001010101
Octal177200125

Shades and tints

Shades of #7F8055

#7F8055
(127,128,85)
#74754E
(116,117,78)
#696A47
(105,106,71)
#5E5F40
(94,95,64)
#535439
(83,84,57)
#484932
(72,73,50)
#3D3E2B
(61,62,43)
#323324
(50,51,36)
#27281D
(39,40,29)
#1C1D16
(28,29,22)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #7F8055

#7F8055
(127,128,85)
#8A8B64
(138,139,100)
#959673
(149,150,115)
#A0A182
(160,161,130)
#ABAC91
(171,172,145)
#B6B7A0
(182,183,160)
#C1C2AF
(193,194,175)
#CCCDBE
(204,205,190)
#D7D8CD
(215,216,205)
#E2E3DC
(226,227,220)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8055 color. Also use rgb(127,128,85) instead hex code.

Text Font Color

.myTextColor { color: #7F8055; }

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

This text font color is #7F8055.


Background Color

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

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

This div background color is #7F8055.


Border color

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

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

This div border color is #7F8055.


Opacity

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

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

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

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

This text has shadow with #7F8055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8055 on black background.


Color preview on white background

This text has color #7F8055 on white background.



Black color preview on #7F8055 background

This text has black color on #7F8055 background.


White color preview on #7F8055 background

This text has white color on #7F8055 background.