Color Hex Logo

#766310 Color Hex

#766310
(118,99,16)
0 Favorites   0 Comments

Color spaces of #766310

RGB 1189916
HSL0.140.760.26
HSV49°86°46°
CMYK 0.000.160.86   0.54
XYZ12.026612.81262.3294
Yxy12.81260.44270.4716
Hunter Lab35.7947-2.666821.1979
CIE-Lab42.4795-1.048945.3057

#766310 color RGB value is (118,99,16).

#766310 hex color red value is 118, green value is 99 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #766310 hue: 0.14 , saturation: 0.76 and the lightness value of 766310 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100011 00010000
Octal 166 143 20
Decimal 118 99 16
Hex 76 63 10

RGB Percentages of Color #766310

%50.64
%42.49
%6.87

CMYK Percentages of Color #766310

%0
%16
%86
%54

Triadic Colors of #766310

#766310 #107663 #631076

Analogous Colors of #766310

#766310 #567610 #763010

Monochromatic Colors of #766310

#766310

Complementary Color

#766310 #102376

#766310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766310 Color CSS Codes

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

#766310 Text Font Color

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

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


#766310 Background Color

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

This div background color is #766310


#766310 Border Color

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

This div border color is #766310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766310


Comments

No comments written yet.

Please login to write comment.