Color Hex Logo

#758850 Color Hex

#758850
(117,136,80)
0 Favorites   0 Comments

Color spaces of #758850

RGB 11713680
HSL0.220.260.42
HSV80°41°53°
CMYK 0.140.000.41   0.47
XYZ17.588221.969410.9029
Yxy21.96940.34860.4354
Hunter Lab46.8715-15.044319.0185
CIE-Lab53.9945-16.775227.8070

#758850 color RGB value is (117,136,80).

#758850 hex color red value is 117, green value is 136 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #758850 hue: 0.22 , saturation: 0.26 and the lightness value of 758850 is 0.42.

The process color (four color CMYK) of #758850 color hex is 0.14, 0.00, 0.41, 0.47. Web safe color of #758850 is #669966. Color #758850 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001000 01010000
Octal 165 210 120
Decimal 117 136 80
Hex 75 88 50

RGB Percentages of Color #758850

%35.14
%40.84
%24.02

CMYK Percentages of Color #758850

%14
%0
%41
%47

Triadic Colors of #758850

#758850 #507588 #885075

Analogous Colors of #758850

#758850 #598850 #887f50

Monochromatic Colors of #758850

#758850

Complementary Color

#758850 #635088

#758850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#758850 Color CSS Codes

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

#758850 Text Font Color

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

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


#758850 Background Color

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

This div background color is #758850


#758850 Border Color

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

This div border color is #758850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758850


Comments

No comments written yet.

Please login to write comment.