COLOR #76647B

HEX: #76647B
RGB: (118,100,123)

Renk bilgisi

#76647B contains red, green and blue colors in about the same proportion. #76647B ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#76647B color RGB value is (118,100,123).

  • kırmız ton 118;
  • yeşil ton 100;
  • mavi ton 123.
RGB:
(118,100,123)
(46%,39%,48%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 100 of 255 = 39%
B 123 of 255 = 48%

118
100
123

R + G + B ~ 44%. #76647B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 100 + 123 = 341 (100%)
R 118 of 341 ~ 34.6%
G 100 of 341 ~ 29.33%
B 123 of 341 ~ 36.07%

%34.6
%29.33
%36.07

CMYK RENK MODELİ

#76647B rengi CMYK tonu (4,19,0,52).

  • camgöbeği tonu 4.07%
  • eflatun tonu 18.70%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(4,19,0,52)
C4M19Y0K52 
(4%,19%,0%,52%)
(0.04/0.19/0.00/0.52)	

CMYK yüzdeleri

%4.07
%18.7
%0
%51.76

Codes

Color #76647B in popluar color models

76647B
RGB118100123
HSL287°10.31%43.73%
HSB/HSV287°18.70%48.24%
CMYK4.07%18.70%0.00%
51.76%

Color #76647B in popluar number systems.

HEX76647B
Decimal118100123
Binary111011011001001111011
Octal166144173

Shades and tints

Shades of #76647B

#76647B
(118,100,123)
#6C5B70
(108,91,112)
#625265
(98,82,101)
#58495A
(88,73,90)
#4E404F
(78,64,79)
#443744
(68,55,68)
#3A2E39
(58,46,57)
#30252E
(48,37,46)
#261C23
(38,28,35)
#1C1318
(28,19,24)
#120A0D
(18,10,13)
#000000
(0,0,0)

Tints of #76647B

#76647B
(118,100,123)
#827287
(130,114,135)
#8E8093
(142,128,147)
#9A8E9F
(154,142,159)
#A69CAB
(166,156,171)
#B2AAB7
(178,170,183)
#BEB8C3
(190,184,195)
#CAC6CF
(202,198,207)
#D6D4DB
(214,212,219)
#E2E2E7
(226,226,231)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76647B color. Also use rgb(118,100,123) instead hex code.

Text Font Color

.myTextColor { color: #76647B; }

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

This text font color is #76647B.


Background Color

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

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

This div background color is #76647B.


Border color

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

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

This div border color is #76647B.


Opacity

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

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

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

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

This text has shadow with #76647B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76647B on black background.


Color preview on white background

This text has color #76647B on white background.



Black color preview on #76647B background

This text has black color on #76647B background.


White color preview on #76647B background

This text has white color on #76647B background.