Hex #75a4a0 Color

#75a4a0
equivalent to

RGB

(117, 164, 160)

Details of #75a4a0

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
117
26.9567
0.49
0.29
64.0562
32.8709
175°
57.3331
164
32.8709
0.21
0.00
-16.5617
0.2750
29°
-16.4060
160
38.1817
0.55
0.02   0.36
-3.0074
0.3354
64°
0.6620

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1110101
165
117
75
Green
10100100
244
164
A4
Blue
10100000
240
160
A0

RGB in % of #75a4a0

%26.53
%37.19
%36.28

CMYK in % of #75a4a0

%29
%0
%2
%36

Triads of color #75a4a0

#75a4a0 #a4a075 #a075a0

Similar Colors to #75a4a0

#75a4a0 #75a489 #7591a4

Preview Color #75a4a0 on black ground

#75a4a0 is very interesting for text.

Preview Color #75a4a0 on white ground

#75a4a0 is very interesting for text.

CSS Codes #75a4a0 color

.mybgcolor {background-color:#75a4a0; }
.myforecolor {color:#75a4a0; }
.mybordercolor {border:3px solid #75a4a0; }

Text Font Color #75a4a0

<p style="color:#75a4a0">Text here</p>

This sample text font color is #75a4a0
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #75a4a0

<div style="background-color:#75a4a0">
Div content here</div>

This div background color is #75a4a0


Border Color #75a4a0

<div style="border:3px solid #75a4a0">
Div here</div>

The color of this border is #75a4a0


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #75a4a0; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #75a4a0;
-webkit-box-shadow: 1px 1px 3px 2px #75a4a0;
box-shadow:         1px 1px 3px 2px #75a4a0; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #75a4a0">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #75a4a0;
  -webkit-box-shadow: 1px 1px 3px 2px #75a4a0;
  box-shadow:         1px 1px 3px 2px #75a4a0;">
Div content here</div>

The shadow of div box using color #75a4a0