Color Hex Logo

#758051 Color Hex

#758051
(117,128,81)
0 Favorites   0 Comments

Color spaces of #758051

RGB 11712881
HSL0.210.220.41
HSV74°37°50°
CMYK 0.090.000.37   0.50
XYZ16.540519.814310.7374
Yxy19.81430.35120.4208
Hunter Lab44.5133-11.570116.8575
CIE-Lab51.6266-12.342424.1967

#758051 color RGB value is (117,128,81).

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

The process color (four color CMYK) of #758051 color hex is 0.09, 0.00, 0.37, 0.50. Web safe color of #758051 is #669966. Color #758051 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000000 01010001
Octal 165 200 121
Decimal 117 128 81
Hex 75 80 51

RGB Percentages of Color #758051

%35.89
%39.26
%24.85

CMYK Percentages of Color #758051

%9
%0
%37
%50

Triadic Colors of #758051

#758051 #517580 #805175

Analogous Colors of #758051

#758051 #5e8051 #807451

Monochromatic Colors of #758051

#758051

Complementary Color

#758051 #5c5180

#758051 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758051 Color Preview on White Background

Lorem ipsum dolor sit amet.

#758051 Color CSS Codes

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

#758051 Text Font Color

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

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


#758051 Background Color

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

This div background color is #758051


#758051 Border Color

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

This div border color is #758051


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758051


Comments

No comments written yet.

Please login to write comment.