COLOR #764152

HEX: #764152
RGB: (118,65,82)

Color info

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

RGB color model

#764152 color RGB value is (118,65,82).

  • red value is 118;
  • green value is 65;
  • blue value is 82.
RGB:
(118,65,82)
(46%,25%,32%)

RGB channels and saturation

R 118 of 255 = 46%
G 65 of 255 = 25%
B 82 of 255 = 32%

118
65
82

R + G + B ~ 34%. #764152 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 65 + 82 = 265 (100%)
R 118 of 265 ~ 44.53%
G 65 of 265 ~ 24.53%
B 82 of 265 ~ 30.94%

%44.53
%24.53
%30.94

CMYK color model

#764152 color CMYK value is (0,45,31,54).

  • cyan value is 0.00%
  • magenta value is 44.92%
  • yellow value is 30.51%
  • key color value is 53.73%
CMYK:
(0,45,31,54)
C0M45Y31K54 
(0%,45%,31%,54%)
(0.00/0.45/0.31/0.54)	

CMYK percentages

%0
%44.92
%30.51
%53.73

Codes

Color #764152 in popluar color models

764152
RGB1186582
HSL341°28.96%35.88%
HSB/HSV341°44.92%46.27%
CMYK0.00%44.92%30.51%
53.73%

Color #764152 in popluar number systems.

HEX764152
Decimal1186582
Binary111011010000011010010
Octal166101122

Shades and tints

Shades of #764152

#764152
(118,65,82)
#6C3C4B
(108,60,75)
#623744
(98,55,68)
#58323D
(88,50,61)
#4E2D36
(78,45,54)
#44282F
(68,40,47)
#3A2328
(58,35,40)
#301E21
(48,30,33)
#26191A
(38,25,26)
#1C1413
(28,20,19)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #764152

#764152
(118,65,82)
#825261
(130,82,97)
#8E6370
(142,99,112)
#9A747F
(154,116,127)
#A6858E
(166,133,142)
#B2969D
(178,150,157)
#BEA7AC
(190,167,172)
#CAB8BB
(202,184,187)
#D6C9CA
(214,201,202)
#E2DAD9
(226,218,217)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764152 color. Also use rgb(118,65,82) instead hex code.

Text Font Color

.myTextColor { color: #764152; }

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

This text font color is #764152.


Background Color

.myBgColor { background-color: #764152; }

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

This div background color is #764152.


Border color

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

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

This div border color is #764152.


Opacity

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

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

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

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

This text has shadow with #764152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764152 on black background.


Color preview on white background

This text has color #764152 on white background.



Black color preview on #764152 background

This text has black color on #764152 background.


White color preview on #764152 background

This text has white color on #764152 background.