COLOR #77583D

HEX: #77583D
RGB: (119,88,61)

Color info

#77583D contains red, green and blue colors in about the same proportion. Web safe color of #77583D is #666633 (or #663).

RGB color model

#77583D color RGB value is (119,88,61).

  • red value is 119;
  • green value is 88;
  • blue value is 61.
RGB:
(119,88,61)
(47%,35%,24%)

RGB channels and saturation

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

119
88
61

R + G + B ~ 35%. #77583D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 88 + 61 = 268 (100%)
R 119 of 268 ~ 44.4%
G 88 of 268 ~ 32.84%
B 61 of 268 ~ 22.76%

%44.4
%32.84
%22.76

CMYK color model

#77583D color CMYK value is (0,26,49,53).

  • cyan value is 0.00%
  • magenta value is 26.05%
  • yellow value is 48.74%
  • key color value is 53.33%
CMYK:
(0,26,49,53)
C0M26Y49K53 
(0%,26%,49%,53%)
(0.00/0.26/0.49/0.53)	

CMYK percentages

%0
%26.05
%48.74
%53.33

Codes

Color #77583D in popluar color models

77583D
RGB1198861
HSL28°32.22%35.29%
HSB/HSV28°48.74%46.67%
CMYK0.00%26.05%48.74%
53.33%

Color #77583D in popluar number systems.

HEX77583D
Decimal1198861
Binary11101111011000111101
Octal16713075

Shades and tints

Shades of #77583D

#77583D
(119,88,61)
#6D5038
(109,80,56)
#634833
(99,72,51)
#59402E
(89,64,46)
#4F3829
(79,56,41)
#453024
(69,48,36)
#3B281F
(59,40,31)
#31201A
(49,32,26)
#271815
(39,24,21)
#1D1010
(29,16,16)
#13080B
(19,8,11)
#000000
(0,0,0)

Tints of #77583D

#77583D
(119,88,61)
#83674E
(131,103,78)
#8F765F
(143,118,95)
#9B8570
(155,133,112)
#A79481
(167,148,129)
#B3A392
(179,163,146)
#BFB2A3
(191,178,163)
#CBC1B4
(203,193,180)
#D7D0C5
(215,208,197)
#E3DFD6
(227,223,214)
#EFEEE7
(239,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77583D; }

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

This text font color is #77583D.


Background Color

.myBgColor { background-color: #77583D; }

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

This div background color is #77583D.


Border color

.myBorderColor { border: 1px solid #77583D; }

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

This div border color is #77583D.


Opacity

.myOpacity80 { color: #77583D; opacity: 0.8; }

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

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

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

This text has shadow with #77583D color.

.textShadow {text-shadow: 3px 3px 1px #77583D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77583D on black background.


Color preview on white background

This text has color #77583D on white background.



Black color preview on #77583D background

This text has black color on #77583D background.


White color preview on #77583D background

This text has white color on #77583D background.