COLOR #7B0C75

HEX: #7B0C75
RGB: (123,12,117)

Color info

#7B0C75 contains mainly red and blue colors. Web safe color of #7B0C75 is #660066 (or #606).

RGB color model

#7B0C75 color RGB value is (123,12,117).

  • red value is 123;
  • green value is 12;
  • blue value is 117.
RGB:
(123,12,117)
(48%,5%,46%)

RGB channels and saturation

R 123 of 255 = 48%
G 12 of 255 = 5%
B 117 of 255 = 46%

123
12
117

R + G + B ~ 33%. #7B0C75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 12 + 117 = 252 (100%)
R 123 of 252 ~ 48.81%
G 12 of 252 ~ 4.76%
B 117 of 252 ~ 46.43%

%48.81
%46.43

CMYK color model

#7B0C75 color CMYK value is (0,90,5,52).

  • cyan value is 0.00%
  • magenta value is 90.24%
  • yellow value is 4.88%
  • key color value is 51.76%
CMYK:
(0,90,5,52)
C0M90Y5K52 
(0%,90%,5%,52%)
(0.00/0.90/0.05/0.52)	

CMYK percentages

%0
%90.24
%4.88
%51.76

Codes

Color #7B0C75 in popluar color models

7B0C75
RGB12312117
HSL303°82.22%26.47%
HSB/HSV303°90.24%48.24%
CMYK0.00%90.24%4.88%
51.76%

Color #7B0C75 in popluar number systems.

HEX7B0C75
Decimal12312117
Binary111101111001110101
Octal17314165

Shades and tints

Shades of #7B0C75

#7B0C75
(123,12,117)
#700B6B
(112,11,107)
#650A61
(101,10,97)
#5A0957
(90,9,87)
#4F084D
(79,8,77)
#440743
(68,7,67)
#390639
(57,6,57)
#2E052F
(46,5,47)
#230425
(35,4,37)
#18031B
(24,3,27)
#0D0211
(13,2,17)
#000000
(0,0,0)

Tints of #7B0C75

#7B0C75
(123,12,117)
#872281
(135,34,129)
#93388D
(147,56,141)
#9F4E99
(159,78,153)
#AB64A5
(171,100,165)
#B77AB1
(183,122,177)
#C390BD
(195,144,189)
#CFA6C9
(207,166,201)
#DBBCD5
(219,188,213)
#E7D2E1
(231,210,225)
#F3E8ED
(243,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B0C75 color. Also use rgb(123,12,117) instead hex code.

Text Font Color

.myTextColor { color: #7B0C75; }

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

This text font color is #7B0C75.


Background Color

.myBgColor { background-color: #7B0C75; }

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

This div background color is #7B0C75.


Border color

.myBorderColor { border: 1px solid #7B0C75; }

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

This div border color is #7B0C75.


Opacity

.myOpacity80 { color: #7B0C75; opacity: 0.8; }

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

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

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

This text has shadow with #7B0C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B0C75 on black background.


Color preview on white background

This text has color #7B0C75 on white background.



Black color preview on #7B0C75 background

This text has black color on #7B0C75 background.


White color preview on #7B0C75 background

This text has white color on #7B0C75 background.