COLOR #77735A

HEX: #77735A
RGB: (119,115,90)

Color info

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

RGB color model

#77735A color RGB value is (119,115,90).

  • red value is 119;
  • green value is 115;
  • blue value is 90.
RGB:
(119,115,90)
(47%,45%,35%)

RGB channels and saturation

R 119 of 255 = 47%
G 115 of 255 = 45%
B 90 of 255 = 35%

119
115
90

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

Portions of RGB colors in percentages

R + G + B =
119 + 115 + 90 = 324 (100%)
R 119 of 324 ~ 36.73%
G 115 of 324 ~ 35.49%
B 90 of 324 ~ 27.78%

%36.73
%35.49
%27.78

CMYK color model

#77735A color CMYK value is (0,3,24,53).

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 24.37%
  • key color value is 53.33%
CMYK:
(0,3,24,53)
C0M3Y24K53 
(0%,3%,24%,53%)
(0.00/0.03/0.24/0.53)	

CMYK percentages

%0
%3.36
%24.37
%53.33

Codes

Color #77735A in popluar color models

77735A
RGB11911590
HSL52°13.88%40.98%
HSB/HSV52°24.37%46.67%
CMYK0.00%3.36%24.37%
53.33%

Color #77735A in popluar number systems.

HEX77735A
Decimal11911590
Binary111011111100111011010
Octal167163132

Shades and tints

Shades of #77735A

#77735A
(119,115,90)
#6D6952
(109,105,82)
#635F4A
(99,95,74)
#595542
(89,85,66)
#4F4B3A
(79,75,58)
#454132
(69,65,50)
#3B372A
(59,55,42)
#312D22
(49,45,34)
#27231A
(39,35,26)
#1D1912
(29,25,18)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #77735A

#77735A
(119,115,90)
#837F69
(131,127,105)
#8F8B78
(143,139,120)
#9B9787
(155,151,135)
#A7A396
(167,163,150)
#B3AFA5
(179,175,165)
#BFBBB4
(191,187,180)
#CBC7C3
(203,199,195)
#D7D3D2
(215,211,210)
#E3DFE1
(227,223,225)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77735A color. Also use rgb(119,115,90) instead hex code.

Text Font Color

.myTextColor { color: #77735A; }

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

This text font color is #77735A.


Background Color

.myBgColor { background-color: #77735A; }

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

This div background color is #77735A.


Border color

.myBorderColor { border: 1px solid #77735A; }

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

This div border color is #77735A.


Opacity

.myOpacity80 { color: #77735A; opacity: 0.8; }

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

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

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

This text has shadow with #77735A color.

.textShadow {text-shadow: 3px 3px 1px #77735A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77735A on black background.


Color preview on white background

This text has color #77735A on white background.



Black color preview on #77735A background

This text has black color on #77735A background.


White color preview on #77735A background

This text has white color on #77735A background.