COLOR #76425F

HEX: #76425F
RGB: (118,66,95)

Color info

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

RGB color model

#76425F color RGB value is (118,66,95).

  • red value is 118;
  • green value is 66;
  • blue value is 95.
RGB:
(118,66,95)
(46%,26%,37%)

RGB channels and saturation

R 118 of 255 = 46%
G 66 of 255 = 26%
B 95 of 255 = 37%

118
66
95

R + G + B ~ 36%. #76425F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 66 + 95 = 279 (100%)
R 118 of 279 ~ 42.29%
G 66 of 279 ~ 23.66%
B 95 of 279 ~ 34.05%

%42.29
%23.66
%34.05

CMYK color model

#76425F color CMYK value is (0,44,19,54).

  • cyan value is 0.00%
  • magenta value is 44.07%
  • yellow value is 19.49%
  • key color value is 53.73%
CMYK:
(0,44,19,54)
C0M44Y19K54 
(0%,44%,19%,54%)
(0.00/0.44/0.19/0.54)	

CMYK percentages

%0
%44.07
%19.49
%53.73

Codes

Color #76425F in popluar color models

76425F
RGB1186695
HSL327°28.26%36.08%
HSB/HSV327°44.07%46.27%
CMYK0.00%44.07%19.49%
53.73%

Color #76425F in popluar number systems.

HEX76425F
Decimal1186695
Binary111011010000101011111
Octal166102137

Shades and tints

Shades of #76425F

#76425F
(118,66,95)
#6C3C57
(108,60,87)
#62364F
(98,54,79)
#583047
(88,48,71)
#4E2A3F
(78,42,63)
#442437
(68,36,55)
#3A1E2F
(58,30,47)
#301827
(48,24,39)
#26121F
(38,18,31)
#1C0C17
(28,12,23)
#12060F
(18,6,15)
#000000
(0,0,0)

Tints of #76425F

#76425F
(118,66,95)
#82536D
(130,83,109)
#8E647B
(142,100,123)
#9A7589
(154,117,137)
#A68697
(166,134,151)
#B297A5
(178,151,165)
#BEA8B3
(190,168,179)
#CAB9C1
(202,185,193)
#D6CACF
(214,202,207)
#E2DBDD
(226,219,221)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76425F color. Also use rgb(118,66,95) instead hex code.

Text Font Color

.myTextColor { color: #76425F; }

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

This text font color is #76425F.


Background Color

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

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

This div background color is #76425F.


Border color

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

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

This div border color is #76425F.


Opacity

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

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

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

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

This text has shadow with #76425F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76425F on black background.


Color preview on white background

This text has color #76425F on white background.



Black color preview on #76425F background

This text has black color on #76425F background.


White color preview on #76425F background

This text has white color on #76425F background.