COLOR #6F774C

HEX: #6F774C
RGB: (111,119,76)

Color info

#6F774C contains red, green and blue colors in about the same proportion. Web safe color of #6F774C is #666633 (or #663).

RGB color model

#6F774C color RGB value is (111,119,76).

  • red value is 111;
  • green value is 119;
  • blue value is 76.
RGB:
(111,119,76)
(44%,47%,30%)

RGB channels and saturation

R 111 of 255 = 44%
G 119 of 255 = 47%
B 76 of 255 = 30%

111
119
76

R + G + B ~ 40%. #6F774C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
111 + 119 + 76 = 306 (100%)
R 111 of 306 ~ 36.27%
G 119 of 306 ~ 38.89%
B 76 of 306 ~ 24.84%

%36.27
%38.89
%24.84

CMYK color model

#6F774C color CMYK value is (7,0,36,53).

  • cyan value is 6.72%
  • magenta value is 0.00%
  • yellow value is 36.13%
  • key color value is 53.33%
CMYK:
(7,0,36,53)
C7M0Y36K53 
(7%,0%,36%,53%)
(0.07/0.00/0.36/0.53)	

CMYK percentages

%6.72
%0
%36.13
%53.33

Codes

Color #6F774C in popluar color models

6F774C
RGB11111976
HSL71°22.05%38.24%
HSB/HSV71°36.13%46.67%
CMYK6.72%0.00%36.13%
53.33%

Color #6F774C in popluar number systems.

HEX6F774C
Decimal11111976
Binary110111111101111001100
Octal157167114

Shades and tints

Shades of #6F774C

#6F774C
(111,119,76)
#656D46
(101,109,70)
#5B6340
(91,99,64)
#51593A
(81,89,58)
#474F34
(71,79,52)
#3D452E
(61,69,46)
#333B28
(51,59,40)
#293122
(41,49,34)
#1F271C
(31,39,28)
#151D16
(21,29,22)
#0B1310
(11,19,16)
#000000
(0,0,0)

Tints of #6F774C

#6F774C
(111,119,76)
#7C835C
(124,131,92)
#898F6C
(137,143,108)
#969B7C
(150,155,124)
#A3A78C
(163,167,140)
#B0B39C
(176,179,156)
#BDBFAC
(189,191,172)
#CACBBC
(202,203,188)
#D7D7CC
(215,215,204)
#E4E3DC
(228,227,220)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F774C color. Also use rgb(111,119,76) instead hex code.

Text Font Color

.myTextColor { color: #6F774C; }

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

This text font color is #6F774C.


Background Color

.myBgColor { background-color: #6F774C; }

<div style="background-color:#6F774C">Inner text</div>

This div background color is #6F774C.


Border color

.myBorderColor { border: 1px solid #6F774C; }

<div style="border:3px solid #6F774C">Div</div>

This div border color is #6F774C.


Opacity

.myOpacity80 { color: #6F774C; opacity: 0.8; }

<p style="color:#6F774C;opacity:0.8;">80%</p>

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

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

This text has shadow with #6F774C color.

.textShadow {text-shadow: 3px 3px 1px #6F774C, 3px 3px 1px red;}

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

This text has shadow with #6F774C primary color and red secondary color.


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

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

This text has shadow with #6F774C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F774C on black background.


Color preview on white background

This text has color #6F774C on white background.



Black color preview on #6F774C background

This text has black color on #6F774C background.


White color preview on #6F774C background

This text has white color on #6F774C background.