Color Hex Logo

#766314 Color Hex

#766314
(118,99,20)
0 Favorites   0 Comments

Color spaces of #766314

RGB 1189920
HSL0.130.710.27
HSV48°83°46°
CMYK 0.000.160.83   0.54
XYZ12.059312.82572.5018
Yxy12.82570.44030.4683
Hunter Lab35.8130-2.566520.9272
CIE-Lab42.4994-0.907544.0028

#766314 color RGB value is (118,99,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100011 00010100
Octal 166 143 24
Decimal 118 99 20
Hex 76 63 14

RGB Percentages of Color #766314

%49.79
%41.77
%8.44

CMYK Percentages of Color #766314

%0
%16
%83
%54

Triadic Colors of #766314

#766314 #147663 #631476

Analogous Colors of #766314

#766314 #587614 #763214

Monochromatic Colors of #766314

#766314

Complementary Color

#766314 #142776

#766314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766314 Color CSS Codes

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

#766314 Text Font Color

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

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


#766314 Background Color

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

This div background color is #766314


#766314 Border Color

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

This div border color is #766314


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,99,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 #766314">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766314


Comments

No comments written yet.

Please login to write comment.