Color Hex Logo

#75818e Color Hex

#75818E
(117,129,142)
0 Favorites   0 Comments

Color spaces of #75818e

RGB 117129142
HSL0.590.100.51
HSV211°18°56°
CMYK 0.180.090.00   0.44
XYZ20.068921.435428.6709
Yxy21.43540.28600.3055
Hunter Lab46.2984-3.6480-4.3073
CIE-Lab53.4228-1.4998-8.4965

#75818e color RGB value is (117,129,142).

#75818e hex color red value is 117, green value is 129 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #75818e hue: 0.59 , saturation: 0.10 and the lightness value of 75818e is 0.51.

The process color (four color CMYK) of #75818e color hex is 0.18, 0.09, 0.00, 0.44. Web safe color of #75818e is #669999. Color #75818e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000001 10001110
Octal 165 201 216
Decimal 117 129 142
Hex 75 81 8E

RGB Percentages of Color #75818e

%30.15
%33.25
%36.60

CMYK Percentages of Color #75818e

%18
%9
%0
%44

Triadic Colors of #75818e

#75818e #8e7581 #818e75

Analogous Colors of #75818e

#75818e #76758e #758e8e

Monochromatic Colors of #75818e

#75818e

Complementary Color

#75818e #8e8275

#75818e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75818e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75818e Color CSS Codes

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

#75818e Text Font Color

<p style="color:#75818e">Text here</p>

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


#75818e Background Color

<div style="background-color:#75818e">
Div content here</div>

This div background color is #75818e


#75818e Border Color

<div style="border:3px solid #75818e">
Div here</div>

This div border color is #75818e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,129,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75818e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75818e;
  -webkit-box-shadow: 1px 1px 3px 2px #75818e;
  box-shadow:         1px 1px 3px 2px #75818e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75818e


Comments

No comments written yet.

Please login to write comment.