COLOR #777758

HEX: #777758 RGB: (119,119,88)

Color info

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

RGB color model

#777758 color RGB value is (119,119,88).

RGB: (119,119,88) (47%, 47%, 35%)

RGB channels and saturation

R 119 of 255 = 47%
G 119 of 255 = 47%
B 88 of 255 = 35%

119
119
88

R + G + B ~ 43%. #777758 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 119 + 88 = 326 (100%)
R 119 of 326 ~ 36.5%
G 119 of 326 ~ 36.5%
B 88 of 326 ~ 26.99'%

%36.5
%36.5
%26.99

CMYK color model

#777758 color CMYK value is (0,0,26,53).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 26.05%
  • key color value is 53.33%

CMYK: (0,0,26,53)
C0M0Y26K53 (0%, 0%, 26%, 53%)
(0.00 / 0.00 / 0.26 / 0.53)

CMYK percentages

%0
%0
%26.05
%53.33

Codes

Color #777758 in popluar color models

77 77 58
RGB 119 119 88
HSL 60° 14.98% 40.59%
HSB/HSV 60° 26.05% 46.67%
CMYK 0.00% 0.00% 26.05%
53.33%

Color #777758 in popluar number systems.

HEX 77 77 58
Decimal 119 119 88
Binary 1110111 1110111 1011000
Octal 167 167 130

Shades and tints

Shades of #777758

#777758
(119,119,88)
#6D6D50
(109,109,80)
#636348
(99,99,72)
#595940
(89,89,64)
#4F4F38
(79,79,56)
#454530
(69,69,48)
#3B3B28
(59,59,40)
#313120
(49,49,32)
#272718
(39,39,24)
#1D1D10
(29,29,16)
#131308
(19,19,8)
#000000
(0,0,0)

Tints of #777758

#777758
(119,119,88)
#838367
(131,131,103)
#8F8F76
(143,143,118)
#9B9B85
(155,155,133)
#A7A794
(167,167,148)
#B3B3A3
(179,179,163)
#BFBFB2
(191,191,178)
#CBCBC1
(203,203,193)
#D7D7D0
(215,215,208)
#E3E3DF
(227,227,223)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777758 color. Also use rgb(119,119,88) instead hex code.

Text Font Color

.myTextColor { color: #777758; }

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

This text font color is #777758.

Background Color

.myBgColor { background-color: #777758; }

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

This div background color is #777758.

Border color

.myBorderColor { border: 1px solid #777758; }

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

This div border color is #777758.

Opacity

.myOpacity80 { color: #777758; opacity: 0.8; }

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

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

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

This text has shadow with #777758 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777758.

Preview

Color preview on black background

This text has color #777758 on black background.


Color preview on white background

This text has color #777758 on white background.


Black color preview on #777758 background

This text has black color on #777758 background.


White color preview on #777758 background

This text has white color on #777758 background.


Related colors

Complementary color

Complementary color for #hex is #8888A7.


I love getcolorcode.com