COLOR #77535F

HEX: #77535F
RGB: (119,83,95)

Color info

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

RGB color model

#77535F color RGB value is (119,83,95).

  • red value is 119;
  • green value is 83;
  • blue value is 95.
RGB:
(119,83,95)
(47%,33%,37%)

RGB channels and saturation

R 119 of 255 = 47%
G 83 of 255 = 33%
B 95 of 255 = 37%

119
83
95

R + G + B ~ 39%. #77535F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 83 + 95 = 297 (100%)
R 119 of 297 ~ 40.07%
G 83 of 297 ~ 27.95%
B 95 of 297 ~ 31.99%

%40.07
%27.95
%31.99

CMYK color model

#77535F color CMYK value is (0,30,20,53).

  • cyan value is 0.00%
  • magenta value is 30.25%
  • yellow value is 20.17%
  • key color value is 53.33%
CMYK:
(0,30,20,53)
C0M30Y20K53 
(0%,30%,20%,53%)
(0.00/0.30/0.20/0.53)	

CMYK percentages

%0
%30.25
%20.17
%53.33

Codes

Color #77535F in popluar color models

77535F
RGB1198395
HSL340°17.82%39.61%
HSB/HSV340°30.25%46.67%
CMYK0.00%30.25%20.17%
53.33%

Color #77535F in popluar number systems.

HEX77535F
Decimal1198395
Binary111011110100111011111
Octal167123137

Shades and tints

Shades of #77535F

#77535F
(119,83,95)
#6D4C57
(109,76,87)
#63454F
(99,69,79)
#593E47
(89,62,71)
#4F373F
(79,55,63)
#453037
(69,48,55)
#3B292F
(59,41,47)
#312227
(49,34,39)
#271B1F
(39,27,31)
#1D1417
(29,20,23)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #77535F

#77535F
(119,83,95)
#83626D
(131,98,109)
#8F717B
(143,113,123)
#9B8089
(155,128,137)
#A78F97
(167,143,151)
#B39EA5
(179,158,165)
#BFADB3
(191,173,179)
#CBBCC1
(203,188,193)
#D7CBCF
(215,203,207)
#E3DADD
(227,218,221)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77535F color. Also use rgb(119,83,95) instead hex code.

Text Font Color

.myTextColor { color: #77535F; }

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

This text font color is #77535F.


Background Color

.myBgColor { background-color: #77535F; }

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

This div background color is #77535F.


Border color

.myBorderColor { border: 1px solid #77535F; }

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

This div border color is #77535F.


Opacity

.myOpacity80 { color: #77535F; opacity: 0.8; }

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

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

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

This text has shadow with #77535F color.

.textShadow {text-shadow: 3px 3px 1px #77535F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77535F on black background.


Color preview on white background

This text has color #77535F on white background.



Black color preview on #77535F background

This text has black color on #77535F background.


White color preview on #77535F background

This text has white color on #77535F background.