Color Hex Logo

#765814 Color Hex

#765814
(118,88,20)
0 Favorites   0 Comments

Color spaces of #765814

RGB 1188820
HSL0.120.710.27
HSV42°83°46°
CMYK 0.000.250.83   0.54
XYZ11.087210.88152.1778
Yxy10.88150.45920.4506
Hunter Lab32.98712.267619.1767
CIE-Lab39.38025.596741.1935

#765814 color RGB value is (118,88,20).

#765814 hex color red value is 118, green value is 88 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #765814 hue: 0.12 , saturation: 0.71 and the lightness value of 765814 is 0.27.

The process color (four color CMYK) of #765814 color hex is 0.00, 0.25, 0.83, 0.54. Web safe color of #765814 is #666600. Color #765814 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011000 00010100
Octal 166 130 24
Decimal 118 88 20
Hex 76 58 14

RGB Percentages of Color #765814

%52.21
%38.94
%8.85

CMYK Percentages of Color #765814

%0
%25
%83
%54

Triadic Colors of #765814

#765814 #147658 #581476

Analogous Colors of #765814

#765814 #637614 #762714

Monochromatic Colors of #765814

#765814

Complementary Color

#765814 #143276

#765814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765814 Color CSS Codes

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

#765814 Text Font Color

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

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


#765814 Background Color

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

This div background color is #765814


#765814 Border Color

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

This div border color is #765814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765814

#765814 Color Palettes


Comments

No comments written yet.

Please login to write comment.