COLOR #76004B

HEX: #76004B
RGB: (118,0,75)

Renk bilgisi

#76004B contains only red and blue colors. #76004B ‘ nin web güvenlik rengi #660033 (ya da #603) dir.

RGB renk modeli

#76004B color RGB value is (118,0,75).

  • kırmız ton 118;
  • yeşil ton 0;
  • mavi ton 75.
RGB:
(118,0,75)
(46%,0%,29%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 0 of 255 = 0%
B 75 of 255 = 29%

118
0
75

R + G + B ~ 25%. #76004B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 0 + 75 = 193 (100%)
R 118 of 193 ~ 61.14%
G 0 of 193 ~ 0%
B 75 of 193 ~ 38.86%

%61.14
%38.86

CMYK RENK MODELİ

#76004B rengi CMYK tonu (0,100,36,54).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 36.44%
  • ana renk tonu 53.73%
CMYK:
(0,100,36,54)
C0M100Y36K54 
(0%,100%,36%,54%)
(0.00/1.00/0.36/0.54)	

CMYK yüzdeleri

%0
%100
%36.44
%53.73

Codes

Color #76004B in popluar color models

76004B
RGB118075
HSL322°100.00%23.14%
HSB/HSV322°100.00%46.27%
CMYK0.00%100.00%36.44%
53.73%

Color #76004B in popluar number systems.

HEX76004B
Decimal118075
Binary111011001001011
Octal1660113

Shades and tints

Shades of #76004B

#76004B
(118,0,75)
#6C0045
(108,0,69)
#62003F
(98,0,63)
#580039
(88,0,57)
#4E0033
(78,0,51)
#44002D
(68,0,45)
#3A0027
(58,0,39)
#300021
(48,0,33)
#26001B
(38,0,27)
#1C0015
(28,0,21)
#12000F
(18,0,15)
#000000
(0,0,0)

Tints of #76004B

#76004B
(118,0,75)
#82175B
(130,23,91)
#8E2E6B
(142,46,107)
#9A457B
(154,69,123)
#A65C8B
(166,92,139)
#B2739B
(178,115,155)
#BE8AAB
(190,138,171)
#CAA1BB
(202,161,187)
#D6B8CB
(214,184,203)
#E2CFDB
(226,207,219)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76004B color. Also use rgb(118,0,75) instead hex code.

Text Font Color

.myTextColor { color: #76004B; }

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

This text font color is #76004B.


Background Color

.myBgColor { background-color: #76004B; }

<div style="background-color:#76004B">Inner text</div>

This div background color is #76004B.


Border color

.myBorderColor { border: 1px solid #76004B; }

<div style="border:3px solid #76004B">Div</div>

This div border color is #76004B.


Opacity

.myOpacity80 { color: #76004B; opacity: 0.8; }

<p style="color:#76004B;opacity:0.8;">80%</p>

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

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

This text has shadow with #76004B color.

.textShadow {text-shadow: 3px 3px 1px #76004B, 3px 3px 1px red;}

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

This text has shadow with #76004B primary color and red secondary color.


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

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

This text has shadow with #76004B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76004B on black background.


Color preview on white background

This text has color #76004B on white background.



Black color preview on #76004B background

This text has black color on #76004B background.


White color preview on #76004B background

This text has white color on #76004B background.