Color Hex Logo

#75714a Color Hex

#75714A
(117,113,74)
0 Favorites   0 Comments

Color spaces of #75714a

RGB 11711374
HSL0.150.230.37
HSV54°37°46°
CMYK 0.000.030.37   0.54
XYZ14.477316.08668.8206
Yxy16.08660.36760.4085
Hunter Lab40.1081-5.758415.0366
CIE-Lab47.0879-4.904922.2337

#75714a color RGB value is (117,113,74).

#75714a hex color red value is 117, green value is 113 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #75714a hue: 0.15 , saturation: 0.23 and the lightness value of 75714a is 0.37.

The process color (four color CMYK) of #75714a color hex is 0.00, 0.03, 0.37, 0.54. Web safe color of #75714a is #666633. Color #75714a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110001 01001010
Octal 165 161 112
Decimal 117 113 74
Hex 75 71 4A

RGB Percentages of Color #75714a

%38.49
%37.17
%24.34

CMYK Percentages of Color #75714a

%0
%3
%37
%54

Triadic Colors of #75714a

#75714a #4a7571 #714a75

Analogous Colors of #75714a

#75714a #64754a #755c4a

Monochromatic Colors of #75714a

#75714a

Complementary Color

#75714a #4a4e75

#75714a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75714a Color Preview on White Background

Lorem ipsum dolor sit amet.

#75714a Color CSS Codes

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

#75714a Text Font Color

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

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


#75714a Background Color

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

This div background color is #75714a


#75714a Border Color

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

This div border color is #75714a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,113,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75714a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75714a;
  -webkit-box-shadow: 1px 1px 3px 2px #75714a;
  box-shadow:         1px 1px 3px 2px #75714a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75714a


Comments

No comments written yet.

Please login to write comment.