COLOR #7B414B

HEX: #7B414B
RGB: (123,65,75)

Color info

#7B414B contains red, green and blue colors in about the same proportion. Web safe color of #7B414B is #663333 (or #633).

RGB color model

#7B414B color RGB value is (123,65,75).

  • red value is 123;
  • green value is 65;
  • blue value is 75.
RGB:
(123,65,75)
(48%,25%,29%)

RGB channels and saturation

R 123 of 255 = 48%
G 65 of 255 = 25%
B 75 of 255 = 29%

123
65
75

R + G + B ~ 34%. #7B414B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 65 + 75 = 263 (100%)
R 123 of 263 ~ 46.77%
G 65 of 263 ~ 24.71%
B 75 of 263 ~ 28.52%

%46.77
%24.71
%28.52

CMYK color model

#7B414B color CMYK value is (0,47,39,52).

  • cyan value is 0.00%
  • magenta value is 47.15%
  • yellow value is 39.02%
  • key color value is 51.76%
CMYK:
(0,47,39,52)
C0M47Y39K52 
(0%,47%,39%,52%)
(0.00/0.47/0.39/0.52)	

CMYK percentages

%0
%47.15
%39.02
%51.76

Codes

Color #7B414B in popluar color models

7B414B
RGB1236575
HSL350°30.85%36.86%
HSB/HSV350°47.15%48.24%
CMYK0.00%47.15%39.02%
51.76%

Color #7B414B in popluar number systems.

HEX7B414B
Decimal1236575
Binary111101110000011001011
Octal173101113

Shades and tints

Shades of #7B414B

#7B414B
(123,65,75)
#703C45
(112,60,69)
#65373F
(101,55,63)
#5A3239
(90,50,57)
#4F2D33
(79,45,51)
#44282D
(68,40,45)
#392327
(57,35,39)
#2E1E21
(46,30,33)
#23191B
(35,25,27)
#181415
(24,20,21)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #7B414B

#7B414B
(123,65,75)
#87525B
(135,82,91)
#93636B
(147,99,107)
#9F747B
(159,116,123)
#AB858B
(171,133,139)
#B7969B
(183,150,155)
#C3A7AB
(195,167,171)
#CFB8BB
(207,184,187)
#DBC9CB
(219,201,203)
#E7DADB
(231,218,219)
#F3EBEB
(243,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B414B color. Also use rgb(123,65,75) instead hex code.

Text Font Color

.myTextColor { color: #7B414B; }

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

This text font color is #7B414B.


Background Color

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

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

This div background color is #7B414B.


Border color

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

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

This div border color is #7B414B.


Opacity

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

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

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

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

This text has shadow with #7B414B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B414B on black background.


Color preview on white background

This text has color #7B414B on white background.



Black color preview on #7B414B background

This text has black color on #7B414B background.


White color preview on #7B414B background

This text has white color on #7B414B background.