COLOR #7875B3

HEX: #7875B3
RGB: (120,117,179)

Color info

#7875B3 contains mainly red and blue colors. Web safe color of #7875B3 is #666699 (or #669).

RGB color model

#7875B3 color RGB value is (120,117,179).

  • red value is 120;
  • green value is 117;
  • blue value is 179.
RGB:
(120,117,179)
(47%,46%,70%)

RGB channels and saturation

R 120 of 255 = 47%
G 117 of 255 = 46%
B 179 of 255 = 70%

120
117
179

R + G + B ~ 54%. #7875B3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 117 + 179 = 416 (100%)
R 120 of 416 ~ 28.85%
G 117 of 416 ~ 28.13%
B 179 of 416 ~ 43.03%

%28.85
%28.13
%43.03

CMYK color model

#7875B3 color CMYK value is (33,35,0,30).

  • cyan value is 32.96%
  • magenta value is 34.64%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(33,35,0,30)
C33M35Y0K30 
(33%,35%,0%,30%)
(0.33/0.35/0.00/0.30)	

CMYK percentages

%32.96
%34.64
%0
%29.8

Codes

Color #7875B3 in popluar color models

7875B3
RGB120117179
HSL243°28.97%58.04%
HSB/HSV243°34.64%70.20%
CMYK32.96%34.64%0.00%
29.80%

Color #7875B3 in popluar number systems.

HEX7875B3
Decimal120117179
Binary1111000111010110110011
Octal170165263

Shades and tints

Shades of #7875B3

#7875B3
(120,117,179)
#6E6BA3
(110,107,163)
#646193
(100,97,147)
#5A5783
(90,87,131)
#504D73
(80,77,115)
#464363
(70,67,99)
#3C3953
(60,57,83)
#322F43
(50,47,67)
#282533
(40,37,51)
#1E1B23
(30,27,35)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #7875B3

#7875B3
(120,117,179)
#8481B9
(132,129,185)
#908DBF
(144,141,191)
#9C99C5
(156,153,197)
#A8A5CB
(168,165,203)
#B4B1D1
(180,177,209)
#C0BDD7
(192,189,215)
#CCC9DD
(204,201,221)
#D8D5E3
(216,213,227)
#E4E1E9
(228,225,233)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7875B3 color. Also use rgb(120,117,179) instead hex code.

Text Font Color

.myTextColor { color: #7875B3; }

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

This text font color is #7875B3.


Background Color

.myBgColor { background-color: #7875B3; }

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

This div background color is #7875B3.


Border color

.myBorderColor { border: 1px solid #7875B3; }

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

This div border color is #7875B3.


Opacity

.myOpacity80 { color: #7875B3; opacity: 0.8; }

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

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

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

This text has shadow with #7875B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7875B3 on black background.


Color preview on white background

This text has color #7875B3 on white background.



Black color preview on #7875B3 background

This text has black color on #7875B3 background.


White color preview on #7875B3 background

This text has white color on #7875B3 background.