Color Hex Logo

#758849 Color Hex

#758849
(117,136,73)
0 Favorites   0 Comments

Color spaces of #758849

RGB 11713673
HSL0.220.300.41
HSV78°46°53°
CMYK 0.140.000.46   0.47
XYZ17.342921.87139.6108
Yxy21.87130.35520.4480
Hunter Lab46.7668-15.647220.5523
CIE-Lab53.8902-17.656331.4512

#758849 color RGB value is (117,136,73).

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

The process color (four color CMYK) of #758849 color hex is 0.14, 0.00, 0.46, 0.47. Web safe color of #758849 is #669933. Color #758849 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001000 01001001
Octal 165 210 111
Decimal 117 136 73
Hex 75 88 49

RGB Percentages of Color #758849

%35.89
%41.72
%22.39

CMYK Percentages of Color #758849

%14
%0
%46
%47

Triadic Colors of #758849

#758849 #497588 #884975

Analogous Colors of #758849

#758849 #558849 #887c49

Monochromatic Colors of #758849

#758849

Complementary Color

#758849 #5c4988

#758849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#758849 Color CSS Codes

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

#758849 Text Font Color

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

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


#758849 Background Color

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

This div background color is #758849


#758849 Border Color

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

This div border color is #758849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758849


Comments

No comments written yet.

Please login to write comment.