COLOR #764B6B

HEX: #764B6B
RGB: (118,75,107)

Renk bilgisi

#764B6B contains red, green and blue colors in about the same proportion. #764B6B ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#764B6B color RGB value is (118,75,107).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 75 of 255 = 29%
B 107 of 255 = 42%

118
75
107

R + G + B ~ 39%. #764B6B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 75 + 107 = 300 (100%)
R 118 of 300 ~ 39.33%
G 75 of 300 ~ 25%
B 107 of 300 ~ 35.67%

%39.33
%25
%35.67

CMYK RENK MODELİ

#764B6B rengi CMYK tonu (0,36,9,54).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.44%
  • sarı tonu 9.32%
  • ana renk tonu 53.73%
CMYK:
(0,36,9,54)
C0M36Y9K54 
(0%,36%,9%,54%)
(0.00/0.36/0.09/0.54)	

CMYK yüzdeleri

%0
%36.44
%9.32
%53.73

Codes

Color #764B6B in popluar color models

764B6B
RGB11875107
HSL315°22.28%37.84%
HSB/HSV315°36.44%46.27%
CMYK0.00%36.44%9.32%
53.73%

Color #764B6B in popluar number systems.

HEX764B6B
Decimal11875107
Binary111011010010111101011
Octal166113153

Shades and tints

Shades of #764B6B

#764B6B
(118,75,107)
#6C4562
(108,69,98)
#623F59
(98,63,89)
#583950
(88,57,80)
#4E3347
(78,51,71)
#442D3E
(68,45,62)
#3A2735
(58,39,53)
#30212C
(48,33,44)
#261B23
(38,27,35)
#1C151A
(28,21,26)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #764B6B

#764B6B
(118,75,107)
#825B78
(130,91,120)
#8E6B85
(142,107,133)
#9A7B92
(154,123,146)
#A68B9F
(166,139,159)
#B29BAC
(178,155,172)
#BEABB9
(190,171,185)
#CABBC6
(202,187,198)
#D6CBD3
(214,203,211)
#E2DBE0
(226,219,224)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764B6B color. Also use rgb(118,75,107) instead hex code.

Text Font Color

.myTextColor { color: #764B6B; }

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

This text font color is #764B6B.


Background Color

.myBgColor { background-color: #764B6B; }

<div style="background-color:#764B6B">Inner text</div>

This div background color is #764B6B.


Border color

.myBorderColor { border: 1px solid #764B6B; }

<div style="border:3px solid #764B6B">Div</div>

This div border color is #764B6B.


Opacity

.myOpacity80 { color: #764B6B; opacity: 0.8; }

<p style="color:#764B6B;opacity:0.8;">80%</p>

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

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

This text has shadow with #764B6B color.

.textShadow {text-shadow: 3px 3px 1px #764B6B, 3px 3px 1px red;}

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

This text has shadow with #764B6B primary color and red secondary color.


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

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

This text has shadow with #764B6B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764B6B on black background.


Color preview on white background

This text has color #764B6B on white background.



Black color preview on #764B6B background

This text has black color on #764B6B background.


White color preview on #764B6B background

This text has white color on #764B6B background.