Color Hex Logo

#75728b Color Hex

#75728B
(117,114,139)
0 Favorites   0 Comments

Color spaces of #75728b

RGB 117114139
HSL0.690.100.50
HSV247°18°55°
CMYK 0.160.180.00   0.45
XYZ18.013617.680626.8894
Yxy17.68060.28780.2825
Hunter Lab42.04832.8853-8.4814
CIE-Lab49.10646.5731-13.2264

#75728b color RGB value is (117,114,139).

#75728b hex color red value is 117, green value is 114 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #75728b hue: 0.69 , saturation: 0.10 and the lightness value of 75728b is 0.50.

The process color (four color CMYK) of #75728b color hex is 0.16, 0.18, 0.00, 0.45. Web safe color of #75728b is #666699. Color #75728b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110010 10001011
Octal 165 162 213
Decimal 117 114 139
Hex 75 72 8B

RGB Percentages of Color #75728b

%31.62
%30.81
%37.57

CMYK Percentages of Color #75728b

%16
%18
%0
%45

Triadic Colors of #75728b

#75728b #8b7572 #728b75

Analogous Colors of #75728b

#75728b #82728b #727c8b

Monochromatic Colors of #75728b

#75728b

Complementary Color

#75728b #888b72

#75728b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75728b Color Preview on White Background

Lorem ipsum dolor sit amet.

#75728b Color CSS Codes

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

#75728b Text Font Color

<p style="color:#75728b">Text here</p>

This sample text font color is #75728b
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.


#75728b Background Color

<div style="background-color:#75728b">
Div content here</div>

This div background color is #75728b


#75728b Border Color

<div style="border:3px solid #75728b">
Div here</div>

This div border color is #75728b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,114,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75728b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75728b;
  -webkit-box-shadow: 1px 1px 3px 2px #75728b;
  box-shadow:         1px 1px 3px 2px #75728b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75728b


Comments

No comments written yet.

Please login to write comment.