COLOR #7D7888

HEX: #7D7888
RGB: (125,120,136)

Renk bilgisi

#7D7888 contains red, green and blue colors in about the same proportion. #7D7888 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#7D7888 color RGB value is (125,120,136).

  • kırmız ton 125;
  • yeşil ton 120;
  • mavi ton 136.
RGB:
(125,120,136)
(49%,47%,53%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 120 of 255 = 47%
B 136 of 255 = 53%

125
120
136

R + G + B ~ 50%. #7D7888 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 120 + 136 = 381 (100%)
R 125 of 381 ~ 32.81%
G 120 of 381 ~ 31.5%
B 136 of 381 ~ 35.7%

%32.81
%31.5
%35.7

CMYK RENK MODELİ

#7D7888 rengi CMYK tonu (8,12,0,47).

  • camgöbeği tonu 8.09%
  • eflatun tonu 11.76%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(8,12,0,47)
C8M12Y0K47 
(8%,12%,0%,47%)
(0.08/0.12/0.00/0.47)	

CMYK yüzdeleri

%8.09
%11.76
%0
%46.67

Codes

Color #7D7888 in popluar color models

7D7888
RGB125120136
HSL259°6.30%50.20%
HSB/HSV259°11.76%53.33%
CMYK8.09%11.76%0.00%
46.67%

Color #7D7888 in popluar number systems.

HEX7D7888
Decimal125120136
Binary1111101111100010001000
Octal175170210

Shades and tints

Shades of #7D7888

#7D7888
(125,120,136)
#726E7C
(114,110,124)
#676470
(103,100,112)
#5C5A64
(92,90,100)
#515058
(81,80,88)
#46464C
(70,70,76)
#3B3C40
(59,60,64)
#303234
(48,50,52)
#252828
(37,40,40)
#1A1E1C
(26,30,28)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #7D7888

#7D7888
(125,120,136)
#888492
(136,132,146)
#93909C
(147,144,156)
#9E9CA6
(158,156,166)
#A9A8B0
(169,168,176)
#B4B4BA
(180,180,186)
#BFC0C4
(191,192,196)
#CACCCE
(202,204,206)
#D5D8D8
(213,216,216)
#E0E4E2
(224,228,226)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7888 color. Also use rgb(125,120,136) instead hex code.

Text Font Color

.myTextColor { color: #7D7888; }

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

This text font color is #7D7888.


Background Color

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

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

This div background color is #7D7888.


Border color

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

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

This div border color is #7D7888.


Opacity

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

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

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

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

This text has shadow with #7D7888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7888 on black background.


Color preview on white background

This text has color #7D7888 on white background.



Black color preview on #7D7888 background

This text has black color on #7D7888 background.


White color preview on #7D7888 background

This text has white color on #7D7888 background.