COLOR #775F6E

HEX: #775F6E RGB: (119,95,110)

Color info

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

RGB color model

#775F6E color RGB value is (119,95,110).

RGB: (119,95,110) (47%, 37%, 43%)

RGB channels and saturation

R 119 of 255 = 47%
G 95 of 255 = 37%
B 110 of 255 = 43%

119
95
110

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

Portions of RGB colors in percentages

R + G + B = 119 + 95 + 110 = 324 (100%)
R 119 of 324 ~ 36.73%
G 95 of 324 ~ 29.32%
B 110 of 324 ~ 33.95'%

%36.73
%29.32
%33.95

CMYK color model

#775F6E color CMYK value is (0,20,8,53).

  • cyan value is 0.00%
  • magenta value is 20.17%
  • yellow value is 7.56%
  • key color value is 53.33%

CMYK: (0,20,8,53)
C0M20Y8K53 (0%, 20%, 8%, 53%)
(0.00 / 0.20 / 0.08 / 0.53)

CMYK percentages

%0
%20.17
%7.56
%53.33

Codes

Color #775F6E in popluar color models

77 5F 6E
RGB 119 95 110
HSL 323° 11.21% 41.96%
HSB/HSV 323° 20.17% 46.67%
CMYK 0.00% 20.17% 7.56%
53.33%

Color #775F6E in popluar number systems.

HEX 77 5F 6E
Decimal 119 95 110
Binary 1110111 1011111 1101110
Octal 167 137 156

Shades and tints

Shades of #775F6E

#775F6E
(119,95,110)
#6D5764
(109,87,100)
#634F5A
(99,79,90)
#594750
(89,71,80)
#4F3F46
(79,63,70)
#45373C
(69,55,60)
#3B2F32
(59,47,50)
#312728
(49,39,40)
#271F1E
(39,31,30)
#1D1714
(29,23,20)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #775F6E

#775F6E
(119,95,110)
#836D7B
(131,109,123)
#8F7B88
(143,123,136)
#9B8995
(155,137,149)
#A797A2
(167,151,162)
#B3A5AF
(179,165,175)
#BFB3BC
(191,179,188)
#CBC1C9
(203,193,201)
#D7CFD6
(215,207,214)
#E3DDE3
(227,221,227)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775F6E color. Also use rgb(119,95,110) instead hex code.

Text Font Color

.myTextColor { color: #775F6E; }

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

This text font color is #775F6E.

Background Color

.myBgColor { background-color: #775F6E; }

<div style="background-color:#775F6E">Inner text</div>

This div background color is #775F6E.

Border color

.myBorderColor { border: 1px solid #775F6E; }

<div style="border:3px solid #775F6E">Div</div>

This div border color is #775F6E.

Opacity

.myOpacity80 { color: #775F6E; opacity: 0.8; }

<p style="color:#775F6E;opacity:0.8;">80%</p>

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

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

This text has shadow with #775F6E color.


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

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

This text has shadow with #775F6E primary color and red secondary color.


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

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

This text has shadow with #775F6E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #775F6E.

Preview

Color preview on black background

This text has color #775F6E on black background.


Color preview on white background

This text has color #775F6E on white background.


Black color preview on #775F6E background

This text has black color on #775F6E background.


White color preview on #775F6E background

This text has white color on #775F6E background.


Related colors

Complementary color

Complementary color for #hex is #88A091.


I love getcolorcode.com

Triadic colors

1 #6E775F and #5F6E77 with #775F6E are triadic colors.

2 #6E5F77 and #5F776E with #775F6E are triadic colors.