Color Hex Logo

#758c88 Color Hex

#758C88
(117,140,136)
0 Favorites   0 Comments

Color spaces of #758c88

RGB 117140136
HSL0.470.090.50
HSV170°16°55°
CMYK 0.160.000.03   0.45
XYZ21.158124.315626.8708
Yxy24.31560.29250.3361
Hunter Lab49.3109-9.70392.2089
CIE-Lab56.4024-9.0513-0.6181

#758c88 color RGB value is (117,140,136).

#758c88 hex color red value is 117, green value is 140 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #758c88 hue: 0.47 , saturation: 0.09 and the lightness value of 758c88 is 0.50.

The process color (four color CMYK) of #758c88 color hex is 0.16, 0.00, 0.03, 0.45. Web safe color of #758c88 is #669999. Color #758c88 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001100 10001000
Octal 165 214 210
Decimal 117 140 136
Hex 75 8C 88

RGB Percentages of Color #758c88

%29.77
%35.62
%34.61

CMYK Percentages of Color #758c88

%16
%0
%3
%45

Triadic Colors of #758c88

#758c88 #88758c #8c8875

Analogous Colors of #758c88

#758c88 #75858c #758c7d

Monochromatic Colors of #758c88

#758c88

Complementary Color

#758c88 #8c7579

#758c88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758c88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#758c88 Color CSS Codes

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

#758c88 Text Font Color

<p style="color:#758c88">Text here</p>

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


#758c88 Background Color

<div style="background-color:#758c88">
Div content here</div>

This div background color is #758c88


#758c88 Border Color

<div style="border:3px solid #758c88">
Div here</div>

This div border color is #758c88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758c88


Comments

No comments written yet.

Please login to write comment.