Color Hex Logo

#765507 Color Hex

#765507
(118,85,7)
0 Favorites   0 Comments

Color spaces of #765507

RGB 118857
HSL0.120.890.25
HSV42°94°46°
CMYK 0.000.280.94   0.54
XYZ10.758110.36391.6344
Yxy10.36390.47280.4554
Hunter Lab32.19303.312519.5250
CIE-Lab38.48787.001744.6086

#765507 color RGB value is (118,85,7).

#765507 hex color red value is 118, green value is 85 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #765507 hue: 0.12 , saturation: 0.89 and the lightness value of 765507 is 0.25.

The process color (four color CMYK) of #765507 color hex is 0.00, 0.28, 0.94, 0.54. Web safe color of #765507 is #666600. Color #765507 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010101 00000111
Octal 166 125 7
Decimal 118 85 7
Hex 76 55 7

RGB Percentages of Color #765507

%56.19
%40.48
%3.33

CMYK Percentages of Color #765507

%0
%28
%94
%54

Triadic Colors of #765507

#765507 #077655 #550776

Analogous Colors of #765507

#765507 #607607 #761e07

Monochromatic Colors of #765507

#765507

Complementary Color

#765507 #072876

#765507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765507 Color CSS Codes

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

#765507 Text Font Color

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

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


#765507 Background Color

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

This div background color is #765507


#765507 Border Color

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

This div border color is #765507


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,85,7, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #765507; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #765507;
  -webkit-box-shadow: 1px 1px 3px 2px #765507;
  box-shadow:         1px 1px 3px 2px #765507; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765507


Comments

No comments written yet.

Please login to write comment.