COLOR #7B2F75

HEX: #7B2F75 RGB: (123,47,117)

Color info

#7B2F75 contains mainly red and blue colors. Web safe color of #7B2F75 is #663366 (or #636).

RGB color model

#7B2F75 color RGB value is (123,47,117).

RGB: (123,47,117) (48%, 18%, 46%)

RGB channels and saturation

R 123 of 255 = 48%
G 47 of 255 = 18%
B 117 of 255 = 46%

123
47
117

R + G + B ~ 37%. #7B2F75 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 47 + 117 = 287 (100%)
R 123 of 287 ~ 42.86%
G 47 of 287 ~ 16.38%
B 117 of 287 ~ 40.77'%

%42.86
%16.38
%40.77

CMYK color model

#7B2F75 color CMYK value is (0,62,5,52).

  • cyan value is 0.00%
  • magenta value is 61.79%
  • yellow value is 4.88%
  • key color value is 51.76%

CMYK: (0,62,5,52)
C0M62Y5K52 (0%, 62%, 5%, 52%)
(0.00 / 0.62 / 0.05 / 0.52)

CMYK percentages

%0
%61.79
%4.88
%51.76

Codes

Color #7B2F75 in popluar color models

7B 2F 75
RGB 123 47 117
HSL 305° 44.71% 33.33%
HSB/HSV 305° 61.79% 48.24%
CMYK 0.00% 61.79% 4.88%
51.76%

Color #7B2F75 in popluar number systems.

HEX 7B 2F 75
Decimal 123 47 117
Binary 1111011 101111 1110101
Octal 173 57 165

Shades and tints

Shades of #7B2F75

#7B2F75
(123,47,117)
#702B6B
(112,43,107)
#652761
(101,39,97)
#5A2357
(90,35,87)
#4F1F4D
(79,31,77)
#441B43
(68,27,67)
#391739
(57,23,57)
#2E132F
(46,19,47)
#230F25
(35,15,37)
#180B1B
(24,11,27)
#0D0711
(13,7,17)
#000000
(0,0,0)

Tints of #7B2F75

#7B2F75
(123,47,117)
#874181
(135,65,129)
#93538D
(147,83,141)
#9F6599
(159,101,153)
#AB77A5
(171,119,165)
#B789B1
(183,137,177)
#C39BBD
(195,155,189)
#CFADC9
(207,173,201)
#DBBFD5
(219,191,213)
#E7D1E1
(231,209,225)
#F3E3ED
(243,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B2F75; }

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

This text font color is #7B2F75.

Background Color

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

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

This div background color is #7B2F75.

Border color

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

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

This div border color is #7B2F75.

Opacity

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

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

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

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

This text has shadow with #7B2F75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B2F75.

Preview

Color preview on black background

This text has color #7B2F75 on black background.


Color preview on white background

This text has color #7B2F75 on white background.


Black color preview on #7B2F75 background

This text has black color on #7B2F75 background.


White color preview on #7B2F75 background

This text has white color on #7B2F75 background.


Related colors

Complementary color

Complementary color for #hex is #84D08A.


I love getcolorcode.com

Triadic colors

1 #757B2F and #2F757B with #7B2F75 are triadic colors.

2 #752F7B and #2F7B75 with #7B2F75 are triadic colors.