COLOR #755066

HEX: #755066
RGB: (117,80,102)

Color info

#755066 contains red, green and blue colors in about the same proportion. Web safe color of #755066 is #666666 (or #666).

RGB color model

#755066 color RGB value is (117,80,102).

  • red value is 117;
  • green value is 80;
  • blue value is 102.
RGB:
(117,80,102)
(46%,31%,40%)

RGB channels and saturation

R 117 of 255 = 46%
G 80 of 255 = 31%
B 102 of 255 = 40%

117
80
102

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

Portions of RGB colors in percentages

R + G + B =
117 + 80 + 102 = 299 (100%)
R 117 of 299 ~ 39.13%
G 80 of 299 ~ 26.76%
B 102 of 299 ~ 34.11%

%39.13
%26.76
%34.11

CMYK color model

#755066 color CMYK value is (0,32,13,54).

  • cyan value is 0.00%
  • magenta value is 31.62%
  • yellow value is 12.82%
  • key color value is 54.12%
CMYK:
(0,32,13,54)
C0M32Y13K54 
(0%,32%,13%,54%)
(0.00/0.32/0.13/0.54)	

CMYK percentages

%0
%31.62
%12.82
%54.12

Codes

Color #755066 in popluar color models

755066
RGB11780102
HSL324°18.78%38.63%
HSB/HSV324°31.62%45.88%
CMYK0.00%31.62%12.82%
54.12%

Color #755066 in popluar number systems.

HEX755066
Decimal11780102
Binary111010110100001100110
Octal165120146

Shades and tints

Shades of #755066

#755066
(117,80,102)
#6B495D
(107,73,93)
#614254
(97,66,84)
#573B4B
(87,59,75)
#4D3442
(77,52,66)
#432D39
(67,45,57)
#392630
(57,38,48)
#2F1F27
(47,31,39)
#25181E
(37,24,30)
#1B1115
(27,17,21)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #755066

#755066
(117,80,102)
#815F73
(129,95,115)
#8D6E80
(141,110,128)
#997D8D
(153,125,141)
#A58C9A
(165,140,154)
#B19BA7
(177,155,167)
#BDAAB4
(189,170,180)
#C9B9C1
(201,185,193)
#D5C8CE
(213,200,206)
#E1D7DB
(225,215,219)
#EDE6E8
(237,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755066 color. Also use rgb(117,80,102) instead hex code.

Text Font Color

.myTextColor { color: #755066; }

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

This text font color is #755066.


Background Color

.myBgColor { background-color: #755066; }

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

This div background color is #755066.


Border color

.myBorderColor { border: 1px solid #755066; }

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

This div border color is #755066.


Opacity

.myOpacity80 { color: #755066; opacity: 0.8; }

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

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

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

This text has shadow with #755066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755066 on black background.


Color preview on white background

This text has color #755066 on white background.



Black color preview on #755066 background

This text has black color on #755066 background.


White color preview on #755066 background

This text has white color on #755066 background.