COLOR #925A78

HEX: #925A78 RGB: (146,90,120)

Color info

#925A78 contains red, green and blue colors in about the same proportion. Web safe color of #925A78 is #996666 (or #966).

RGB color model

#925A78 color RGB value is (146,90,120).

RGB: (146,90,120) (57%, 35%, 47%)

RGB channels and saturation

R 146 of 255 = 57%
G 90 of 255 = 35%
B 120 of 255 = 47%

146
90
120

R + G + B ~ 46%. #925A78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 146 + 90 + 120 = 356 (100%)
R 146 of 356 ~ 41.01%
G 90 of 356 ~ 25.28%
B 120 of 356 ~ 33.71'%

%41.01
%25.28
%33.71

CMYK color model

#925A78 color CMYK value is (0,38,18,43).

  • cyan value is 0.00%
  • magenta value is 38.36%
  • yellow value is 17.81%
  • key color value is 42.75%
CMYK: (0,38,18,43) C0M38Y18K43 (0%,38%,18%,43%) (0.00/0.38/0.18/0.43) 

CMYK percentages

%0
%38.36
%17.81
%42.75

Codes

Color #925A78 in popluar color models

92 5A 78
RGB 146 90 120
HSL 328° 23.73% 46.27%
HSB/HSV 328° 38.36% 57.25%
CMYK 0.00% 38.36% 17.81%
42.75%

Color #925A78 in popluar number systems.

HEX 92 5A 78
Decimal 146 90 120
Binary 10010010 1011010 1111000
Octal 222 132 170

Shades and tints

Shades of #925A78

#925A78
(146,90,120)
#85526E
(133,82,110)
#784A64
(120,74,100)
#6B425A
(107,66,90)
#5E3A50
(94,58,80)
#513246
(81,50,70)
#442A3C
(68,42,60)
#372232
(55,34,50)
#2A1A28
(42,26,40)
#1D121E
(29,18,30)
#100A14
(16,10,20)
#000000
(0,0,0)

Tints of #925A78

#925A78
(146,90,120)
#9B6984
(155,105,132)
#A47890
(164,120,144)
#AD879C
(173,135,156)
#B696A8
(182,150,168)
#BFA5B4
(191,165,180)
#C8B4C0
(200,180,192)
#D1C3CC
(209,195,204)
#DAD2D8
(218,210,216)
#E3E1E4
(227,225,228)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #925A78 color. Also use rgb(146,90,120) instead hex code.

Text Font Color

.myTextColor { color: #925A78; }

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

This text font color is #925A78.

Background Color

.myBgColor { background-color: #925A78; }

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

This div background color is #925A78.

Border color

.myBorderColor { border: 1px solid #925A78; }

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

This div border color is #925A78.

Opacity

.myOpacity80 { color: #925A78; opacity: 0.8; }

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

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

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

This text has shadow with #925A78 color.


.textShadow {text-shadow: 3px 3px 1px #925A78', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #925A78; -webkit-box-shadow: 1px 1px 3px 2px #925A78; box-shadow:1px 1px 3px 2px #925A78;">
Div content here
</div>

This div box has shadow with color #925A78.

Preview

Color preview on black background

This text has color #925A78 on black background.


Color preview on white background

This text has color #925A78 on white background.


Black color preview on #925A78 background

This text has black color on #925A78 background.


White color preview on #925A78 background

This text has white color on #925A78 background.


Related colors

Complementary color

Complementary color for #hex is #6DA587.


I love getcolorcode.com

Triadic colors

1 #78925A and #5A7892 with #925A78 are triadic colors.

2 #785A92 and #5A9278 with #925A78 are triadic colors.