Color Hex Logo

#765518 Color Hex

#765518
(118,85,24)
0 Favorites   0 Comments

Color spaces of #765518

RGB 1188524
HSL0.110.660.28
HSV39°80°46°
CMYK 0.000.280.80   0.54
XYZ10.884610.41452.3007
Yxy10.41450.46120.4413
Hunter Lab32.27153.729718.3632
CIE-Lab38.57637.564438.8050

#765518 color RGB value is (118,85,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010101 00011000
Octal 166 125 30
Decimal 118 85 24
Hex 76 55 18

RGB Percentages of Color #765518

%51.98
%37.44
%10.57

CMYK Percentages of Color #765518

%0
%28
%80
%54

Triadic Colors of #765518

#765518 #187655 #551876

Analogous Colors of #765518

#765518 #687618 #762618

Monochromatic Colors of #765518

#765518

Complementary Color

#765518 #183976

#765518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765518 Color CSS Codes

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

#765518 Text Font Color

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

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


#765518 Background Color

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

This div background color is #765518


#765518 Border Color

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

This div border color is #765518


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765518


Comments

No comments written yet.

Please login to write comment.