COLOR #764554

HEX: #764554
RGB: (118,69,84)

Color info

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

RGB color model

#764554 color RGB value is (118,69,84).

  • red value is 118;
  • green value is 69;
  • blue value is 84.
RGB:
(118,69,84)
(46%,27%,33%)

RGB channels and saturation

R 118 of 255 = 46%
G 69 of 255 = 27%
B 84 of 255 = 33%

118
69
84

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

Portions of RGB colors in percentages

R + G + B =
118 + 69 + 84 = 271 (100%)
R 118 of 271 ~ 43.54%
G 69 of 271 ~ 25.46%
B 84 of 271 ~ 31%

%43.54
%25.46
%31

CMYK color model

#764554 color CMYK value is (0,42,29,54).

  • cyan value is 0.00%
  • magenta value is 41.53%
  • yellow value is 28.81%
  • key color value is 53.73%
CMYK:
(0,42,29,54)
C0M42Y29K54 
(0%,42%,29%,54%)
(0.00/0.42/0.29/0.54)	

CMYK percentages

%0
%41.53
%28.81
%53.73

Codes

Color #764554 in popluar color models

764554
RGB1186984
HSL342°26.20%36.67%
HSB/HSV342°41.53%46.27%
CMYK0.00%41.53%28.81%
53.73%

Color #764554 in popluar number systems.

HEX764554
Decimal1186984
Binary111011010001011010100
Octal166105124

Shades and tints

Shades of #764554

#764554
(118,69,84)
#6C3F4D
(108,63,77)
#623946
(98,57,70)
#58333F
(88,51,63)
#4E2D38
(78,45,56)
#442731
(68,39,49)
#3A212A
(58,33,42)
#301B23
(48,27,35)
#26151C
(38,21,28)
#1C0F15
(28,15,21)
#12090E
(18,9,14)
#000000
(0,0,0)

Tints of #764554

#764554
(118,69,84)
#825563
(130,85,99)
#8E6572
(142,101,114)
#9A7581
(154,117,129)
#A68590
(166,133,144)
#B2959F
(178,149,159)
#BEA5AE
(190,165,174)
#CAB5BD
(202,181,189)
#D6C5CC
(214,197,204)
#E2D5DB
(226,213,219)
#EEE5EA
(238,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764554 color. Also use rgb(118,69,84) instead hex code.

Text Font Color

.myTextColor { color: #764554; }

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

This text font color is #764554.


Background Color

.myBgColor { background-color: #764554; }

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

This div background color is #764554.


Border color

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

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

This div border color is #764554.


Opacity

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

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

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

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

This text has shadow with #764554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764554 on black background.


Color preview on white background

This text has color #764554 on white background.



Black color preview on #764554 background

This text has black color on #764554 background.


White color preview on #764554 background

This text has white color on #764554 background.