COLOR #774F6B

HEX: #774F6B RGB: (119,79,107)

Color info

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

RGB color model

#774F6B color RGB value is (119,79,107).

RGB: (119,79,107) (47%, 31%, 42%)

RGB channels and saturation

R 119 of 255 = 47%
G 79 of 255 = 31%
B 107 of 255 = 42%

119
79
107

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

Portions of RGB colors in percentages

R + G + B = 119 + 79 + 107 = 305 (100%)
R 119 of 305 ~ 39.02%
G 79 of 305 ~ 25.9%
B 107 of 305 ~ 35.08'%

%39.02
%25.9
%35.08

CMYK color model

#774F6B color CMYK value is (0,34,10,53).

  • cyan value is 0.00%
  • magenta value is 33.61%
  • yellow value is 10.08%
  • key color value is 53.33%

CMYK: (0,34,10,53)
C0M34Y10K53 (0%, 34%, 10%, 53%)
(0.00 / 0.34 / 0.10 / 0.53)

CMYK percentages

%0
%33.61
%10.08
%53.33

Codes

Color #774F6B in popluar color models

77 4F 6B
RGB 119 79 107
HSL 318° 20.20% 38.82%
HSB/HSV 318° 33.61% 46.67%
CMYK 0.00% 33.61% 10.08%
53.33%

Color #774F6B in popluar number systems.

HEX 77 4F 6B
Decimal 119 79 107
Binary 1110111 1001111 1101011
Octal 167 117 153

Shades and tints

Shades of #774F6B

#774F6B
(119,79,107)
#6D4862
(109,72,98)
#634159
(99,65,89)
#593A50
(89,58,80)
#4F3347
(79,51,71)
#452C3E
(69,44,62)
#3B2535
(59,37,53)
#311E2C
(49,30,44)
#271723
(39,23,35)
#1D101A
(29,16,26)
#130911
(19,9,17)
#000000
(0,0,0)

Tints of #774F6B

#774F6B
(119,79,107)
#835F78
(131,95,120)
#8F6F85
(143,111,133)
#9B7F92
(155,127,146)
#A78F9F
(167,143,159)
#B39FAC
(179,159,172)
#BFAFB9
(191,175,185)
#CBBFC6
(203,191,198)
#D7CFD3
(215,207,211)
#E3DFE0
(227,223,224)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774F6B color. Also use rgb(119,79,107) instead hex code.

Text Font Color

.myTextColor { color: #774F6B; }

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

This text font color is #774F6B.

Background Color

.myBgColor { background-color: #774F6B; }

<div style="background-color:#774F6B">Inner text</div>

This div background color is #774F6B.

Border color

.myBorderColor { border: 1px solid #774F6B; }

<div style="border:3px solid #774F6B">Div</div>

This div border color is #774F6B.

Opacity

.myOpacity80 { color: #774F6B; opacity: 0.8; }

<p style="color:#774F6B;opacity:0.8;">80%</p>

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

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

This text has shadow with #774F6B color.


.textShadow {text-shadow: 3px 3px 1px #774F6B', 3px 3px 1px red;}

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

This text has shadow with #774F6B primary color and red secondary color.


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

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

This text has shadow with #774F6B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #774F6B; -webkit-box-shadow: 1px 1px 3px 2px #774F6B; box-shadow:1px 1px 3px 2px #774F6B;">
Div content here
</div>

This div box has shadow with color #774F6B.

Preview

Color preview on black background

This text has color #774F6B on black background.


Color preview on white background

This text has color #774F6B on white background.


Black color preview on #774F6B background

This text has black color on #774F6B background.


White color preview on #774F6B background

This text has white color on #774F6B background.


Related colors

Complementary color

Complementary color for #hex is #88B094.


I love getcolorcode.com

Triadic colors

1 #6B774F and #4F6B77 with #774F6B are triadic colors.

2 #6B4F77 and #4F776B with #774F6B are triadic colors.