Color Hex Logo

#75908c Color Hex

#75908C
(117,144,140)
0 Favorites   0 Comments

Color spaces of #75908c

RGB 117144140
HSL0.480.110.51
HSV171°19°56°
CMYK 0.190.000.03   0.44
XYZ22.043025.621928.5947
Yxy25.62190.28910.3360
Hunter Lab50.6181-10.84901.9391
CIE-Lab57.6764-10.3757-1.0489

#75908c color RGB value is (117,144,140).

#75908c hex color red value is 117, green value is 144 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #75908c hue: 0.48 , saturation: 0.11 and the lightness value of 75908c is 0.51.

The process color (four color CMYK) of #75908c color hex is 0.19, 0.00, 0.03, 0.44. Web safe color of #75908c is #669999. Color #75908c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010000 10001100
Octal 165 220 214
Decimal 117 144 140
Hex 75 90 8C

RGB Percentages of Color #75908c

%29.18
%35.91
%34.91

CMYK Percentages of Color #75908c

%19
%0
%3
%44

Triadic Colors of #75908c

#75908c #8c7590 #908c75

Analogous Colors of #75908c

#75908c #758790 #75907f

Monochromatic Colors of #75908c

#75908c

Complementary Color

#75908c #907579

#75908c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75908c Color Preview on White Background

Lorem ipsum dolor sit amet.

#75908c Color CSS Codes

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

#75908c Text Font Color

<p style="color:#75908c">Text here</p>

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


#75908c Background Color

<div style="background-color:#75908c">
Div content here</div>

This div background color is #75908c


#75908c Border Color

<div style="border:3px solid #75908c">
Div here</div>

This div border color is #75908c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,144,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75908c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75908c;
  -webkit-box-shadow: 1px 1px 3px 2px #75908c;
  box-shadow:         1px 1px 3px 2px #75908c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75908c


Comments

No comments written yet.

Please login to write comment.