Color Hex Logo

#755115 Color Hex

#755115
(117,81,21)
0 Favorites   0 Comments

Color spaces of #755115

RGB 1178121
HSL0.100.700.27
HSV38°82°46°
CMYK 0.000.310.82   0.54
XYZ10.41399.72092.0369
Yxy9.72090.46970.4384
Hunter Lab31.17845.058817.9514
CIE-Lab37.33689.355438.8675

#755115 color RGB value is (117,81,21).

#755115 hex color red value is 117, green value is 81 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #755115 hue: 0.10 , saturation: 0.70 and the lightness value of 755115 is 0.27.

The process color (four color CMYK) of #755115 color hex is 0.00, 0.31, 0.82, 0.54. Web safe color of #755115 is #666600. Color #755115 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010001 00010101
Octal 165 121 25
Decimal 117 81 21
Hex 75 51 15

RGB Percentages of Color #755115

%53.42
%36.99
%9.59

CMYK Percentages of Color #755115

%0
%31
%82
%54

Triadic Colors of #755115

#755115 #157551 #511575

Analogous Colors of #755115

#755115 #697515 #752115

Monochromatic Colors of #755115

#755115

Complementary Color

#755115 #153975

#755115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#755115 Color CSS Codes

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

#755115 Text Font Color

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

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


#755115 Background Color

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

This div background color is #755115


#755115 Border Color

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

This div border color is #755115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755115


Comments

No comments written yet.

Please login to write comment.