Color Hex Logo

#765512 Color Hex

#765512
(118,85,18)
0 Favorites   0 Comments

Color spaces of #765512

RGB 1188518
HSL0.110.740.27
HSV40°85°46°
CMYK 0.000.280.85   0.54
XYZ10.828910.39222.0074
Yxy10.39220.46620.4474
Hunter Lab32.23693.546418.8739
CIE-Lab38.53737.317541.1949

#765512 color RGB value is (118,85,18).

#765512 hex color red value is 118, green value is 85 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #765512 hue: 0.11 , saturation: 0.74 and the lightness value of 765512 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010101 00010010
Octal 166 125 22
Decimal 118 85 18
Hex 76 55 12

RGB Percentages of Color #765512

%53.39
%38.46
%8.14

CMYK Percentages of Color #765512

%0
%28
%85
%54

Triadic Colors of #765512

#765512 #127655 #551276

Analogous Colors of #765512

#765512 #657612 #762312

Monochromatic Colors of #765512

#765512

Complementary Color

#765512 #123376

#765512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765512 Color CSS Codes

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

#765512 Text Font Color

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

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


#765512 Background Color

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

This div background color is #765512


#765512 Border Color

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

This div border color is #765512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765512


Comments

No comments written yet.

Please login to write comment.