COLOR #7C0B65

HEX: #7C0B65
RGB: (124,11,101)

Color info

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

RGB color model

#7C0B65 color RGB value is (124,11,101).

  • red value is 124;
  • green value is 11;
  • blue value is 101.
RGB:
(124,11,101)
(49%,4%,40%)

RGB channels and saturation

R 124 of 255 = 49%
G 11 of 255 = 4%
B 101 of 255 = 40%

124
11
101

R + G + B ~ 31%. #7C0B65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 11 + 101 = 236 (100%)
R 124 of 236 ~ 52.54%
G 11 of 236 ~ 4.66%
B 101 of 236 ~ 42.8%

%52.54
%42.8

CMYK color model

#7C0B65 color CMYK value is (0,91,19,51).

  • cyan value is 0.00%
  • magenta value is 91.13%
  • yellow value is 18.55%
  • key color value is 51.37%
CMYK:
(0,91,19,51)
C0M91Y19K51 
(0%,91%,19%,51%)
(0.00/0.91/0.19/0.51)	

CMYK percentages

%0
%91.13
%18.55
%51.37

Codes

Color #7C0B65 in popluar color models

7C0B65
RGB12411101
HSL312°83.70%26.47%
HSB/HSV312°91.13%48.63%
CMYK0.00%91.13%18.55%
51.37%

Color #7C0B65 in popluar number systems.

HEX7C0B65
Decimal12411101
Binary111110010111100101
Octal17413145

Shades and tints

Shades of #7C0B65

#7C0B65
(124,11,101)
#710A5C
(113,10,92)
#660953
(102,9,83)
#5B084A
(91,8,74)
#500741
(80,7,65)
#450638
(69,6,56)
#3A052F
(58,5,47)
#2F0426
(47,4,38)
#24031D
(36,3,29)
#190214
(25,2,20)
#0E010B
(14,1,11)
#000000
(0,0,0)

Tints of #7C0B65

#7C0B65
(124,11,101)
#872173
(135,33,115)
#923781
(146,55,129)
#9D4D8F
(157,77,143)
#A8639D
(168,99,157)
#B379AB
(179,121,171)
#BE8FB9
(190,143,185)
#C9A5C7
(201,165,199)
#D4BBD5
(212,187,213)
#DFD1E3
(223,209,227)
#EAE7F1
(234,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C0B65 color. Also use rgb(124,11,101) instead hex code.

Text Font Color

.myTextColor { color: #7C0B65; }

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

This text font color is #7C0B65.


Background Color

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

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

This div background color is #7C0B65.


Border color

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

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

This div border color is #7C0B65.


Opacity

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

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

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

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

This text has shadow with #7C0B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C0B65 on black background.


Color preview on white background

This text has color #7C0B65 on white background.



Black color preview on #7C0B65 background

This text has black color on #7C0B65 background.


White color preview on #7C0B65 background

This text has white color on #7C0B65 background.