Color Hex Logo

#766315 Color Hex

#766315
(118,99,21)
0 Favorites   0 Comments

Color spaces of #766315

RGB 1189921
HSL0.130.700.27
HSV48°82°46°
CMYK 0.000.160.82   0.54
XYZ12.068412.82942.5497
Yxy12.82940.43970.4674
Hunter Lab35.8182-2.538820.8522
CIE-Lab42.5051-0.868543.6519

#766315 color RGB value is (118,99,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100011 00010101
Octal 166 143 25
Decimal 118 99 21
Hex 76 63 15

RGB Percentages of Color #766315

%49.58
%41.60
%8.82

CMYK Percentages of Color #766315

%0
%16
%82
%54

Triadic Colors of #766315

#766315 #157663 #631576

Analogous Colors of #766315

#766315 #597615 #763315

Monochromatic Colors of #766315

#766315

Complementary Color

#766315 #152876

#766315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766315 Color CSS Codes

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

#766315 Text Font Color

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

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


#766315 Background Color

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

This div background color is #766315


#766315 Border Color

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

This div border color is #766315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766315


Comments

No comments written yet.

Please login to write comment.