COLOR #77425A

HEX: #77425A
RGB: (119,66,90)

Color info

#77425A contains red, green and blue colors in about the same proportion. Web safe color of #77425A is #663366 (or #636).

RGB color model

#77425A color RGB value is (119,66,90).

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

RGB channels and saturation

R 119 of 255 = 47%
G 66 of 255 = 26%
B 90 of 255 = 35%

119
66
90

R + G + B ~ 36%. #77425A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 66 + 90 = 275 (100%)
R 119 of 275 ~ 43.27%
G 66 of 275 ~ 24%
B 90 of 275 ~ 32.73%

%43.27
%24
%32.73

CMYK color model

#77425A color CMYK value is (0,45,24,53).

  • cyan value is 0.00%
  • magenta value is 44.54%
  • yellow value is 24.37%
  • key color value is 53.33%
CMYK:
(0,45,24,53)
C0M45Y24K53 
(0%,45%,24%,53%)
(0.00/0.45/0.24/0.53)	

CMYK percentages

%0
%44.54
%24.37
%53.33

Codes

Color #77425A in popluar color models

77425A
RGB1196690
HSL333°28.65%36.27%
HSB/HSV333°44.54%46.67%
CMYK0.00%44.54%24.37%
53.33%

Color #77425A in popluar number systems.

HEX77425A
Decimal1196690
Binary111011110000101011010
Octal167102132

Shades and tints

Shades of #77425A

#77425A
(119,66,90)
#6D3C52
(109,60,82)
#63364A
(99,54,74)
#593042
(89,48,66)
#4F2A3A
(79,42,58)
#452432
(69,36,50)
#3B1E2A
(59,30,42)
#311822
(49,24,34)
#27121A
(39,18,26)
#1D0C12
(29,12,18)
#13060A
(19,6,10)
#000000
(0,0,0)

Tints of #77425A

#77425A
(119,66,90)
#835369
(131,83,105)
#8F6478
(143,100,120)
#9B7587
(155,117,135)
#A78696
(167,134,150)
#B397A5
(179,151,165)
#BFA8B4
(191,168,180)
#CBB9C3
(203,185,195)
#D7CAD2
(215,202,210)
#E3DBE1
(227,219,225)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77425A; }

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

This text font color is #77425A.


Background Color

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

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

This div background color is #77425A.


Border color

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

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

This div border color is #77425A.


Opacity

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

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

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

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

This text has shadow with #77425A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77425A on black background.


Color preview on white background

This text has color #77425A on white background.



Black color preview on #77425A background

This text has black color on #77425A background.


White color preview on #77425A background

This text has white color on #77425A background.