Color Hex Logo

#75514f Color Hex

#75514F
(117,81,79)
0 Favorites   0 Comments

Color spaces of #75514f

RGB 1178179
HSL0.010.190.38
HSV32°46°
CMYK 0.000.310.32   0.54
XYZ11.689810.23138.7558
Yxy10.23130.38110.3335
Hunter Lab31.98649.25876.1607
CIE-Lab38.254414.79747.2160

#75514f color RGB value is (117,81,79).

#75514f hex color red value is 117, green value is 81 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #75514f hue: 0.01 , saturation: 0.19 and the lightness value of 75514f is 0.38.

The process color (four color CMYK) of #75514f color hex is 0.00, 0.31, 0.32, 0.54. Web safe color of #75514f is #666666. Color #75514f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010001 01001111
Octal 165 121 117
Decimal 117 81 79
Hex 75 51 4F

RGB Percentages of Color #75514f

%42.24
%29.24
%28.52

CMYK Percentages of Color #75514f

%0
%31
%32
%54

Triadic Colors of #75514f

#75514f #4f7551 #514f75

Analogous Colors of #75514f

#75514f #75644f #754f60

Monochromatic Colors of #75514f

#75514f

Complementary Color

#75514f #4f7375

#75514f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75514f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75514f Color CSS Codes

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

#75514f Text Font Color

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

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


#75514f Background Color

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

This div background color is #75514f


#75514f Border Color

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

This div border color is #75514f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75514f


Comments

No comments written yet.

Please login to write comment.