Color Hex Logo

#766505 Color Hex

#766505
(118,101,5)
0 Favorites   0 Comments

Color spaces of #766505

RGB 1181015
HSL0.140.920.24
HSV51°96°46°
CMYK 0.000.140.96   0.54
XYZ12.152313.16992.0451
Yxy13.16990.44400.4812
Hunter Lab36.2904-3.735122.0620
CIE-Lab43.0181-2.499048.5918

#766505 color RGB value is (118,101,5).

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

The process color (four color CMYK) of #766505 color hex is 0.00, 0.14, 0.96, 0.54. Web safe color of #766505 is #666600. Color #766505 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100101 00000101
Octal 166 145 5
Decimal 118 101 5
Hex 76 65 5

RGB Percentages of Color #766505

%52.68
%45.09
%2.23

CMYK Percentages of Color #766505

%0
%14
%96
%54

Triadic Colors of #766505

#766505 #057665 #650576

Analogous Colors of #766505

#766505 #4f7605 #762c05

Monochromatic Colors of #766505

#766505

Complementary Color

#766505 #051676

#766505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766505 Color CSS Codes

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

#766505 Text Font Color

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

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


#766505 Background Color

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

This div background color is #766505


#766505 Border Color

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

This div border color is #766505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766505


Comments

No comments written yet.

Please login to write comment.