Color Hex Logo

#75753c Color Hex

#75753C
(117,117,60)
0 Favorites   0 Comments

Color spaces of #75753c

RGB 11711760
HSL0.170.320.35
HSV60°49°46°
CMYK 0.000.000.49   0.54
XYZ14.513016.83076.7587
Yxy16.83070.38090.4417
Hunter Lab41.0252-8.648418.9499
CIE-Lab48.0460-8.815431.2352

#75753c color RGB value is (117,117,60).

#75753c hex color red value is 117, green value is 117 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #75753c hue: 0.17 , saturation: 0.32 and the lightness value of 75753c is 0.35.

The process color (four color CMYK) of #75753c color hex is 0.00, 0.00, 0.49, 0.54. Web safe color of #75753c is #666633. Color #75753c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110101 00111100
Octal 165 165 74
Decimal 117 117 60
Hex 75 75 3C

RGB Percentages of Color #75753c

%39.80
%39.80
%20.41

CMYK Percentages of Color #75753c

%0
%0
%49
%54

Triadic Colors of #75753c

#75753c #3c7575 #753c75

Analogous Colors of #75753c

#75753c #59753c #75593c

Monochromatic Colors of #75753c

#75753c

Complementary Color

#75753c #3c3c75

#75753c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75753c Color Preview on White Background

Lorem ipsum dolor sit amet.

#75753c Color CSS Codes

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

#75753c Text Font Color

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

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


#75753c Background Color

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

This div background color is #75753c


#75753c Border Color

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

This div border color is #75753c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75753c


Comments

No comments written yet.

Please login to write comment.