Color Hex Logo

#766306 Color Hex

#766306
(118,99,6)
0 Favorites   0 Comments

Color spaces of #766306

RGB 118996
HSL0.140.900.24
HSV50°95°46°
CMYK 0.000.160.95   0.54
XYZ11.965912.78842.0100
Yxy12.78840.44710.4778
Hunter Lab35.7609-2.853921.7001
CIE-Lab42.4427-1.313147.9055

#766306 color RGB value is (118,99,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100011 00000110
Octal 166 143 6
Decimal 118 99 6
Hex 76 63 6

RGB Percentages of Color #766306

%52.91
%44.39
%2.69

CMYK Percentages of Color #766306

%0
%16
%95
%54

Triadic Colors of #766306

#766306 #067663 #630676

Analogous Colors of #766306

#766306 #517606 #762b06

Monochromatic Colors of #766306

#766306

Complementary Color

#766306 #061976

#766306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766306 Color CSS Codes

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

#766306 Text Font Color

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

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


#766306 Background Color

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

This div background color is #766306


#766306 Border Color

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

This div border color is #766306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766306


Comments

No comments written yet.

Please login to write comment.